-
Moderatrix
Movement isn't a macroable command in game. That includes IWT.
But, HKN can do commands on Keyup and Keydown, so if you want to avoid sending 2 actions that aren't macroable together in game {interact and cast} try defining one on keydown and one on keyup
<Hotkey ScrollLockOn Shift T>
<SendLabel w1,w2,w3,w4>
<Key Shift T>
<Hotkeyup ScrollLockOn Shift T>
<SendLabel w1,w2,w3,w4>
<Key K>
Or build it as a toggle so that first press is LB and the second is IWT
<Hotkey ScrollLockOn Shift T>
<Toggle>
<SendLabel w1,w2,w3,w4>
<Key Shift T>
<Toggle>
<SendLabel w1,w2,w3,w4>
<Key K>
Last edited by Khatovar : 07-07-2011 at 10:52 PM
Posting Rules
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Connect With Us