Close
Showing results 1 to 5 of 5
  1. #1

    Default Ok so hers the dilio...

    ... as wil all know im a total nab and i suck cawks, but even the gay need help:

    So basicly i wana start using PIP but i use the "W" button on my folowers bound to /follow.
    So i was wondering, is there:

    A) A macro command that makes you go forward (somting like /forward or whatever)
    B) Some sort of command that rebinds buttons. So i can bind "w" to walk forward and "w" on the folower to /follow and vise versa.







     
    Signature edited by Svpernova09

  2. #2

    Default

    Why not just bind W to forward on your main and bind W to a /follow Skugg on your toons.
    "My dogs could roll heroics with how a lot of you play."
    - Fursphere 2010




  3. #3

    Default

    Maybe create a set of five macros like these for each character and bind them to the same keys that switch pip. I found these somewhere on the forums a while back.

    /focus main
    /script SetBinding("W", "MOVEFORWARD")
    /script SetBinding("A", "TURNLEFT")
    /script SetBinding("S", "MOVEBACKWARD")
    /script SetBinding("D", "TURNRIGHT")
    /script SaveBindings(1)

    and four of these

    /focus follower
    /script SetBinding("W", "MACRO Follow")
    /script SetBinding("A", "MACRO Follow")
    /script SetBinding("S", "MACRO Follow")
    /script SetBinding("D", "MACRO Follow")
    /script SaveBindings(1)

  4. #4

    Default

    Quote Originally Posted by 'Coltimar',index.php?page=Thread&postID=149072#pos t149072
    Why not just bind W to forward on your main and bind W to a /follow Skugg on your toons.
    Well cuz then wen i use pip, my main wont have a "w" forward and my folower wotn have a /follow


    Quote Originally Posted by 'violent5',index.php?page=Thread&postID=149098#pos t149098
    Maybe create a set of five macros like these for each character and bind them to the same keys that switch pip. I found these somewhere on the forums a while back.

    /focus main
    /script SetBinding("W", "MOVEFORWARD")
    /script SetBinding("A", "TURNLEFT")
    /script SetBinding("S", "MOVEBACKWARD")
    /script SetBinding("D", "TURNRIGHT")
    /script SaveBindings(1)

    and four of these

    /focus follower
    /script SetBinding("W", "MACRO Follow")
    /script SetBinding("A", "MACRO Follow")
    /script SetBinding("S", "MACRO Follow")
    /script SetBinding("D", "MACRO Follow")
    /script SaveBindings(1)
    I think i /love you! <3
    Signature edited by Svpernova09

  5. #5

    Default

    I know this is a couple of days old, but I thought others might like to see an alternative and comment



    I have AutoHotKey setup so when I press 'Shift+W' in the current active window, it sends '=' to all other windows which is my /follow macro. You could set it to send '=' on the 'w' press, but I dont because I dont want the slaves to follow everytime my tank moves.

    I dont know if this is possible with KeyClone, if it is plz post, because I currently run AHK for sending of keys and KeyClone for maximizer.

Posting Rules

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