Page 1 of 1
[Help] No login char in server?
Posted: Fri Nov 30, 2012 10:17 pm
by klonas
Why no login char in server?
Create char and click start.No login char in my server?
EDIT: picture removed, it can't contain info about private servers.
I think that the signature is bad ipconfig.xml change ip adres?
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd"> <!-- Localhost here --> <define subnet="127.0.0.0/8" address="127.0.0.1" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="10.0.0.0/8" address="10.0.0.0" /> <define subnet="172.16.0.0/19" address="172.16.0.0" /> <define subnet="192.168.0.0/16" address="192.168.0.0" /></gameserver>
What needs to change? that login char in my server?
Re: [Help] No login char in server?
Posted: Sat Dec 01, 2012 12:47 am
by MELERIX
because you are using GOD client, and in L2J we use H5, so obviously is not compatible

Re: [Help] No login char in server?
Posted: Sat Dec 01, 2012 8:33 am
by klonas
you help change ipconfig.xml ip adres ok?
Pvz my ip 955.955.955.0
how to find the right ip?
Code: Select all
<?xml version="1.0" encoding="UTF-8"?> <!-- Externalhost here (Internet IP) or Localhost IP for local test --> <gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd"> <!-- Localhost here --> <define subnet="127.0.0.0/8" address="127.0.0.1" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="10.0.0.0/8" address="10.0.0.0" /> <define subnet="172.16.0.0/19" address="172.16.0.0" /> <define subnet="192.168.0.0/16" address="192.168.0.0" /> </gameserver>
Re: [Help] No login char in server?
Posted: Sat Dec 01, 2012 1:48 pm
by UnAfraid
klonas wrote:you help change ipconfig.xml ip adres ok?
Pvz my ip 955.955.955.0
how to find the right ip?
viewtopic.php?f=94&t=25961
Re: [Help] No login char in server?
Posted: Sat Dec 01, 2012 2:19 pm
by klonas
Pvz my ip
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Generated by http://ipconfig.admincp.eu/ --><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="2.216.20x.xx" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd"> <!-- Localhost here --> <define subnet="127.0.0.0/8" address="127.0.0.1" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="192.168.0.0/24" address="192.16x.x.x" /></gameserver>
how to find the appropriate IP loginserver.properties and server.properties?
loginserver.properties
Code: Select all
# Bind ip of the LoginServer, use * to bind on all available IPs# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)LoginserverHostname = * # Default: 2106LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)LoginHostname = * # The port on which login will listen for GameServers# Default: 9014LoginPort = 9014
server.properties
Code: Select all
# Where's the Login server this gameserver should connect to# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: 127.0.0.1LoginHost = 127.0.0.1 # TCP port the login server listen to for gameserver connection requests# Default: 9014LoginPort = 9014 # Bind address for gameserver. You should not need to change it in most cases.# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)GameserverHostname = * # Default: 7777GameserverPort = 7777
Or no change Default adress?