146147148149150151152153154155156
protected void onEvtAttacked(L2Character attacker, int damage) { L2Character actor = getActor(); if(actor != null) { actor.startAttackStanceTask(); } if(attacker != null) { attacker.startAttackStanceTask(); }