Log in

View Full Version : Mouseover and Multiboxing



Tom Riddle
01-24-2020, 05:40 PM
Hello guys,
I think this is a basic question, but I cannot find an answer in any guide. I want to start multiboxing with 2 Accounts. I have HotkeyNet and Keyclone. I think it is easier to set up with Keyclone, but I fail with both. With both programs, the character who follows, cannot target anything.


I want to make it as simple as possible. I just want to click with my main character on an herb and the second character should click automatically at the same herb. But there is no cursor in the second screen, so mouseover actions cannot work.


I really hope you can help me. I am getting super frustrated.

Tin
01-25-2020, 03:43 AM
When I used Keyclone I use a assist marco

1. Put tank as focus

#showtooltip
/assist focus
/cast YourMainAbility

or

2. Assist player

#showtooltip
/assist [@TANKNAME,help,nodead][help,nodead]
/cast YourMainAbility

Tom Riddle
01-25-2020, 08:05 AM
When I used Keyclone I use a assist marco

1. Put tank as focus

#showtooltip
/assist focus
/cast YourMainAbility

or

2. Assist player

#showtooltip
/assist [@TANKNAME,help,nodead][help,nodead]
/cast YourMainAbility

And what should I do for farming Herbs?

Wubsie
01-25-2020, 09:18 AM
Oh, I thought this thread was empty since the color of your first posts makes is invisible...

I've not used Keyclone really so no idea about that, but since you mentioned HKN, this is how you would define a hotkey that would sync the mouse location and then send a key, which would then of course need to correspond to your interact with mouseover key ingame.



<Hotkey ScrollLockOn F>
<SendLabel w1, w2>
<Clickmouse Noclick>
<Key F>
<RestoreMousePos>

jak3676
01-27-2020, 01:21 AM
IIRC, herbs (and mining nodes) in WoW, cannot be targeted - i.e. they cannot be clicked on and selected. So the generall idea of /assisting your main and then passing a command to them doesn't work for herbing/mining. I seem to recall I had to do all my herb/mine from my main, and leave skinning and other prof's to alts (you can target a corpse to skin it with an alt).

Maybe some other programs have implemented some way to pass mouse commands to your alts, but I don't recall keyclone ever doing that.

intoxx
01-30-2020, 03:06 PM
What you are asking for is basically "multi-pointer" and pointer synchronization at the same time (AKA "real mouse broadcasting") and you can't do that without using ISBOXER (if we're talking about Windows operating system).
But you can easily find a way to duplicate every click on your main to every slave window (you basically only have one pointer but when you click it will move and click to other windows aswell).

You have to be careful when doing that tho, it's not as easy as it seems, you never have perfect angles camera, what I mean is that when you move all of your characters, your main will have a different angle than other slaves and a small difference can mess with the click accuracy.

You should also take a look at the "interact with mouseover" keybind which is very useful.

Intoxx.