Thread: Event death
View Single Post
  #10  
Old 03-27-2017, 12:53 AM
Excuses
Hill Giant
 
Join Date: Mar 2015
Posts: 126
Default

That's awesome, thanks alot Nate!

Quote:
Originally Posted by NatedogEZ View Post
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);
}