Quote Originally Posted by Buruan
(a select/deselect all option would be nice to have)
What do you mean?

Quote Originally Posted by Buruan
The server machine doesnt receive clicks (which is fine), but dragging the mouse while having left or right button clicked (to adjust camera angles and movement directions) doesnt work, it gets all messed up thereby making it impossible to control the toon.

Any idea?
Think server doesn't receive clicks as you have the Never broadcast ticked in the Key bindings window. If you don't then I'm not sure why it wouldn't.

As for the turning characters with the mouse. In theory it should work perfectly... IF you have same res on both monitors. Notice the "In theory" There can be many problems that would cause this to fail. I haven't looked into it much as my primary thought on using this was targeting areas for AOE spells. Even with that it's still a little off, but they're AOE so close is close enough.

Checked the code and I beleive the problem is both monitors regardless of resolution have 65535 screen space. So a Higher res monitor will allow the mouse to move further. Since moving your character isn't dependent on mouse postion, but more of a sensitivity I Think that is the problem.

I use relative movement for the server, and exact position for passing the clients. So the difference in those could cause the problems. I'm testing on two instances of WoW and it doesn't seem to be consistent differences. I.e. I start looking forward pan 90 to the right, pan 90 back to the left. Should be in same spot as I started on both, but I'm not. I'll keep messing with it see if I can get it working properly.