Thread: BuffBot
View Single Post
  #1  
Old 07-17-2007, 02:45 PM
Irreverent
The Solo Server
 
Join Date: May 2007
Posts: 416
Default BuffBot

OK, what did I do wrong...if I hand in ANY of the plat amt is casts ALL spells?


sub EVENT_ITEM() {
if ($platinum = 500) {quest::selfcast(3360);}
if ($platinum = 200) {quest::selfcast(2570);}
if ($platinum = 50) {quest::selfcast(1693);}
if ($platinum = 20) {quest::selfcast(174);}

if ($platinum = 400) {quest::selfcast(1710);}
if ($platinum = 300) {quest::selfcast(1729);}
if ($platinum = 60) {quest::selfcast(10);}
if ($platinum = 30) {quest::selfcast(39);}

}
Reply With Quote