L2JMobius

Public Development => General Discussion => Topic started by: alennaor on June 05, 2022, 06:33:24 PM

Title: Need Help With Buffs
Post by: alennaor on June 05, 2022, 06:33:24 PM
Good morning, I am creating and testing on a l2jmobius lineage 2 fafurion server and I have problems with two gm buffs since both do not work at the same time, the buffs are guitar melody and lute melody, is there any way to modify the skills for that they do not collide with each other?

One last thing, what server do you recommend to play, test and among other things in general? apart from h5 and interlude.

Thanks for everything, I hope you can help me :)
Title: Re: Need Help With Buffs
Post by: nasseka on June 06, 2022, 08:20:34 AM
To "fix" the stacking, change their abnormal types. If it's the same, they replace each other based on abnormal level.
Title: Re: Need Help With Buffs
Post by: alennaor on June 12, 2022, 04:17:39 PM
I just changed the abnormal type, nothing more, but when I start the server the gameserver says that the skill does not exist and it does not appear in the game either, will I have to modify something else apart from the html of the skills?

In the chat when I open the administrator menu I get the html messages, is there any way to remove that?

I apologize for the inconvenience :(
Title: Re: Need Help With Buffs
Post by: nasseka on June 12, 2022, 05:07:39 PM
Because probably you didn’t add it to AbnormalType.java too.
About html, it’s config. Debug html paths or something
Title: Re: Need Help With Buffs
Post by: alennaor on June 12, 2022, 06:19:06 PM
Ok, thank you very much, I guess I'll have to modify the java file and compile everything again XD