9999 Ping

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
Mafian
Posts: 4
Joined: Fri Jul 08, 2011 5:45 pm

9999 Ping

Post by Mafian »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:nightly 20110708_0500
L2JDP Revision Number:nightly 4714

Ok so I have my server up and I can login to it just can't create my character and actually go in game. I've left my IP settings alone in the config files for the login and game-server. with the *'s and the 127.0.0.1 left in their original spots. Also went into the XML file and added some IP's the problem is I'm getting a 9999 Ping...I've forwarded my ports and I've stopped all running firewalls.

I've browsed the web for a solution but I can't find anything ...

IP CONFIG.XML FILE

Code: Select all

  <?xml version="1.0" encoding="UTF-8" ?> - <!--  Externalhost here (Internet IP) or Localhost IP for local test   --> - <gameserver address="192.168.0.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="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" />   <define subnet="192.168.0.0/16" address="24.158.100.10" />   </gameserver>
I have the Freya High five client and was wondering if that's the right client... any help would be greatly appreciated

The server is on a dell power-edge 2650
The computer I'm using is my gaming laptop to connect to it but nothing is occurring
Server : 192.168.0.3
IP: 24.158.100.10
Laptop : 192.168.0.2
mrTJO
L2j Veteran
L2j Veteran
Posts: 208
Joined: Thu Jul 27, 2006 11:03 am
Location: Italy

Re: 9999 Ping

Post by mrTJO »

try with this

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="24.158.100.10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="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.168.0.3" /></gameserver>
Mafian
Posts: 4
Joined: Fri Jul 08, 2011 5:45 pm

Re: 9999 Ping

Post by Mafian »

do i need to close the login server and gameserver for the changes to take effect and restart them?
mrTJO
L2j Veteran
L2j Veteran
Posts: 208
Joined: Thu Jul 27, 2006 11:03 am
Location: Italy

Re: 9999 Ping

Post by mrTJO »

gameserver only
Mafian
Posts: 4
Joined: Fri Jul 08, 2011 5:45 pm

Re: 9999 Ping

Post by Mafian »

that fixed my ping being 9999 but when i click tge server and confirm it says you have been disconnected from the server please login again...
mrTJO
L2j Veteran
L2j Veteran
Posts: 208
Joined: Thu Jul 27, 2006 11:03 am
Location: Italy

Re: 9999 Ping

Post by mrTJO »

Nightlies are based on Freya server, if you want to run an High Five server, you should download the BETA version of l2jserver/dp from SVN and compile it trough ant or java ide like eclipse

Try to check this guide:
http://www.l2jserver.com/wiki/Setup_Eclipse_and_SVN

SVN Links:
Server: http://svn.l2jserver.com/branches/unsta ... rver_BETA/
DataPack: http://svn.l2jdp.com/branches/unstable/ ... Pack_BETA/
Mafian
Posts: 4
Joined: Fri Jul 08, 2011 5:45 pm

Re: 9999 Ping

Post by Mafian »

So The one I'm trying to use isn't compatible with the client I need to back track to Gracia epilogue for it to work right?
mrTJO
L2j Veteran
L2j Veteran
Posts: 208
Joined: Thu Jul 27, 2006 11:03 am
Location: Italy

Re: 9999 Ping

Post by mrTJO »

no, the nightly is based on classic freya, so you'll need a freya client if you don't want to use the beta server
Post Reply