However, if you are using any sort of keyboard/mouse multiplexing that allows to you to simultaneously send the same commands to multiple characters, then that would, I think, be a pretty clear cut violation of the "without human input" section of the TOS.
Ya.... I mean I can easily write a simple macro that will send commands from my I/O devices (not necessarily keyboard and mouse) to multiple instances of the game. If I strategically set up my bars on those multiple accounts I can get them to do what I want most of the time, even more most of the time with key bindings in game and existing addons. Enter C# and viola. Multiboxing, no /follow command required. Question is, will I be banned for doing so?
thomas.k.grayb14_ESO wrote: »It really depends on how you are controlling the multiple instances... if you are using a third party or self coded macro to do it, then its most likely going to be against ToS. I/O signal splitting hardware, probably not.
GambitJ79b14_ESO wrote: »Obviously I don't speak for ZOS but my understanding is that it's the automation that's not allowed. For example, if any game events are handled for you or it can be played without you being there then it's a violation. General multi-boxing does not violate this because you are still controlling all commands and instances. Sending a key press event to multiple processes is the shady argument as some people try and say that is automation, but it's also arguable that the OS event handler does this anyway - it just depends on how the program ties into it... to distinguish whether it has to have focus or not. A Key-press detected by multiple processes/instances is not a violation.
But hopefully to put a finer line or point to what is a violation - The core process of playing or interacting in a game is by: 1- Detecting an event or situation, then 2- responding to it. Anything that handles doing either of those things for you is a violation. The exceptions to that are defined by what's been programmed into the games API (Add-ons).
But I'm curious if ZOS would make an official stand.