• Visit Rebornbuddy
  • Disengage Forward by ingame macro.

    Discussion in 'Requests' started by remtownloljk, Sep 26, 2013.

    1. remtownloljk

      remtownloljk New Member

      Joined:
      Dec 4, 2011
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      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!)
       
    2. mariox

      mariox Member

      Joined:
      Sep 19, 2011
      Messages:
      220
      Likes Received:
      1
      Trophy Points:
      18
      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.
       
    3. remtownloljk

      remtownloljk New Member

      Joined:
      Dec 4, 2011
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    4. Nemo20

      Nemo20 New Member

      Joined:
      Apr 16, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      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..
       

    Share This Page