Hello everyone , i am very new to multi boxing and have done some research on it. I wanted to pick up PWI that i used to play awhile ago.
The script i am using is very similar to the multiboxing with 2 chars on one pc for wow shown on the hotkeynet website.
I just renamed some parts based on the game i am playing.
//================================================== ==============
// SAMPLE SCRIPT FOR TWO pwi'S ON ONE PC
//
// Instructions: Copy this entire script (all the blue writing
// on gray background including comments). Save it in a file.
// Load it into HotkeyNet.
//
// Toggle the scroll lock key to turn hotkeys off and on. (You
// can change this if you want, just like you can change
// everything else with HotkeyNet.)
//
// Requires HotkeyNet build 147 or higher.
//
// For more info, go to www.hotkeynet.com
//================================================== ==============


//-----------------------------------------------------------
// PRESS CTRL R TO RENAME pwi'S IF YOU LAUNCH THEM MANUALLY
//-----------------------------------------------------------
<Hotkey Ctrl R>
<SendPC local>
<RenameWin "Perfect World International" pwi1>
<RenameWin "Perfect World International" pwi2>


//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF pwi.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run "C:\Program Files (x86)\Perfect World Entertainment\Perfect World International\element\elementclient.exe">
<RenameTargetWin %2%>


//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME BOTH pwi'S.
//-----------------------------------------------------------
<Hotkey Alt Ctrl L>
<LaunchAndRename Local pwi1>
<LaunchAndRename Local pwi2>


//-----------------------------------------------------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES
//-----------------------------------------------------------
<Label w1 Local SendWinM pwi1>
<Label w2 Local SendWinM pwi2>


//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
<SendLabel w1, w2>
<Key %Trigger%>


//-----------------------------------------------------------
// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH pwi'S.
// ADD MORE KEYS IF YOU WANT.
//-----------------------------------------------------------
<MovementHotkey w, s, a, d, space>
<SendLabel w1, w2>
<Key %Trigger%>


//-----------------------------------------------------------
// BROADCAST MOUSE CLICKS. HOLD DOWN OEM3 (ON U.S. KEYBOARDS,
// THAT'S THE SQUIGGLE KEY IN UPPPER LEFT CORNER) WHEN YOU
// WANT TO BROADCAST.
//-----------------------------------------------------------
<UseKeyAsModifier Oem3>


<Hotkey Oem3 LButton, MButton, RButton, Button4, Button5>
<SendLabel w1, w2>
<ClickMouse %TriggerMainKey%>


The problem i am having is this: I open two windows of PWI on and have them logged in. I try to move using the movement keys but the toons DO NOT move(none of them) not the one from the main window or the secondary one.

I try to use skills by selecting a mob on both windows and then only the main window registers the action while the secondary window does not. <- this also applies if i open the equipments or inventory window etc.. it is only registered to the main window but not the second one.

I know that it registers to both windows since: From this pc: <SendWinM pwi1><KeyUp W><SendWinM pwi2><KeyUp W>
<SendWinM pwi1> completed: Window found. Target set to 0x1306DA "pwi1"
<KeyUp W> completed
<SendWinM pwi2> completed: Window found. Target set to 0x2E0470 "pwi2"
<KeyUp W> completed

Another indication that the keys are registered to both windows is that When i click the chat box in both windows and type something in the main window chat box, it will show up in the secondary window chat box.

soo...Anyone know what the problem is?is it my script? or does PWI not support hotkeynet?

I hope for a swift reply Thank you for those who spend their time to read this and help