Thread: Event death
View Single Post
  #9  
Old 03-26-2017, 03:33 AM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

Use "EVENT_KILLED_MERIT" as it will give credit to all players that were in the party /raid that killed the NPC.


This would be used on an NPC type script.

Code:
sub EVENT_KILLED_MERIT {
$client->UpdateLDoNPoints(15, 1);
}