Log in

View Full Version : HKN for boxing in AOC



shadowlord63
07-31-2008, 09:20 PM
HKN can be downloaded for FREE at http://www.HotKeyNet.com ('http://www.hotkeynet.com/')

This program is easy to use and awesome for boxing. It broadcast keystrokes from one computer to another one AND it can run your COMBO attacks by using just one key :) The script for my Assassin and TOS is below. When i hit the "4 key" it does the assassin's 3 key combo and my other character throws a heal on the group, all from just pressing one key. And yes Autofollow works well in AOC. I just hit the "space bar" and my second guy jumps and autofollows my main guy. Handy for everytime you zone and you don't want to type out the command. Just check it out and give it a try, full instructions are on the site :)
I am not affiliated with HKN in any way, but after trying their program i just had to link it on this site :)


// group invite-----------------------------
<hotkey DELETE>
<sendwin "Age of Conan">
<sendpc local>
<key enter>
<text /invite>
<key enter>

// personae-----------------------------------
<hotkey p>
<sendwin "Age of Conan">
<sendpc local>
<key p>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key p>


// feats -------------------------------------
<hotkey n>
<sendwin "Age of Conan">
<sendpc local>
<key n>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key n>


// spells -----------------------------------
<hotkey b>
<sendwin "Age of Conan">
<sendpc local>
<key b>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key b>


// journal ------------------------------------
<hotkey j>
<sendwin "Age of Conan">
<sendpc local>
<key j>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key j>

// inventory----------------------------------
<hotkey i>
<sendwin "Age of Conan">
<sendpc local>
<key i>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key i>

// hotkey hide---------------------------------
<hotkey h>
<sendwin "Age of Conan">
<sendpc local>
<key h>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key h>

// hotkeytoggle--------------------------------
<hotkey NUMPAD0>
<sendpc local>
<ToggleHotkeys>

// assist--------------------------------------
<hotkey f>
<sendwin "Age of Conan">
<sendpc local>
<key f>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key f>

// jump and follow-----------------------------
<hotkey space>
<sendwin "Age of Conan">
<sendpc local>
<key space>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<key space>
<key f2>
<key enter>
<text /follow>
<key enter>

// hotkey tab----------------------------------
<hotkey tab>
<sendwin "Age of Conan">
<sendpc local>
<key tab>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key tab>

// hotkey 1-0----------------------------------
<hotkey 1>
<sendwin "Age of Conan">
<sendpc local>
<key 1>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<key f2>
<Key f>
<Key 1>

<hotkey 2>
<sendwin "Age of Conan">
<sendpc local>
<key 2>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<key f2>
<Key f>
<Key 2>

<hotkey 3>
<sendwin "Age of Conan">
<sendpc local>
<key 3>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<key f2>
<Key f>
<Key 3>

<hotkey 4>
<sendwin "Age of Conan">
<sendpc local>
<key 4>
<wait 500>
<key 2>
<wait 1000>
<key 1>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key 4>
<wait 2600>
<key 0>

<hotkey 5>
<sendwin "Age of Conan">
<sendpc local>
<key 5>
<wait 500>
<key 2>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key 5>

<hotkey 6>
<sendwin "Age of Conan">
<sendpc local>
<key 6>
<wait 500>
<key 1>
<wait 1000>
<key 3>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key 6>

<hotkey 7>
<sendwin "Age of Conan">
<sendpc local>
<key 7>
<wait 500>
<key 3>
<wait 1000>
<key 2>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key 7>

<hotkey 8>
<sendwin "Age of Conan">
<sendpc local>
<key 8>
<wait 500>
<key 1>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key 8>

<hotkey 9>
<sendwin "Age of Conan">
<sendpc local>
<key 9>
<wait 500>
<key 2>
<wait 1000>
<key 3>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key 9>

<hotkey 0>
<sendwin "Age of Conan">
<sendpc local>
<key 0>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key 0>

<hotkey q>
<sendwin "Age of Conan">
<sendpc local>
<key q>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key q>

<hotkey e>
<sendwin "Age of Conan">
<sendpc local>
<key e>
<sendpc 192.168.1.120>
<sendwin "Age of Conan">
<Key e>

Freddie
08-23-2008, 02:57 AM
Glad to hear it's working well for you. Thanks for the kind words.

I recently added a new feature to HotkeyNet called SendWinX ('http://hotkeynet.com/ref/sendwinx.html') that may improve things for people who run multiple AOC's on a single PC.