Jump to content
Poe

help with a macro

Recommended Posts

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?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×