Poe 0 Report post Posted January 14, 2018 Using Super Macro for this. Macro that casts arcane explosion Rank 1 unless clearcasting has proc'd then it will cast Rank 6: Quote Arcane Explosion r6 with clearcasting, r1 without (probably requires SuperMacro addon): /run m=0 for i=1,40 do if(strfind(tostring(UnitBuff("player",i)),"Spell_Shadow_ManaBurn"))then m=1 end end if m==1 then CastSpellByName("Arcane Explosion") end /cast Arcane Explosion(Rank 1) But I keep getting this error: Quote /INFO: [string "m=0 for i=1, 40 do if(strfind(tostring(UnitBuff("player",i)),"SP..."]:1:unexpected symbol near '/' Anyone have an idea why? 0 Share this post Link to post Share on other sites
Fulzamoth 5 Report post Posted January 14, 2018 You need a new line between "end" and "/cast". 0 Share this post Link to post Share on other sites