I've tried my best to answer my own questions with searching forums and such, but theres a few questions that I couldn't find the answer to. Particularly questions from this topic:
http://www.lavishsoft.com/forum/viewtopic.php?t=3712
I've loaded 2 instances of L2 for testing using the Lineage II default profile after minor modification to load from system\l2.exe. My question is, regarding IS sessions, does that effectively create 2 sessions of Lineage II..automatically labeling each session as is1 and is2 in the order it was opened?
Also another question, I've created a keybinds.iss, and ran it through the uplink console since pressing ~ in game doesn't open the in-game console. This is what I used:
Code: Select all
function main()
{
bind num1 "Num 1" relay is2 press "Num 1"
bind num2 "Num 2" relay is2 press "Num 2"
bind num3 "Num 3" relay is2 press "Num 3"
bind num4 "Num 4" relay is2 press "Num 4"
bind num5 "Num 5" relay is2 press "Num 5"
bind num6 "Num 6" relay is2 press "Num 6"
bind num7 "Num 7" relay is2 press "Num 7"
bind num8 "Num 8" relay is2 press "Num 8"
bind num9 "Num 9" relay is2 press "Num 9"
bind num0 "Num 0" relay is2 press "Num 0"
}
[num1] [Num1] Command (Release) : relay "is2" "press" "Num1"
etc for 1-6.
Personally, I think I'm doing it wrong >_>. Any advice on how to get started? There wasn't a complete explanation I found on starting to use IS from scratch, so I'm a bit confused. I can post more details if needed. Any help will be appreciated
