View Full Version : [HotKeyNet] click script
daggerwind
10-19-2009, 12:18 PM
hallo all
as you can see this is my first post (nice yo meet you guys ;)), and i am also new to multiboxing, right now my first shaman is level 78, when he hits 80 im gonna make another one, and then another one and then another one :p they are meant for pvp, i have a friend who does the same thing as me (also 4 elemental shamans) and he let me play his for some time and i really liked it, but we both have one problem: broadcasting clicks. we copied the sample script for four wows on one pc and the only changes we made where oem3 as modifier=ctrl as modifier. but my clicks dont transfer to the other wows and it keeps saying that the window is minimized, is there a solution for this?
daggerwind
10-19-2009, 01:03 PM
:(oh and i asked on another forum (to a very experienced boxer) but he didnt wanted to gimme his script
jstanthr
10-19-2009, 01:12 PM
you have to make sure your resolutions match or are an exact fraction of the masters. i.e if your mains is 1440x900 then your slaves MUST be 720x450 or half, im sure u get the picture. unless your resolutions are ran that way, it'll say its minimized.
daggerwind
10-19-2009, 01:16 PM
you have to make sure your resolutions match or are an exact fraction of the masters. i.e if your mains is 1440x900 then your slaves MUST be 720x450 or half, im sure u get the picture. unless your resolutions are ran that way, it'll say its minimized.
so if i understand right you just need to halve the resolution of the chars?
edit: oh you said exact was possible too, but all of the chars are just on standard stuff, i have not changed anything there :S
daggerwind
10-19-2009, 02:23 PM
anyone else having a solution?
Freddie
10-19-2009, 08:34 PM
Are you getting a red error message when you click?
If so, please read the error message. If it's not clear please paste it here and I'll explain it.
daggerwind
10-20-2009, 01:54 PM
Are you getting a red error message when you click?
If so, please read the error message. If it's not clear please paste it here and I'll explain it.
<ClickMouse LBUTTON> failed: Specified cursor movement is relative to window but window is minimized.
Freddie
10-20-2009, 02:24 PM
<ClickMouse> is asking HotkeyNet to click the mouse at a certain location on that window. But the window has no locations because it's minimized. Its width is zero and its height is zero. Therefore it's impossible for HotkeyNet to do what you're asking.
For example, how can HotkeyNet click halfway across the window when the width is zero? What's half of zero?
Here's an alternative that might work. Instead of minimizing the window, you can hide it with <HideWin>. I've never tested this, but you may be able to send mouse clicks to a hidden WoW window.
daggerwind
10-21-2009, 10:39 AM
<ClickMouse> is asking HotkeyNet to click the mouse at a certain location on that window. But the window has no locations because it's minimized. Its width is zero and its height is zero. Therefore it's impossible for HotkeyNet to do what you're asking.
For example, how can HotkeyNet click halfway across the window when the width is zero? What's half of zero?
Here's an alternative that might work. Instead of minimizing the window, you can hide it with <HideWin>. I've never tested this, but you may be able to send mouse clicks to a hidden WoW window.
and where should i put that?
Freddie
10-21-2009, 11:03 AM
In a hotkey. You would use the hotkey instead of minimizing the window.
daggerwind
10-21-2009, 12:50 PM
In a hotkey. You would use the hotkey instead of minimizing the window.
so a hotkey in game? i am a big noob on multiboxing so srry if im wrong ;)
(or do i just need to insert it in the script? like whenever altasmodifier, ctrl is pressed <hidewin> or smthing?)
Freddie
10-21-2009, 01:18 PM
There are many different ways this can work. You have to decide what you want to do with your fingers and how you want the computer to respond before anybody can tell you how to write the script.
For example, suppose you want to be able to press a certain key. The first time you press it, one of your WoWs gets hidden. The next time you press the key, that WoW gets revealed again.
That's just an example. You can do many other things. . Instead of hiding WoW, you could shrink it and cover it. Instead of doing it to one WoW, maybe you want to do it to twenty WoWs simultaneously. Instead of making a hotkey for this purpose, you could add this action to an existing hotkey, maybe your PIP hotkey, so it happens automatically when you PIP.
But I'll continue with the example I made up, a single hotkey that hides one WoW. Suppose you want that to happen when you press F9. Why F9? It's just an example. Pick any key or key combination you like.
You would write something like this:
<Hotkey F9>
<Toggle>
<TargetWin WoW1> // Substitute name of window on your PC
<HideWin>
<Toggle>
<TargetWin WoW1>
<ShowWin>
daggerwind
10-21-2009, 01:35 PM
There are many different ways this can work. You have to decide what you want to do with your fingers and how you want the computer to respond before anybody can tell you how to write the script.
For example, suppose you want to be able to press a certain key. The first time you press it, one of your WoWs gets hidden. The next time you press the key, that WoW gets revealed again.
That's just an example. You can do many other things. . Instead of hiding WoW, you could shrink it and cover it. Instead of doing it to one WoW, maybe you want to do it to twenty WoWs simultaneously. Instead of making a hotkey for this purpose, you could add this action to an existing hotkey, maybe your PIP hotkey, so it happens automatically when you PIP.
But I'll continue with the example I made up, a single hotkey that hides one WoW. Suppose you want that to happen when you press F9. Why F9? It's just an example. Pick any key or key combination you like.
You would write something like this:
<Hotkey F9>
<Toggle>
<TargetWin WoW1> // Substitute name of window on your PC
<HideWin>
<Toggle>
<TargetWin WoW1>
<ShowWin>
thank you very much, ill try this when i have two shamans at 80 (i am gonna use ctrl+f9 tough)
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.