Jump to content

devil12pl

Members
  • Posts

    47
  • Joined

  • Last visited

  • Feedback

    0%

Community Answers

  1. devil12pl's post in Acis Augument Active Skills was marked as the answer   
    In net.sf.l2j.gameserver.model you have to edit L2Augumentation.java
    Find this code:
    // remove the skill if any if (_skill != null) { if (_skill.isPassive()) player.removeSkill(_skill, false, true); else player.removeSkill(_skill, false, false); <--- and change last false to true so it looks this way player.removeSkill(_skill, false, true); player.sendSkillList(); }
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..