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

Macro that toggles Click To Move on and off.

I3ig Al

New Member
Joined
Feb 14, 2010
Messages
215
Reaction score
3
hi guys, found a neat little somethin to help us all out. sometimes i like to be lazy and leave click to move on, but more often it makes things a pain with random accidental click moves and such, so i have to go in the options interface and drill down to disable click to move, but no more!


Code:
/run if GetCVar("Autointeract")=="0" then ConsoleExec("Autointeract 1") else ConsoleExec("Autointeract 0") end

paste the code into a macro, and voila. what this macro will do is get to see if click to move is disabled, and if so it will enable it, otherwise disable it. so basically if click to move is on, it will be turned off, and if off it will be turned on.
 
is blizz able to gather statistics about using macros?

other problem: people who save this macro ingame ...... it will be saved on the server, so normal players wouldnt use this kind of macro everyday so you give blizz a hint :D just little paranoia
 
Back
Top