WoW StickyClicky Classic addon Dragonflight/Wrath of the Lich King Classic 2024
logo
wow addon StickyClicky Classic

StickyClicky Classic

Game Version: 1.13.3
Total Downloads: 36
Updated: Jan 23, 2020
Created: Jan 23, 2020
download StickyClicky ClassicDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
StickyClickyClassic.zip release 685 Bytes Jan 23, 2020 1.13.3 36 download StickyClicky Classic StickyClickyClassic.zip releaseDownload

Description

Share this:

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

 

Comments

Add a comment