2 replies [Last post]
Phil
Phil's picture
User offline. Last seen 10 hours 31 min ago. Offline
Joined: 06/30/2009
Posts: 443

Update: This is now created by the Window Swap Wizard.

This is my macro for switching leader. I activate it by pointing at an alt window and pressing a key. It :

  1. Swaps the alt window with the main
  2. Sets the alt as my leader
  3. Changes the target for group DPS to track the new leader

<<All>>
if %$LeaderChan% = 1
macro /promote Moobash
endif
if %$LeaderChan% = 2
macro /promote Mooarch
endif
if %$LeaderChan% = 3
macro /promote Mooheal
endif
if %$LeaderChan% = 4
macro /promote Mooboom
endif
if %$LeaderChan% = 5
macro /promote Moozap
endif
Chan 1
Swap 1,%$LeaderChan%
<<All>>
Hit ^`
Set ToonX, %$LeaderChan%
Translate ToonX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
Hit %ToonX%
chan %$LeaderChan%

__________________

Designer Of GameCommanderPro - www.GameCommanderPro.com
Designer Of KeyBlaster - www.keyblaster.com

Jeremy
Jeremy's picture
User offline. Last seen 4 weeks 2 days ago. Offline
Joined: 06/14/2009
Posts: 268
Just wanted to add a note to

Just wanted to add a note to this:

Hit^`

This selects your 3rd group which may not be the group you want to switch targets.

If you replace it with this

Set GroupX, 4
Translate GroupX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
<<ALL>>
Hit %GroupX%

You can then change the "4" to the number of which group you want to change.

__________________

GameCommanderPro Graphics Designer / Software Engineer

JU1CYFRU1T
JU1CYFRU1T's picture
User offline. Last seen 18 weeks 5 days ago. Offline
Joined: 07/29/2009
Posts: 16
From what I was doing

From what I was doing yesterday (with help from Jeremy)... this is now built into the pre-packaged wizard. Just run the "Swap Windows" wizard, and it will default the key to [G]... aka mouse over a window and hit the [G] key, and that window is swapped with your main window.