l2fire Posted September 11, 2018 Posted September 11, 2018 (edited) 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 Edited September 11, 2018 by l2fire
0 l2fire Posted September 13, 2018 Author Posted September 13, 2018 5 hours ago, 'Baggos' said: Read my quote.. You have 3 Options to block the heal: RequestMagicSkillUse | In check for Ctrl button, you can block the skill type. L2Character.java | Search for L2RaidBossInstance and you will understand what you have to do. Heal/HealPercent.java | Easy way to block the skill type, but players can cast the heal on mobs/doors(without any HP result ofc). For me, work on already check in L2Character.java file. Thank you very much for help, fixed. 3 hours ago, SweeTs said: I choose heal java files, let them get flag > kill the fag. Thank u too. Lock this post.
Question
l2fire
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
Edited by l2fire16 answers to this question
Recommended Posts