Close
Showing results 1 to 2 of 2

Threaded View

  1. #1

    Default Hey! Question about targetted AoE

    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.
    Last edited by duckyducky : 08-20-2013 at 07:47 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •