View Single Post
  #7  
Old 12-02-2015, 01:14 PM
JimB_1958
Sarnak
 
Join Date: Mar 2013
Location: Springfield MO
Posts: 66
Default

My final Code

Code:
sub EVENT_DEATH_COMPLETE {

   if($ulevel >= 85){  #Avoid Newbie Death Spam
	 if(!defined $qglobals{DeathSpam}) {  #Avoid Nimrod Death Spam
		quest::gmsay("$name the $class has just been killed in $zoneln by " . ($entity_list->GetMobByID($killer_id) ? $entity_list->GetMobByID($killer_id)->GetCleanName() : "an unknown hand") . ".", 335, 1, 0, 0);    
		quest::setglobal("DeathSpam","1",5,"M10");
   }		
} 

}
Thanks again
__________________
"We are all on the same team, and I think not enough people realize this."
- Leetsauce
Reply With Quote