Search the Community
Showing results for tags 'solved'.
-
Looking for help or guide how to keep buffs on entering Kamaloka (preferably all level not only lvl83). I assume someone else had this issue and could help and guide me to where I could find settings and code for that. I have checked some AI but did not really find anything. Will not post AI code because it's way too long and most of people simply guess with random edits saying to try this and this - I am simply looking for someone with l2off files who HAD this fixed and KNOWS how to do it. Sorry for asking, perhaps a bit rude but I do not wish to randomly test someone else's code edits
-
Hi everyone. I have this problem when I take a subckas. I can do the subclass but the skilles are replaced by the new class. I want to keep the skilles from the class before plus the new class. How can I do that?
-
solved How to open doors that close after restart[IL]
KaLeDoR posted a question in Request Server Development Help [L2J]
Hi guys i need to open the main door on pagans temple but after every restart the gate close again i tried .csv file but nothing changed, i tried l2doorinstance.java but i'm new on coding and i cant find the exception or how i should add one for the door! Any reply would be helpfull! Thank you very much! -
http://prntscr.com/kuqlz6 someone can help ?
-
Hello how to fix this bug? Players can heal clan doors and u see which range is Photo prnt.sc RequestMagicSkillUse.java if ((skill.getSkillType() == SkillType.HEAL || skill.getSkillType() == SkillType.HEAL_PERCENT || skill.getSkillType() == SkillType.HEAL_STATIC) && activeChar.getTarget() instanceof L2DoorInstance) { return; } EDITED: Forgot to add skill name: Greater Battle Heal id: 1218