Jump to content
  • 0

Acis Augument Active Skills


Lancer

Question

1 answer to this question

Recommended Posts

  • 0

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();
		}
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...