I only use delays to start the game, and I can still jump on my main window.
I've been working on improving the leaderless setup and so far I've replaced all the modifiers with the right modifiers since I never use them. This allows me to modify my casts with the left modifiers. Here's a sample:
Code:
<command assist1>
<SendPC Local>
<SendWinM wow2>
<Key rctrl rshift %1% %2% %3% %4%>
<Hotkey LShift 1>
<If ActiveWinIs wow1> <Main1 %trigger%><Assist1 LShift Lalt t>
<Else If ActiveWinIs wow2> <Main2 %trigger%><Assist2 LShift t>
I've also fixed my macros to match. Now I want to allow my alt windows to remain targeted on their current target if they have one. All I need for this to work is an end macro command that triggers when modifiers aren't present. Does wow have an end macro command like this or no? This is what I have but it doesn't work:
Code:
/cast [nomod:lctrl,nomod:lshift,harm,nodead]Lightning Bolt;[nomod:lctrl,mod:lshift,harm,nodead]Chain Lightning
/assist [nomod:rctrl,nomod:rshift,nomod:ralt]End Macro;[mod:rctrl,mod:rshift,nomod:ralt]Hicup;[mod:rctrl,mod:ralt,nomod:rshift]Hiicup;[mod:ralt,mod:rshift,nomod:rctrl]Hiccup;[mod:rctrl,mod:ralt,mod:rshift]Hicupp;[mod:rctrl,nomod:ralt,nomod:rshift]Hicuup
/cast [nomod:lshift,harm,nodead]Lightning Bolt;[mod:lshift,harm,nodead]Chain Lightning
/targetlasttarget
O and I have the SuperDuperMacro addon, that's why it can be so long.
Connect With Us