Page 1 of 1
hi can someone help me pls
Posted: Wed Dec 09, 2015 12:24 pm
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..
Re: hi can someone help me pls
Posted: Wed Dec 09, 2015 4:43 pm
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!
Re: hi can someone help me pls
Posted: Wed Dec 09, 2015 8:30 pm
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
Re: hi can someone help me pls
Posted: Thu Dec 10, 2015 9:45 am
by Sacrifice
Yes. Off course, server is configured to open ports using upnp.