hi can someone help me pls

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Smile2
Posts: 1
Joined: Wed Dec 09, 2015 12:16 pm

hi can someone help me pls

Post by Smile2 »

hi all, can someone guide me on how to make l2 hi5 serv online,i have made the serv it works, but need some guide to make it online,thanks..
Sacrifice
Advanced User
Advanced User
Posts: 1026
Joined: Thu Aug 14, 2014 6:31 am

Re: hi can someone help me pls

Post by Sacrifice »

Open ports on router if is your case. Change name default-ipconfig.xml by ipconfig.xml. Edit ipconfig.xml with notepad++ for example. Locate line:

Code: Select all

<gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd">
By this:

Code: Select all

<gameserver address="public IP or hostname" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd">
Luck!
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: hi can someone help me pls

Post by UnAfraid »

He doesn't need to use ipconfig.xml at all all he need to make is to change database config in Server.properties / LoginServer.properties and start both (and of course database installed)
Double click on dbinst_gs.jar / dbinst_ls.jar inside tools folder to install database
Image
Sacrifice
Advanced User
Advanced User
Posts: 1026
Joined: Thu Aug 14, 2014 6:31 am

Re: hi can someone help me pls

Post by Sacrifice »

Yes. Off course, server is configured to open ports using upnp.
Post Reply