View Single Post
  #8  
Old 02-06-2009, 12:12 AM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default

soemthing like this:

Code:
sub EVENT_DEATH

{

	quest::setglobal("buffbot", $buffbot+1, 0, "Y9");
}
this should increment the variable by 1 when mob dies
hopefuly for player who kills it
Reply With Quote