View Single Post
  #7  
Old 02-05-2009, 11:40 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

OK when I make this quest, what iwll be the command to increase the global value? In one quest I am using I have
Code:
quest::setglobal("buffbot", $buffbot+$itemcount{1440}, 0, "Y9");
to increase the global for it, but I do not know how to adjust that to be for when the mob dies increase it.
Reply With Quote