PDA

View Full Version : Ok so hers the dilio...



Skuggomann
11-17-2008, 04:34 PM
... 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.







 

Coltimar
11-17-2008, 04:49 PM
Why not just bind W to forward on your main and bind W to a /follow Skugg on your toons.

violent5
11-17-2008, 05:56 PM
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)

Skuggomann
11-17-2008, 07:03 PM
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 :)



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

Xozan
11-19-2008, 03:50 AM
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.