Launching Your L2 Client to Your Server

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Phoenex
Posts: 17
Joined: Fri Dec 07, 2018 2:13 am

Launching Your L2 Client to Your Server

Post 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
Sacrifice
Advanced User
Advanced User
Posts: 1026
Joined: Thu Aug 14, 2014 6:31 am

Re: Launching Your L2 Client to Your Server

Post by Sacrifice »

I will take in consideration... :clap:
Post Reply