Heres the script Ive been using. E is to reset cam position which lines up crosshairs somehwat for aoe spells. Follow works well but mouseclicks are not going well. WOuld love to be able to swithc windows lineup and return to mainwindow. Any help/corrections would be greatly appreciated. This is the sample wow script 2 on 1 edited for my use with tera. Feel free to use.
Mouseclicks as of now..when i clck left mouse it changes focus window to window 2 and if i click again it then goes back to window 1. I would love for this to work where If i hold down a hotkey..it switches to window 2 lets me line up the crosshairs..then either release hot key or press another hotkey to return to window 1 and continue broadcasting keyclicks.
Launching and renaming doesnt really work cause of the launcher window and how that works..so ive been launching and renaming manually. But if anyone cant edit that to work..that would be great too...Please HELP!
CNTRL R works to rename the windows only if the launcher is closed..which btw will not kill either instance of TERA after they are running. Atleast for me.
Code:
//-----------------------------------------------------------
// PRESS CTRL R TO RENAME Tera'S IF YOU LAUNCH THEM MANUALLY
//-----------------------------------------------------------
<Hotkey ScrollLockOn Ctrl R>
<SendPC local>
<RenameWin "TERA" Tera1>
<Hotkey ScrollLockOn Alt R>
<SendPC local>
<RenameWin "TERA" Tera2>
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF Tera.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run "C:\ProgramData\HappyCloud\Cache\TERA\TERA-Launcher.exe">
<RenameTargetWin %2%>
//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME BOTH Tera'S.
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
<LaunchAndRename Local Tera1>
<LaunchAndRename Local Tera2>
<Hotkey ScrollLockOn g>
<SendPC local>
<SendWinm Tera2>
<key Enter>
<wait 250>
<text /follow Player Name>
<wait 300>
<key Enter>
<Hotkey ScrollLockOn Alt o>
<SendPC local>
<SendWinM Tera1>
<key Enter>
<wait 250>
<text /follow Player Name>
<wait 300>
<key Enter>
<Command SetPip>
<TargetWin Tera1>
<SetWinPos 0 0>
<SetWinSize 1920 1080>
<TargetWin Tera2>
<SetWinPos 1921 0>
<SetWinSize 1920 1080>
<Hotkey ScrollLockOn Alt w>
<SetPiP Tera2>
`
<Hotkey Alt F1>
<SetActiveWindowTracking on>
<Hotkey Alt F2>
<SetActiveWindowTracking off>
//-----------------------------------------------------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES
//-----------------------------------------------------------
<Label w1 Local SendWinM Tera1>
<Label w2 Local SendWinM Tera2>
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH TeraS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey ScrollLockOn A-Z, 0-4, 6-9, Plus, Minus, Space, F1-F12 except W, A, S, D, Q, E, G>
<SendLabel w1, w2>
<Key %Trigger%>
<Hotkey e>
<SendWinM Tera2>
<Key %Trigger%>
//-----------------------------------------------------------
// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH Tera'S.
// ADD MORE KEYS IF YOU WANT.
//-----------------------------------------------------------
<MovementHotkey ScrollLockOn up, down, left, right>
<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 ScrollLockOn LButton>
<SendLabel w1, w2>
<Clickmouse LButton>
<wait 250>
<RestoreMousePos>
<Else>
<SendFocusWin>
<Clickmouse LButton>
Connect With Us