Hello devolopers. I have bad day i try 3hours do this and i can't compile. L2jFrozen pack. http://www.maxcheaters.com/topic/196065-show-hp-left-on-pvp-death/
i try this one not working for me, i changed imports, config all. and i try this code on L2PcInstance
if (killer instanceof L2PcInstance)
sendMessage("You have been slain by "+killer.getName()+", "+(int)killer.getCurrentHp()+" HP and "+(int)killer.getCurrentCp()+" CP remain."); But eclipse says error
something bad in Killer word need change or what? or rework code?
Forum killer;
if (killer instanceof L2PcInstance)
sendMessage("You have been slain by "+killer.getName()+", "+
(int)killer.getCurrentHp()+" HP and "+(int)killer.getCurrentCp()+"
CP remain.");