Hi, I'm glad you got the basic setup working :)
There are many ways to do what you want with HKN.
In the following I want to explain HKN to you a little bit further and show you one way how you can achieve what you want.
I'm guessing you use some variant of the two-on-one-pc-sample-script from the HKN Website.
If so you have there a line in it, which looks like this:
Code:
<Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
<SendLabel w1, w2>
<Key %Trigger%>
what this does is, that for all the following keys: A-Z (without W,A,S,D,Q,E), 0-9, Plus, Minus, F1-F12
it sends the pressed key to both WoWs (with <SendLabel w1, w2> <Key %Trigger%> )
so to geht what you want you could simply remove 1-5 from the hotkey like this, so that when 1-5 is pressed no hotkey is triggered and there for the key is handled as if HKN isn't installed.
This you can do by altering the first line like this:
Code:
<Hotkey ScrollLockOn A-Z, 0, 6-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
now, to send a specific command to your healer, you could add hotkeys which react for 'shift + 1-5' and then send a simple '1-5' only to your healer (on the second window (w2)), and let your tank do nothing.
This you can do by adding the following lines:
Code:
<Hotkey ScrollLockOn shift 1-5>
<SendLabel w2>
<Key %TriggerMainKey%>
this would result, that when you press 'shift + 1' only w2(where your healer should be) recieves an '1'.
one little comment on:
I know this program is intended for Same-Class Multi Boxing,
..HKN isn't developed with any class setup in mind, so there lies no restriction...
..for some more infos on HKN functionalities, I may point you to the guide in my signature.
Connect With Us