Macro definition appears strangely complex
GaryREM opened this issue · 2 comments
The latest WoW macros I have imported are appearing complex in the WoW macro editor. Older macros were simply:
#showtooltip
/click TaterBeast
The latest look like:
#showtooltip
/click [button:2] GweenBeast RightButton; [button:3] GweenBeast MiddleButton; [button:4] GweenBeast Button4; [button:5] GweenBeast Button5; GweenBeast
There seems to be a large number of extraneous commands.
No this is expected.
In 2.1 there is a new function that you can set a key sequence to reset a macro in combat. Eg you can set GSE that when you right click the macro or alt + middle click or button 4 on your mouse ect it will reset the macro to line 1 irrespective of where it is in the execution. This is needed to use that feature and while you may not use this feature now the extra is needed if you choose to turn it on in the future.
TimothyLuke
… On 16 Jun 2017, at 6:01 am, GaryREM ***@***.***> wrote:
The latest WoW macros I have imported are appearing complex in the WoW macro editor. Older macros were simply:
#showtooltip
/click TaterBeast
The latest look like:
#showtooltip
/click [button:2] GweenBeast RightButton; [button:3] GweenBeast MiddleButton; [button:4] GweenBeast Button4; [button:5] GweenBeast Button5; GweenBeast
There seems to be a large number of extraneous commands.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
This was a apart of the change #236
and was announced here: https://wowlazymacros.com/forums/topic/gse-2-1-targettrue-replacement-options-feedback-needed/page/2/#post-43858