Hey guys, Been having this problem for about two days now. It seems that after HB crashed, whenever I right click on a location in the world, it will default to the bot run even with HB closed. I tried all the simple stuff like attempting to rebind my mouse2, and checking the keybinding config to no avail. Any other suggestions? Or would it just be safer to start back with a fresh install?
Its a wow feature, you can disble it, go to wow main menu ingame -> Interface -> Mouse and uncheck "Click-To-Move".
Try this in a macro - courtesy of Apoc (I think) PHP: /run if GetCVar("Autointeract")=="0" then ConsoleExec("Autointeract 1") else ConsoleExec("Autointeract 0") end