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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[REQ] Click-To-Move-Disabler

noizekim

New Member
Joined
Oct 23, 2012
Messages
14
Hi!
I'm exclusively using HB with Lazyraider, moving/targetting myself and it's a pain that i always have to go into the options to disable CTM whenever i have to stop/restart or open HB on another toon. As there is another plugin that turns it off it should be fairly easy to write a plugin which just takes care that CTM is always off !?
Sadly my programming skills are ... well, there aren't any :)

It would make my life (and maybe those of other users) pretty much easier! Thanks in advance, every help is appreciated.
 
You can use this

Turn Off:
/console SET AutoInteract False

Turn On:
/console SET AutoInteract 1
 
This also works as a toggle macro

/run A="AutoInteract" SetCVar(A,1-GetCVar(A))
 
Back
Top