Page 1 of 1

Launching Your L2 Client to Your Server

Posted: Fri Dec 07, 2018 3:46 am
by Phoenex
Hey all,
I've noticed a lot of work arounds for launching your l2.exe file to your server. There are people creating batch files, modifying system files, and I even saw a post routing the launch through a custom .ini file. All of these seem a bit excessive to me and I feel like proving a solution that worked for me.

If this is irrelevant or somehow doesn't actually work feel free to tear this down.

Simply right click your L2.exe and create a shortcut. Then right click the shortcut and click properties. In the "Target:" text box, put this at the end of the path:

Code: Select all

 -ip=000.000.000.000 -port= 0000
Replace the 0s with the actual IP and Port of the server.

Happy hunting! :+1: :wave:
-Phoenex

Re: Launching Your L2 Client to Your Server

Posted: Fri Dec 07, 2018 2:20 pm
by Sacrifice
I will take in consideration... :clap: