View Single Post
06-01-16, 06:48 AM   #4
lightspark
A Rage Talon Dragon Guard
 
lightspark's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2012
Posts: 341
Originally Posted by Folji View Post
AutoHotkey scripts, and generally other things like keyboard macro scripts and whatnot, aren't against the TOS so long as they don't automate things. So providing everything the setup does requires user input, it's not really running afoul of anything at all.
This whole thingy is a bit tricky, blizz never said anything about AHK in particular, but they said this
Using any automation software to perform actions that would normally take multiple keystrokes would be considered a violation of our policies. The case that you're describing would definitely be one that I would avoid.
and this
Many a mouse and keyboard have programmable options that allow them to do a bit more than just their standard function. You could potentially program macros that could allow you to do a great deal that we otherwise wouldn't allow, basically automating some functionality.

The rule to keep in mind that it should be one keypress = one action and any external macro should not be able to do anymore more than what an in-game macro can do.
So..
Originally Posted by Folji View Post
Worst case scenario, just do it all as part of the addon. I'm assuming here that what the AutoHotkey part does is that, by the press of a button, it locks down the cursor to a set position on screen, fakes the right mouse button held down, and reroutes the mouse buttons to certain keys? Short of the part where you reposition the mouse, there have been other addons in the past that have done this!
This part may actually be an issue.
__________________
  Reply With Quote