Page 1 of 1

Supermacro bug, help please

PostPosted: Thu Jan 14, 2016 9:35 am
by chillnkill
Ever since i started playing i seem to have this issue with my supermacro.

I would make a macro and it would seem to work fine...
But! if i would make more than 1 macro it would interfere with the other macros! It would replace it with the one I just made or totally be weird... I can't seem to make more than one macro.

I've tried to reinstall it, i've turned off all my other addons. I've googled and played with it.
Has anyone got a fix for this?
warrior without macros sucks......

Re: Supermacro bug, help please

PostPosted: Thu Jan 14, 2016 9:51 am
by Aslan
What I do is creating supermacros and then normal macros doing
/script RunSuperMacro ("name")

I had different interferrances and bugs, this helped me as workaround

Re: Supermacro bug, help please

PostPosted: Thu Jan 14, 2016 10:03 am
by chillnkill
Aslan wrote:What I do is creating supermacros and then normal macros doing
/script RunSuperMacro ("name")

I had different interferrances and bugs, this helped me as workaround


sorry, it's a bit hard to understand.

So make macro like this?
/script RunSuperMacro ("bloodthurst")
/run if not IsCurrentAction(25) then UseAction(25) end;
/cast Bloodthirst(Rank 1)

Re: Supermacro bug, help please

PostPosted: Thu Jan 14, 2016 10:12 am
by Aslan
That sounds like a macro that you dont need super macro for (low amount of characters), just make a normal macro if all yoj want is auto attack and BT

Re: Supermacro bug, help please

PostPosted: Thu Jan 14, 2016 10:15 am
by chillnkill
that seems to be working, thank you for the fix