StickyClicky Classic

StickyClicky Classic

139 Downloads

Toggles "Right Click to Move" option when you enter/exit combat.


Addon sets this to ON by default and toggles OFF in combat. This makes it so you don't go running off every time you right-click a mob in combat, but can move around the rest of the world with just a click.

===========================

Macro

To temporarily toggle the Click to Move to OFF while you are not in combat, you can use the following macro. Bear in mind, however, that it WILL reset back to the above settings once you enter/exit combat if you have this addon installed. But this macro if useful if, for example, you know you won't be in combat for a while and just want it turned off:

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

You can use this macro alone if you just want to change the setting easily and don't need the combat toggling.

If you uninstall the addon and find that Click to Move is on, use the following macro to turn it back off:
/run if GetCVar("Autointeract")=="1" then ConsoleExec("Autointeract 0") else ConsoleExec("Autointeract 1") end

===============================

See my other addons here: https://www.curseforge.com/members/satpagle/projects

Questions about my addons? Suggestions? Found a bug?
Join Sat Pagle's Fishing Shack on Discord: https://discord.gg/aGf2y9x