I like to make it so when NPC dies the player who killed him gets an item.
Scriptwise its seems simple
sub EVENT_DEATH
{
quest::summonitem(11242);
}
but what bothers me, what if player in a group? who will get the item? who ever was top on agro list at time of death? player who delt kiling blow? entire group?
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.