Delete please

delete please

It might help if you explain what its supposed to do.

2 Likes

It allowed you to spam your slam button, and it would time it perfectly with your swing timer.

Don’t want to create new thread, will bump this one.
I really liked SuperMacro addon and always buffed myself with one button running cycle with checking if I have a buff on me using

if not buffed("buffname") then cast("buffname") end

The question is – how do I check existing buff on me using 1.13 API?

I don’t think (m)any of the old style original WoW macros will still work. I never created a macro during Vanilla, and I probably wouldn’t remember anyway.

I think a lot of the reasoning behind the reworking of what you can and cannot do with macros was to prevent automation.

So, you can do something like if defensive stance cast taunt, or if in battle stance or berserker stance, cast Execute with something like:

#showtooltip [stance:1/3]Execute; [stance:2]Taunt
/cast [stance:1/3]Execute; [stance:2]Taunt

But, I don’t know if you can do what you want to do…

Check out this thread for some more information about macros.