~SilveR~ Posted July 31, 2010 Posted July 31, 2010 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!
xAddytzu Posted July 31, 2010 Posted July 31, 2010 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...
~SilveR~ Posted July 31, 2010 Author Posted July 31, 2010 First: Laught'hhard Second: is not yours... i know its not mine but i found it alone :/ and cause there isnt any fix for this i post it :)
~SilveR~ Posted August 1, 2010 Author Posted August 1, 2010 Very cool ~SilveR~,thanks for share ::) np man .. thx for your good words :D
azartik Posted August 1, 2010 Posted August 1, 2010 that is, shoot weapons, skill augmentation disappears? is already in the majority of assemblies made
katara Posted August 1, 2010 Posted August 1, 2010 That Only Remove Skills from Skill list No From Buff Templa But is Ok Nice!
Kяaσh Posted August 1, 2010 Posted August 1, 2010 http://www.maxcheaters.com/forum/index.php?topic=51404.0 And even add the proper credits when you share something -Locked
Recommended Posts