Keep the death event, lose the final hp event.
source:
Code:
parse->EventNPC(EVENT_SLAY, killerMob->CastToNPC(), this, "", 0);
"this" is the client being killed, so you could do like $client->GetX()...etc... to get the coordinates of the killed player.