I have 3 scripts, one for each server.
KR1.CFG: -
So, run JKA, bring up the console immediately with ~, and type /exec kr1
and thats it, no need for favorites etc.
Change the bind 3 to whatever key you use for admin login.
Note: You should never actually never need to use that bind anymore, just for emergency or if you personally amlogout
This will also protect your name from changing back to Padawan on map change if you are AFK.
KR1.CFG: -
Code: Select all
KR2.CFG: -
disconnect
wait 300
bind 3 "clanpass kr1-clanpassword; amlogin kr1-adminpassword"
seta cp_clanPwd "kr1-clanpassword"
seta cp_login "kr1-adminpassword"
connect 208.43.15.254:29070
Code: Select all
KR3.CFG: -
disconnect
wait 300
bind 3 "clanpass kr2-clanpassword; amlogin kr2-adminpassword"
seta cp_clanPwd "kr2-clanpassword"
seta cp_login "kr2-adminpassword"
password kr2-connectpassword
connect 208.43.15.40:29070
Code: Select all
That way you only have to changes the script file whenever a pass or IP changes.disconnect
wait 300
bind 3 "clanpass kr3-clanpassword; amlogin kr3-adminpassword"
seta cp_clanPwd "kr3-clanpassword"
seta cp_login "kr3-adminpassword"
connect 208.43.49.160:29070
So, run JKA, bring up the console immediately with ~, and type /exec kr1
and thats it, no need for favorites etc.
Change the bind 3 to whatever key you use for admin login.
Note: You should never actually never need to use that bind anymore, just for emergency or if you personally amlogout
This will also protect your name from changing back to Padawan on map change if you are AFK.