PDA

View Full Version : Druid Flight form "takeoff"



Riesca
12-09-2008, 03:42 PM
Im dualboxin with 2 druids(1 computer, 2 wow accounts)... Im using HotkeyNet (0.1.37 build 152) software and everything works perfect exept jump.
In flight form take off requires jump that "slave character" can follow in flight. I have tried many different buttons and i dont know why my slave character doesnt jump.
I have tried to bind jump @ wow keybindings many different buttons and i cant find any good macro for that "take off" ;(
Is there any other way to jump than alt+tab?

pengwynman
12-09-2008, 03:59 PM
Im dualboxin with 2 druids(1 computer, 2 wow accounts)... Im using HotkeyNet (0.1.37 build 152) software and everything works perfect exept jump.
In flight form take off requires jump that "slave character" can follow in flight. I have tried many different buttons and i dont know why my slave character doesnt jump.
I have tried to bind jump @ wow keybindings many different buttons and i cant find any good macro for that "take off" ;(
Is there any other way to jump than alt+tab?i have 5 druids that jump with space bar......

elsegundo
12-09-2008, 04:03 PM
when you press the space bar... do your druids ascend at the same time?

Riesca
12-09-2008, 04:36 PM
Very wierd... In every other forms(cat,travel,moonkin & normal) jump works properly exept in flight form. If i turn off hotkeynet software jump works properly on my mainchar with flight form. If i alt +tab my slave char on the air(with hotkeynet on) and i hold space on, it doesnt raise their altitude...

Hotkeynet software:
From this pc: <SendWinM WoW1><Key Space><SendWinM WoW2><Key Space>
<SendWinM WoW1> completed: Window found. Target set to 0xC10532 "WoW1"
<Key Space> completed
<SendWinM WoW2> completed: Window found. Target set to 0xF80516 "WoW2"
<Key Space> completed

that looks like it works but altitude is still same.

olipcs
12-10-2008, 05:18 AM
well, i think this is because when swimming/flying the normal jump becomes from a simple one-button-press to a movement key like the arrow keys, with the movement beeing 'up/high'.

To define space simply as an movement-key, you can do the following in hkn:


<MovementHotkey space>
<Sendlabel w1,w2>
<Key space>

(with w1,w2 the labels for your windows)
..honestly i don't know if this let you jump normal, if you have a problem with normal jumping you can ofcourse use another trigger, for a 'take-of-key' like, for example doing it with 'v' like:


<MovementHotkey v>
<Sendlabel w1,w2>
<Key space>

for more infos on MovementHotkey see: HKN: MovementHotkey ('http://hotkeynet.com/ref/movementhotkey.html')

Honestly I don't know exactly if the above will fix you issue (and i can't test it at the moment), so if you could report back if it did, would be nice!

zanthor
12-10-2008, 09:01 AM
One thing about flight, water & Jump...

Jump makes you jump, you press and release the key instantly such as the "press" command in InnerSpace or the same way you can bind a keypress to your G15 and/or XKeys... but if you are in water, this won't make you jump up and land on the surface with water walking... and you may have trouble with druid flying form because it may think it's already flying...

My solution to this with innerspace was to bind the actions actually to the keydown/keyup events such that instead of pressing and instantly releasing the key, it broadcast the EXACT keypress you do... it presses space and holds it til you release the key, which is why it works on the focus'd client but not the alts. This seems to be new behavior to WotLK, but I couldn't say 100%.

Riesca
12-10-2008, 02:52 PM
well, i think this is because when swimming/flying the normal jump becomes from a simple one-button-press to a movement key like the arrow keys, with the movement beeing 'up/high'.
I just bind space to movements keys and everything works perfect

Thank You!