Jump to content
  • 0

Question

1 answer to this question

Recommended Posts

  • 0
Posted

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();
		}
Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock