Toggle click-to-move

Toggle click-to-move

by SeTiDaYeTi » Wed Sep 02, 2015 1:25 pm

I find click-to-move quite useful when traveling long distances or picking herbs/mining nodes. Still, it's quite annoying when fighting as, more, often than not, it might force you in bad placement situations.

My current solution is a toggle macro for click-to-move, permanently placed on my action bar. I've got thank a player who kindly suggested it to me.

/run if GetCVar("Autointeract")=="0" then ConsoleExec("Autointeract 1") else ConsoleExec("Autointeract 0") end
User avatar
SeTiDaYeTi
Tester
 

Re: Toggle click-to-move

by kavwvw » Tue Sep 15, 2015 4:36 pm

Sweet thanks for this! :)
kavwvw
Tester
 

Re: Toggle click-to-move

by FlashyBR » Wed Sep 16, 2015 2:46 am

SeTiDaYeTi wrote:I find click-to-move quite useful when traveling long distances or picking herbs/mining nodes. Still, it's quite annoying when fighting as, more, often than not, it might force you in bad placement situations.

My current solution is a toggle macro for click-to-move, permanently placed on my action bar. I've got thank a player who kindly suggested it to me.

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


Please can you tell me how this macro works ?
FlashyBR
Grunt
Grunt
 

Re: Toggle click-to-move

by LYQ » Wed Sep 16, 2015 7:21 am

the Function ConsoleExec http://wowwiki.wikia.com/wiki/API_ConsoleExec seems to be a simple replacement as SetCVar("Autointeract",1) in this case

Autointeract seems to be the Variables that saves if click to move is enabled or not

Toggle means you switch from on to off, from 0 to 1 or other way around
LYQ / Virose
Talentsaver (viewtopic.php?f=63&t=15429) - Totemtimers Enhanced (viewtopic.php?f=63&t=24422)
NostalriusAcceptTrade (viewtopic.php?f=63&t=31729)
User avatar
LYQ
Sergeant Major
Sergeant Major
 

Re: Toggle click-to-move

by FlashyBR » Wed Sep 16, 2015 2:01 pm

LYQ wrote:the Function ConsoleExec http://wowwiki.wikia.com/wiki/API_ConsoleExec seems to be a simple replacement as SetCVar("Autointeract",1) in this case

Autointeract seems to be the Variables that saves if click to move is enabled or not

Toggle means you switch from on to off, from 0 to 1 or other way around



Hmm, i've guessed that, only not was certain =)
FlashyBR
Grunt
Grunt
 

Re: Toggle click-to-move

by Mugo » Thu Sep 17, 2015 9:08 am

Check this topic out if you found your macro or rather Click to move option bugged.

viewtopic.php?f=45&t=3138&p=28218&hilit=click+to+move&sid=b22c5a1d6ba16ad87cf1a99f2932fe5d#p28218
User avatar
Mugo
Senior Sergeant
Senior Sergeant
 


Return to Addons & macros