Thread: BuffBot
View Single Post
  #9  
Old 07-18-2007, 06:18 PM
x-scythe
Discordant
 
Join Date: Jun 2003
Posts: 449
Default

why not make it so you have to say a command and pay plat to get the buff? otherwise how are people going to know what amount of plat to give and what buff they are getting?

edit:
been a long time since ive been done this but try something like this?

if(($platinum = xxx) && ($text eq 'buff')) {
quest::selfcast(xxxx);
}

i think that would work

Last edited by x-scythe; 07-19-2007 at 02:33 AM..
Reply With Quote