Page 1 of 1

[BETA]Attackers list

Posted: Fri Nov 15, 2013 1:39 pm
by Hindi
L2J Revision 6262
L2JDP Revision 10010

For some reasons I need to have the list of L2Character that attacked a player before he dies.
At the moment, the "addAttackerToAttackByList()" method is empty in L2Character.java and is overriden in L2NpcStatus.java only. It means players keep their attackersList empty whatever happens.
Is it ok like that ? Will it stay like that ?
If yes, is there any other way to achieve what I want without modyfing the core (I'd like to avoid merges in Core) ?