Log in

View Full Version : [Hotkeynet] Mouse clicks won't broadcast



Exroyal
12-18-2014, 02:54 PM
Hello guys,

This is my first post, and i've looked at the other threads, but i still can't find an answer. I'm using Hotkeynet and everything seems to be going fine, besides mouse broadcasting. If i want to right click something, WoW 1 will click on it, but WoW 2 won't. If i say for example want to accept a quest, or pick up loot from a mob, i have to left click to accept the quest and right click to loot, however WoW 2 won't. Yes, even after changing the keymodifier. This is the script im using for mouse broadcasting:



<UseKeyAsModifier Oem3>
<Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
<SendLabel w1, w2>
<ClickMouse %TriggerMainKey%>
<RestoreMousePos>

Anyone know what's missing or what i'm doing wrong?

Khatovar
12-19-2014, 11:54 AM
Are you holding the OEM3 key down while using the mouse? Is ScrollLock on? Have you tried adjusting the delays in the mouseclick settings {options > Settings > Clickmouse}? What does HotKeyNet say in the "Actions on this PC" window?

For quest management and NPC stuff like vendors and flightmasters, you should use Jamba (http://www.dual-boxing.com/threads/28573-Jamba-Getting-Started) instead of mouse passing.

Exroyal
12-19-2014, 07:19 PM
Yes, i'm holding down the OEM3, Yes, Scrollock is on, or else the other actions wouldn't broadcast. No i haven't tried adjusting the delays, i'll try that, thanks. If that doesn't work i'll just try to learn Jamba although i didn't get it to work last time i tried.