Jump to content

Recommended Posts

Posted

As the tittle  says , on L2J when you unequip a weapon the skill stuck so there  is the fix :

 

 

net.sf.l2j.gameserver.model.L2Augmention.java

public void removeBonus(L2PcInstance player)
{
    _boni.removeBonus(player);

	// remove the skill if any
	if (_skill != null)
          {
+			player.removeSkill(_skill); 
		if (_skill.isPassive())
			player.removeSkill(_skill);
		else
			player.removeSkill(_skill, false, false);

		player.sendSkillList();
	}
       }
}

 

credits: to me ( i found this before 1 min :P ) i know its not mine  but i found it allone :/

 

Tested!

Posted

As the tittle  says , on L2J when you unequip a weapon the skill stuck so there  is the fix :

 

 

net.sf.l2j.gameserver.model.L2Augmention.java

public void removeBonus(L2PcInstance player)
{
    _boni.removeBonus(player);

	// remove the skill if any
	if (_skill != null)
          {
+			player.removeSkill(_skill); 
		if (_skill.isPassive())
			player.removeSkill(_skill);
		else
			player.removeSkill(_skill, false, false);

		player.sendSkillList();
	}
       }
}

 

i dont need karma cause  is  not  something big :P

 

credits: to me ( i found this before 1 min :P )

 

Tested!

First: Laught'hhard

Second: is not yours...

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