Using clicks and not hotKeys to control the "enslave"?
Hey guys.
Im new on this multi-boxing thing, and I read a lot of wikis and faqs, and i want to do something here and dont find out if is possible.
My main is a warlock and i want to use my alt druid as a healer for the warlock. But, im totally a "keybinder" guy on my lock, dont use the mouse for nothing and have all possible keys with some action.
So, I dont wanna put cloneKeys to work all the time, like the druid spam LB every time i cast a SB on the lock, so i was thinking about something like putting a bar on my lock screen with actions directly for the druid.
But, i will need use the mouse to click on this actions, so, no cloneKeys.
There is a possible way to do that? I was thinking about the bar have macros to execute a KeyPress comand [so AutoHotkey/KeyClone will be enough], but i think this is not possible on WoW.
Any ideia?
Thy for the help, and sorry about my bad english.
RE: Using clicks and not hotKeys to control the "enslave"?
Quote:
Originally Posted by 'flep',index.php?page=Thread&postID=72426#post7242 6
But, im totally a "keybinder" guy on my lock, dont use the mouse for nothing...
Then why not do this with the keyboard instead of the mouse? You could define keys that send keystrokes only to the healer (even when the healer is in the background).
Quote:
and have all possible keys with some action.
You can make more key combinations with custom modifiers. For example, you could define F1 to be a modifier (like a shift key) and define the combination <F1 F2> so it sends F2 to the healer but not the lock.
Or you can use toggles as modifiers. When ScrollLock is on, F2 goes to the healer but not the lock. Etc.
RE: RE: Using clicks and not hotKeys to control the "enslave"?
Quote:
Originally Posted by 'Freddie',index.php?page=Thread&postID=72565#post7 2565
Quote:
Originally Posted by 'flep',index.php?page=Thread&postID=72426#post7242 6
But, im totally a "keybinder" guy on my lock, dont use the mouse for nothing...
Then why not do this with the keyboard instead of the mouse? You could define keys that send keystrokes only to the healer (even when the healer is in the background).
Quote:
and have all possible keys with some action.
You can make more key combinations with custom modifiers. For example, you could define F1 to be a modifier (like a shift key) and define the combination <F1 F2> so it sends F2 to the healer but not the lock.
Or you can use toggles as modifiers. When ScrollLock is on, F2 goes to the healer but not the lock. Etc.
I already use "1 to =" and "f1 to f12" keys for the lock, and some modifiers with CTRL and SHIFT for my pet's macros. Will be very hard control my lock with this all keybinds and control the healer with modifiers, press CTRL or SHIFT with numbers or "f" keys is not fast enough, cuz i will need to stop press something for the lock to press for the healer. Im looking for something more fast, to not drecrease the skill of my play style.
Of course, for farm or solo some instance is ok, but im thinking about hard PvP play, like Arena 2v2 controling the two chars.
Maybe when i finally buy my G11 or G15 I'll have more keys to press and can put the healer on the macro keyboard keys.
But some solution for mouse functions, like i saw on some sugestion post here about Keyclone, will be very nice and will improve the multi-boxing players skill.
For example, with the HotkeyNet i can send a "mouse click" for the background wow, using a keybind [got the example on the site and works fine]. If this can be done simple with the MouseClick as a hotkey, sending the exactly mouseclick for the background wow, i can just create a fake buttons on my wow1 and put the functions on the same X,Y on the wow2, so, when i click on my wow1 fake bar, will duplicate the click on the wow2.
RE: RE: RE: Using clicks and not hotKeys to control the "enslave"?
Quote:
Originally Posted by 'flep',index.php?page=Thread&postID=72585#post7258 5
For example, with the HotkeyNet i can send a "mouse click" for the background wow, using a keybind [got the example on the site and works fine]. If this can be done simple with the MouseClick as a hotkey, sending the exactly mouseclick for the background wow, i can just create a fake buttons on my wow1 and put the functions on the same X,Y on the wow2, so, when i click on my wow1 fake bar, will duplicate the click on the wow2.
Sorry I forgot to answer this. Yes you can do this now with HotkeyNet. I added mouse triggers to HotkeyNet in build 103 a couple of days ago. If you put the windows on the same X,Y you should also write "NoMove" in <MouseClick> to make the execution very fast. Or you can put the windows on different X,Y's and HKN will move and scale the cursor position, but that adds a little bit of latency. You can also send the click to only the background window if you want even though you're clicking on the top one.
RE: RE: RE: RE: Using clicks and not hotKeys to control the "enslave"?
Quote:
Originally Posted by 'Freddie',index.php?page=Thread&postID=72592#post7 2592
Quote:
Originally Posted by 'flep',index.php?page=Thread&postID=72585#post7258 5
For example, with the HotkeyNet i can send a "mouse click" for the background wow, using a keybind [got the example on the site and works fine]. If this can be done simple with the MouseClick as a hotkey, sending the exactly mouseclick for the background wow, i can just create a fake buttons on my wow1 and put the functions on the same X,Y on the wow2, so, when i click on my wow1 fake bar, will duplicate the click on the wow2.
Sorry I forgot to answer this. Yes you can do this now with HotkeyNet. I added mouse triggers to HotkeyNet in build 103 a couple of days ago. If you put the windows on the same X,Y you should also write "NoMove" in <MouseClick> to make the execution very fast. Or you can put the windows on different X,Y's and HKN will move and scale the cursor position, but that adds a little bit of latency. You can also send the click to only the background window if you want even though you're clicking on the top one.
Really?? Can you put an example of the mouseclick1? I have the 103 build but dont know how to put the mouse click on the script.
Ty