Jump to content
  • 0

Im making l2j c4 server..


Question

Posted

Hi guys,i already have my l2j c4 server  ... login server online , gameserver online  but now i dont know how to connect in my server and how i can make account so i can login....

i think i need to put an option.ini file into system folder and change port and ip adress but im not sure..

I would like to know if u can help me! thx a lot :)

1 answer to this question

Recommended Posts

  • 0
Posted

Instead of moding the client use hosts. However go to loginserver folder config foler and open loginserver.properties .Search for this line:

 

 

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

ExternalHostname=127.0.0.1

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname

InternalHostname=127.0.0.1

Change change the IP of "ExternalHostname=127.0.0.1" to your IP

 

Do this the same for the gameserver folder. Go again to config folder and change the IP of the "ExternalHostname=127.0.0.1" to your IP

 

Add those in your hosts file (located in -> C:\WINDOWS\system32\drivers\etc) -->

 

127.0.0.1 localhost

{YOUR IP} l2authd.lineage2.com

{YOUR IP} l2testauthd.lineage2.com

 

(Where it writes "{YOUR IP}" change it to your IP.)

 

Hope i helped :)

Guest
This topic is now closed to further replies.


×
×
  • Create New...