Updated Guide to Install Erthia

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
There is no support for other server builds than the official provided by l2jserver.com
Post Reply
mattjanes
Posts: 30
Joined: Sun Jan 07, 2007 2:26 am

Updated Guide to Install Erthia

Post by mattjanes »

Is there an updated guide anywhere on how to install the Erthia Server? I followed the one on the website but when you actually get to the part about 'Setting up the Server' its one post and no info, I never really used Eclipse before so this is all new to me, i used to just download the latest compiled version and run the tools to install the SQL Files and change my .properties files to get it running.

I tried downloading directly from the github website but that didnt seem to work out :(



Edit I managed to figure it out!, however I'm hitting another issue, I changed my hosts file to:

127.0.0.1 L2authd.lineage2.com

But it still tries to connect to retail.
User avatar
Gladicek
Posts: 634
Joined: Wed Jan 19, 2011 6:25 pm
Location: Czech Republic

Re: Updated Guide to Install Erthia

Post by Gladicek »

Because you still have IP in L2.ini for official server.
ImageImage
L2J retired
mattjanes
Posts: 30
Joined: Sun Jan 07, 2007 2:26 am

Re: Updated Guide to Install Erthia

Post by mattjanes »

Gladicek wrote:Because you still have IP in L2.ini for official server.

Is there a work-around since we are not supposed to edit game files
User avatar
Gladicek
Posts: 634
Joined: Wed Jan 19, 2011 6:25 pm
Location: Czech Republic

Re: Updated Guide to Install Erthia

Post by Gladicek »

Ye, you can make bat file which will load client with your IP.
ImageImage
L2J retired
octayn
Posts: 4
Joined: Wed Jan 28, 2015 5:54 pm

Re: Updated Guide to Install Erthia

Post by octayn »

Gladicek wrote:Ye, you can make bat file which will load client with your IP.
How exactly do you do this because I've tried numerous ways...

Code: Select all

start system/L2.exe -IP=xxx.xxx.xxx.xxx

Code: Select all

start system/L2.exe IP=xxx.xxx.xxx.xxx
When using this one, Windows just freaks out because it doesn't know what to launch the game with (no file extension association)

Code: Select all

start system/l2.bin IP=xxx.xxx.xxx.xxx
Anyone know what the proper way of doing this is?
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Updated Guide to Install Erthia

Post by UnAfraid »

inside system folder

Code: Select all

start L2.bin IP=localhost
Image
octayn
Posts: 4
Joined: Wed Jan 28, 2015 5:54 pm

Re: Updated Guide to Install Erthia

Post by octayn »

UnAfraid wrote:inside system folder

Code: Select all

start L2.bin IP=localhost
Yeah, I tried that and Windows is like.. wtf is this, mate?
It doesn't know to execute it like your normal exe file, it gives me the "open with" dialog box.
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: Updated Guide to Install Erthia

Post by Sdw »

Run the command line as Administrator, you have UAC enabled :|
octayn
Posts: 4
Joined: Wed Jan 28, 2015 5:54 pm

Re: Updated Guide to Install Erthia

Post by octayn »

Sdw wrote:Run the command line as Administrator, you have UAC enabled :|
Negative, UAC is disabled. Windows doesn't recognize the file type.
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Updated Guide to Install Erthia

Post by UnAfraid »

http://c2n.me/3brIUhu
Make sure you use 'start' explicitly
Image
Post Reply