The kind of script I'm using in HKN to do ground targetted AOE. As far as I'm aware this is legal as it's one action per click, and the targetting isn't automated, just duplicated (so it relies on having exactly the same camera position on the DPS, as well as having them stood in the same spot, and facing the same way).
First click selects the AOE ability, the second lets it off at the location the mouse is in, either on the 1st DPS' screen (for when the DPS are back from the tank), or the tank's screen (for when everyone is all bunched up, and clicking jsut below the tanks feet drops it right on top af the group).PHP Code:
<Hotkey lalt MButton>
<Toggle>
<If ActiveWinIs DPS1>
<SendLabel DPS1>
<Key NumPadMinus>
<SendLabel DPS2>
<Key NumPadMinus>
<SendLabel DPS3>
<Key NumPadMinus>
<Else If ActiveWinIs TANK>
<SendLabel DPS1>
<Key NumPadMinus>
<SendLabel DPS2>
<Key NumPadMinus>
<SendLabel DPS3>
<Key NumPadMinus>
<Else>
<SendPC local>
<SendFocusWin>
<ClickMouse lalt MButton Down Dupe>
<Toggle>
<If ActiveWinIs DPS1>
<SendLabel DPS1>
<SaveMousePos>
<ClickMouse LButton>
<SendLabel DPS2>
<ClickMouse LButton>
<SendLabel DPS3>
<ClickMouse LButton>
<SendLabel DPS1>
<RestoreMousePos>
<Else If ActiveWinIs TANK>
<SendLabel TANK>
<SaveMousePos>
<SendLabel DPS1>
<ClickMouse LButton>
<SendLabel DPS2>
<ClickMouse LButton>
<SendLabel DPS3>
<ClickMouse LButton>
<SendLabel TANK>
<RestoreMousePos>
<Else>
<SendPC local>
<SendFocusWin>
<ClickMouse lalt MButton Down Dupe>
<HotkeyUp lalt MButton>
<If ActiveWinIs WoW5>
<Else If ActiveWinIs WoW3>
<Else>
<SendPC local>
<SendFocusWin>
<Clickmouse lalt MButton Up Dupe>
I've got macros to set all the characters to the same 2 camera presets on Ctrl+Shift+Mousewheel Up/Down, and the toggle is reset every time the tank moves in case something messes up and only one of the toggles gets through to a DPS.
Connect With Us