What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Disengage Forward by ingame macro.

remtownloljk

New Member
Joined
Dec 4, 2011
Messages
60
Reaction score
0
Hi, basically im hoping someone can help me out here, im trying to see if can somehow create a plugin that will allow me to use an ingame custom macro will force spin my character 180 degrees, so basically on my hunter i can jump, use the macro that forces fastest possible 180 degree turn so i can disengage forward for a gap closer, or escape mechanism etc. would help me immensely as im severely physically handicapped, so ANY help at all would be amazing.

Thanks so much in advance.

(will +rep, tip, donate, anything!)
 
Autohotkey -
R:: ;<-any hotkey you want
send {Space}
send {RButton Down}
MouseMove, X, 0, 0, R
;Edit the X for how far you want it to move your mouse to the right.
send {c} ;Disengage Hotkey
MouseMove, -X, 0, 0, R
send {Rbutton Up}
Return

something like that will probably work. just add in sleeps where you need them (sleep, X). and edit the X values to what they need to be.
 
my problem is that i need it to be triggered via ingame macro, i have a mouth controlled mouse and can literally only click whats on my screen :(

but ty for the response
 
my problem is that i need it to be triggered via ingame macro, i have a mouth controlled mouse and can literally only click whats on my screen :(

but ty for the response

You could always setup a window with a button, where the window is set to always on top. make it small, and when you press the button, it sends the keys into the game. That might work..
 
Back
Top