Re: Buffs bug
Posted: Tue Dec 03, 2013 7:47 am
Hope it will solve some your problem
Code: Select all
Index: java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java===================================================================--- java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java (revision 6300)+++ java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java (working copy)@@ -7363,6 +7363,12 @@ player.restoreItemReuse(); + // Buff and status icons+ if (Config.STORE_SKILL_COOLTIME)+ {+ player.restoreEffects();+ }+ // Restore current Cp, HP and MP values player.setCurrentCp(currentCp); player.setCurrentHp(currentHp);@@ -10889,12 +10895,6 @@ } } - // Buff and status icons- if (Config.STORE_SKILL_COOLTIME)- {- restoreEffects();- }- revalidateZone(true); notifyFriends();