Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 14 of 14

Thread: stop following

  1. #11

    Default

    It seems that the follower is running a little bit slower than the other and eventually getting too far away. I can ofc just stop every few seconds but that is just too annoying.
    I think it might be because im running 2 programs at once.

  2. #12

    Default

    What are the specs of the machine you're running on?
    Resto Shaman + 4 DK's, work in progress...
    ------------------
    Teezy/Jaqblaq @ Stormrage
    Emeritus Guardian and Keeper of the no focus manifesto.

  3. #13
    Junior Member
    Join Date
    Sep 2009
    Location
    West Virginia
    Posts
    1

    Default

    Could network latency have an effect like this.
    I am on Hughesnet Satellite and I have the same issue with Auto Hot Key in a x2 config.

    I have a /target/follow/focus/assist macro but it sure would be nice to get w,s,d,a working.

    Would it be better to run it all windowed?

    Also why is it so difficult to get AHK to accept w,a,s,d?
    (I get the little jerk movements but my toon does not move,kinda like a jumpy action.

    This here is that bit of code. I use q,w,e,f, on my keyboard.

    ~e::
    KeyWait e, D
    WinGet, Active_Window, ID, A
    IfWinActive, World of Warcraft
    {
    If(%killbroadcast% = 0)
    {
    Loop, %wowid%
    {
    target_window := wowid%A_index%
    If (Active_Window <> target_window)
    {
    ControlSend,, e, ahk_id %target_window%
    }
    }
    }
    }
    Return

  4. #14
    Member Otlecs's Avatar
    Join Date
    May 2007
    Location
    EU-Aggramar, Alliance.
    Posts
    1367

    Default

    Could network latency have an effect like this.
    I am on Hughesnet Satellite and I have the same issue with Auto Hot Key in a x2 config.
    Without knowing a great deal about how Blizz implemented their follow code, I can well imagine that latency of that magnitude could cause this sort of problem.

    500-1000ms latency on the first hop makes for a very long round-trip time

    I'll defer to others for the AHK question, but you might also consider a new thread for it in the Software Tools forum.
    Last edited by Otlecs : 09-21-2009 at 07:35 AM

Posting Rules

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