Quote:
Originally Posted by abadguy87
Can anyone suggest the simplest clicker for anniversary classic wow? I just need to send right mouse click input on a selected npc, nothing more.
|
While there might be more simple solution, you can easily turn an arduino micro into programmable keyboard + mouse. If you are familiar with arduino crafting, check this project:
[Only registered and activated users can see links. Click Here To Register...]
Ofc, you still need to control the virtual device to do the job, and that includes software development. So the above solution is only for developers. The only thing that arduino does for you, is to translate serial port commands into real hardware actions.