Localhost
Posted: Sat Nov 13, 2010 8:22 pm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hello created some l2 server some years ago.
I want to know if only want the server for me:
if what i have to write in ipconfig.xml??
In each 127.0.0.1
like this??
Thanks
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hello created some l2 server some years ago.
I want to know if only want the server for me:
if what i have to write in ipconfig.xml??
In each 127.0.0.1
like this??
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="127.0.0.1"> <!-- Localhost access --> <define subnet="127.0.0.1" address="127.0.0.1" /> <!-- LAN's, put old contents of InternalHostname here --> <define subnet="127.0.0.1" address="127.0.0.1" /> <define subnet="127.0.0.1" address="127.0.0.1" /> <define subnet="127.0.0.1" address="127.0.0.1" /></gameserver>
Thanks