Close
Showing results 1 to 3 of 3

Hybrid View

  1. #1

    Default autohotkey movement problems

    I'm trying to setup movement between my two toons. I'm currently using autohotkey and have figured out how to do most actions without may problems via the wiki, but the problem i'm running into is with movement.

    I have my movement keys setup as follows:

    Q=Turn Left
    W=Forward
    E=Turn Right
    A=Strafe Left
    S=Backwards
    D=Strafe Right

    The syntax that I'm using is as follows:

    ~Q::ClonesPush("{, down}{, up}{q down}")
    ~Q Up::ClonesPush("{q up}")
    ~W::ClonesPush("{, down}{, up}{w down}")
    ~W Up::ClonesPush("{w up}")
    ~E::ClonesPush("{, down}{, up}{e down}")
    ~E Up::ClonesPush("{e up}")
    ~A::ClonesPush("{, down}{, up}{a down}")
    ~A Up::ClonesPush("{a up}")
    ~S::ClonesPush("{, down}{, up}{s down}")
    ~S Up::ClonesPush("{s up}")
    ~d::ClonesPush("{, down}{, up}{d down}")
    ~d Up::ClonesPush("{d up}")



    The hope of this code is to make it so that my clones move exactly the same as my main does. The problem i'm running into is that they very quickly get out of sync.

    Does anyone know a good solution for this?



    Thanks.
    [align=center]Warlocks: Winzilly, Winzillyy
    1--------10---------20---------30---------40---------50---------60---------70 [/align]


    [align=center]Mages: Waterspout, Waterspit
    1--------10---------20---------30---------40----45----50---------60---------70[/align]

  2. #2

    Default

    This is basic multi-boxing 101, you cannot control movement this way and expect them to stay in exactly the same positions relative to each other. There are continuous rounding going on inside the 3D engine that controls your position. Use /follow.
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  3. #3

    Default

    ok, I kinda ended up doing it that way for a while, I was just hoping that there was some way to make it work. I'm pretty new to this whole multi-boxing thing, so please forgive the igorant questions you may see me asking around the forums. I'm just trying to learn atm :-). Currently 2xlvl 12 locks

    I guess my next question would be if anyone has written a script that makes the mouse buttons work? I tried something similar to the key binds, but it didn't seem to catch the clicks. I would include my script, but I'm sitting at work atm and don't have it on me.

    Thanks in advance for the help.
    [align=center]Warlocks: Winzilly, Winzillyy
    1--------10---------20---------30---------40---------50---------60---------70 [/align]


    [align=center]Mages: Waterspout, Waterspit
    1--------10---------20---------30---------40----45----50---------60---------70[/align]

Similar Threads

  1. Movement Problems
    By Onelazieguy in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 08-10-2008, 03:45 AM
  2. Autohotkey Befehl für Char Movement
    By Extreme in forum German
    Replies: 11
    Last Post: 05-04-2008, 07:11 AM
  3. Emergency movement with AutoHotkey
    By Akoko in forum Macros and Addons
    Replies: 4
    Last Post: 01-23-2008, 04:24 AM
  4. More problems with AutoHotKey...
    By Memooselah in forum Software Tools
    Replies: 1
    Last Post: 11-17-2007, 01:56 AM
  5. Miscellaneous WoW problems (synergy + autohotkey)
    By Evilsmith in forum General WoW Discussion
    Replies: 5
    Last Post: 08-22-2007, 02:45 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
  •