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

Sticky Clicky

Game Version: 8.2.5
Total Downloads: 161
Updated: Oct 4, 2019
Created: Aug 2, 2018
download Sticky ClickyDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
StickyClicky.zip release 626 Bytes Oct 4, 2019 8.2.5 33 download Sticky Clicky StickyClicky.zip releaseDownload
StickyClicky.zip release 626 Bytes Jun 28, 2019 8.2.0 37 download Sticky Clicky StickyClicky.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