Mac Bot won't stop buffing

OverLordGenord

New member
Joined
Dec 14, 2013
Messages
7
Reaction score
0
Points
1
I am trying to setup my Shaman bot to buff but he just keeps casting Inner Fire over and over again. I assume I need to use a condition to stop him from casting if he already has it but I can't figure out the code, can any help?

BuffTotal=1
BuffAnnounce=FALSE
BuffUse1=TRUE
BuffSpellName1=Inner Fire
BuffSpellIcon1=
BuffSpellGem1=
BuffAlias1=
BuffClasses1=BER,BRD,BST,CLR,DRU,ENC,MAG,MNK,NEC,PAL,RNG,ROG,SHD,SHM,WAR,WIZ
BuffConditions1=!${Target.Buff[Inner Fire]}
 
/mac bot load


then read wiki.
 
Did you read up on the directions? doesn't seem so but if you do

/mac bot load

you probably have better luck


BuffSpellIcon1=Inner Fire
 
Thanks everyone, read a bunch of the documentation but missed that somehow. Working great now.