Hi everyone, I'm a new multi-boxer with a question about how to facilitate targetted AoE (like Blizzard or Rain of Fire) while dual-boxing.
I found this thread, and have set up the following:
- A piece of script in HotKeyNet that broadcasts mouse clicks when a modifier (mouse button 4) is held down.
- Identical camera locations on both characters using WoW's SetView API
- A macro in-game that snaps to that camera location and casts Blizzard
Here's the script:
Code:
<UseKeyAsModifier Button4>
<Hotkey Button4 LButton>
<SendWinM WoW1>
<ClickMouse LButton>
<SendWinM WoW2>
<ClickMouse LButton>
Problem is, with the script running, for some reason, mouse button 4 and 5 don't seem to do anything in WoW. I can't bind them, they don't turn on autowalk, or anything. Anyone know what's the matter? Thanks! 
EDIT: Also, it could have something to do with how I added mouse button 4 and 5 to this piece of script (so that I could use them as binds in-game)
Code:
<KeyList List1 A-Z, 0-9, F1-F12, Button4, Button5, except W, A, D>
<HotKey ScrollLockOn List1; ScrollLockOn Shift List1; ScrollLockOn Alt List1>
<SendLabel w1, w2>
<Key %Trigger%>
I'm not sure if I did that correctly.
Connect With Us