Question Question about buffing with different level buffs

MyEmQueTwo

New member
Joined
Nov 11, 2016
Messages
44
Reaction score
0
Points
0
Can someone give me a quick example of an if statement that will take character level into consideration when buffing with bot.mac?

ie

BuffUse1=TRUE
BuffSpellName1=Focus of Spirit/Harness of Spirit
BuffSpellIcon1=Focus of Spirit/Harness of Spirit
BuffClasses1=BER,BRD,BST,MNK,PAL,RNG,ROG,SHD,SHM,WAR
BuffSpellGem1=gem1
BuffAlias1=|focus|
BuffCondition1=if tar >46 cast focus of spirit or if =<46 cast Harness of spirit
 
Not 100% sure, but you'd need 2 buffs, each with a condition like:

${Target.Level}<46

I'm not 100% sure that the mac targets before doing the check conditions though, I haven't had to go through the buff routines yet.