I know this isn't really a client issue, but I wasn't sure where else to put it
I'm trying to set up my macros, and I want 2 different set ups, one for hunting/questing, and one for pvp.
So I figured I'd set up a macro, eg 50,
m 50 m 1 attacka !1::assess !1
m 51 m 1 attackb !1::assess !1
But this then sets as macro
1: attacka @Target::assess @target
Which actually ends up
"Set Macro1 = attacka @target
Assess @target"
So,
Is there a workaround for this, or do I have to figure out a different way to do it?
I'm trying to set up my macros, and I want 2 different set ups, one for hunting/questing, and one for pvp.
So I figured I'd set up a macro, eg 50,
m 50 m 1 attacka !1::assess !1
m 51 m 1 attackb !1::assess !1
But this then sets as macro
1: attacka @Target::assess @target
Which actually ends up
"Set Macro1 = attacka @target
Assess @target"
So,
Is there a workaround for this, or do I have to figure out a different way to do it?
Comment