Seth45
03-06-2021, 09:08 PM
Hi,
I started with dual boxing today, I'm completely new to both multiboxing and scripting, nonetheless I managed to adapt all those scripts available for wow to work with FFXIV as well. What I however cannot make work is modifiers.
FFXIV has way too many skills to be handled via 1-9, so I have 3 bars of skills and I use alt and ctrl to switch between bars.
That means:
Bar 1 = 1-9
Bar 2 = alt + 1-9
Bar 3 = ctrl + 1-9
There are more keys involved, but the logic is the same.
I tried googling solutions, but nothing I found has worked so far, not in the slightest, could anyone give me a tip how to make it work please?
This is the simple script I "glued" together:
//==================================================
// Script For Two FF’s On One PC With Cloned Commands “FF1”
//==================================================
<KeyList MainKeyList A-Z, Numpad0-Numpad9, 0-9, Enter, Tab, Oem4, Comma, Oem6, plus, minus, decimal, NumpadMinus, NumpadPlus, except C, B, M, L, N, O, W, A, S, D, X, P, Space>
<Label f1 Local SendWinM FF1>
<Label f2 Local SendWinM FF2>
<Hotkey ScrollLockon MainKeyList>
<SendLabel f1, f2>
<Key %Trigger%>
//-----------------------------------------------------------
// PRESS CTRL R TO RENAME FF'S IF YOU LAUNCH THEM MANUALLY
//-----------------------------------------------------------
<Hotkey ScrollLockOn Ctrl R>
<SendPC local>
<RenameWin "FINAL FANTASY XIV" FF1>
<RenameWin "FINAL FANTASY XIV" FF2>
<Hotkey ScrollLockOn Ctrl T>
<SendPC local>
<RenameWin FF1 "FINAL FANTASY XIV">
<RenameWin FF2 "FINAL FANTASY XIV">
//-----------------------------------------------------------
I started with dual boxing today, I'm completely new to both multiboxing and scripting, nonetheless I managed to adapt all those scripts available for wow to work with FFXIV as well. What I however cannot make work is modifiers.
FFXIV has way too many skills to be handled via 1-9, so I have 3 bars of skills and I use alt and ctrl to switch between bars.
That means:
Bar 1 = 1-9
Bar 2 = alt + 1-9
Bar 3 = ctrl + 1-9
There are more keys involved, but the logic is the same.
I tried googling solutions, but nothing I found has worked so far, not in the slightest, could anyone give me a tip how to make it work please?
This is the simple script I "glued" together:
//==================================================
// Script For Two FF’s On One PC With Cloned Commands “FF1”
//==================================================
<KeyList MainKeyList A-Z, Numpad0-Numpad9, 0-9, Enter, Tab, Oem4, Comma, Oem6, plus, minus, decimal, NumpadMinus, NumpadPlus, except C, B, M, L, N, O, W, A, S, D, X, P, Space>
<Label f1 Local SendWinM FF1>
<Label f2 Local SendWinM FF2>
<Hotkey ScrollLockon MainKeyList>
<SendLabel f1, f2>
<Key %Trigger%>
//-----------------------------------------------------------
// PRESS CTRL R TO RENAME FF'S IF YOU LAUNCH THEM MANUALLY
//-----------------------------------------------------------
<Hotkey ScrollLockOn Ctrl R>
<SendPC local>
<RenameWin "FINAL FANTASY XIV" FF1>
<RenameWin "FINAL FANTASY XIV" FF2>
<Hotkey ScrollLockOn Ctrl T>
<SendPC local>
<RenameWin FF1 "FINAL FANTASY XIV">
<RenameWin FF2 "FINAL FANTASY XIV">
//-----------------------------------------------------------