Log in

View Full Version : Lotro and hotkeynet



Wili6
03-04-2009, 01:30 PM
Hi,

I'm new to the world of dual boxing, been browsing the forums since 2 days but can't my movement sorted out.
I got my main lotro account running on my pc and the other one on my laptop.

I can jump, use hotkeys to open my character, crafting,... screen but I can't move. HKN registers the movement, I move with my main character, but the 2nd one isn't doing anything. The debug console gives no errors.

This is my code so far:

KeyList MyList A-Z, 0-9, Enter, Tab, Oem4, Space, Comma, Oem6, Oem2, Oem1, Oem3 except a, z, e, q, s, d>

<Label Wili Local SendWin Lotr1>
<Label Aoni 192.168.1.5 SendWin Lotr2>

<Hotkey MyList; Shift MyList; Alt MyList; Ctrl MyList>
<SendLabel Wili, Aoni>
<Key %Trigger%>

<hotkey pause>
<sendpc local>
<ToggleHotkeys>

<MovementHotkey a, z, e, q, s, d>
<PassThrough>
<SendLabel Wili, Aoni>
<Key %Trigger%>

Sorry if it's a bit noobish (it will be probably :)), but I really don't know how to fix this.

Thanks in advance and if someone else also dualboxes in Lotro, feel free to contact me.

Owltoid
03-04-2009, 01:35 PM
What is the Hotkeynet interface saying? Can you post the text that is generated when you press a movement key?

Wili6
03-04-2009, 01:38 PM
It says:

From this pc: <SendWin Lotr1><Key Enter>

Sending to 192.168.1.5
Successfully sent.
<SendWin Lotr1> completed: Window found. Target set to 0x2703A6 "Lotr1"
<Key Enter> completed

That works.

When I move it's like this:

From this pc: <Passthrough><SendWin Lotr1><KeyDown Z>

Sending to 192.168.1.5
Successfully sent.
<PassThrough> completed
<SendWin Lotr1> completed: Window found. Target set to 0x2703A6 "Lotr1"
<KeyDown Z> completed

From this pc: <Passthrough><SendWin Lotr1><KeyUp Z>

Sending to 192.168.1.5
Successfully sent.
<PassThrough> completed
<SendWin Lotr1> completed: Window found. Target set to 0x2703A6 "Lotr1"
<KeyUp Z> completed



My laptop then gives this:

From 192.168.1.3 ('http://192.168.1.3/'): <SendWin Lotr2><KeyDown Z>
<SendWin Lotr2> completed: Window found. Target set to 0x50476 "Lotr2"
<KeyDown Z> completed

From 192.168.1.3 ('http://192.168.1.3/'): <SendWin Lotr2><KeyUp Z>
<SendWin Lotr2> completed: Window found. Target set to 0x50476 "Lotr2"
<KeyUp Z> completed


Hope that helps?

Freddie
03-04-2009, 01:58 PM
It looks like Lotro is made in such a way that it doesn't respond to movement commands from HotkeyNet. Sorry. It's a long shot but you could try HotkeyNet's other send modes (SendWinS, SendWinSF, etc.)

The main toon is probably moving because of your physical finger press on the keyboard, not because of the hotkey.

Khatovar
03-04-2009, 02:37 PM
According to a post here ('http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=17435') LotRO requires focus to accept input. But the poster there says he uses Hotkeynet, so you should be able to get it going.