Page 1 of 1
HELP
Posted: Sat May 21, 2011 12:01 am
by longshot
Starting L2J Game Server.
Loading GameServer Configuration Files...
L2Properties: Missing property for key - DatapackRoot
i been trying to fix these for about a week and i cant for thr life of me what am i doing wrong here
Re: HELP
Posted: Sat May 21, 2011 12:28 am
by Zoey76
For that message you can check:
viewtopic.php?f=72&t=21214
Anyway is not needed since it's running with default values.
Re: HELP
Posted: Sat May 21, 2011 12:39 am
by longshot
ok but when i login i get 9999 ping how do i fix that and i try what this person did and i still get it [help] gameserver problems
Re: HELP
Posted: Sat May 21, 2011 4:10 am
by hope
post ipconfig.xml and leave ips in configs as default
also post hosts file
Re: HELP
Posted: Sat May 21, 2011 2:31 pm
by longshot
<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="***************" 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="192.168.2.2" />
<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>
ok and i put my 192 ip for another pc running over a router using a diffent pc to play and trying to get other friends on to play to thxs for the help
Re: HELP
Posted: Sat May 21, 2011 3:16 pm
by tukune
post hosts file.
Check your domain. I tryed ping
C:\Dokumente und Einstellungen\Administrator>ping ghostfleet.webhop.net
Ping request could not find host ghostfleet.webhop.net. Please check the name an
d try again.
And...
<define subnet="10.0.0.0/8" address="
192.168.2.2" />
<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="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.2.2" />

Re: HELP
Posted: Sat May 21, 2011 4:06 pm
by longshot
sorry about that try now
ok going to ask do i need to do the C:\WINDOWS\system32\drivers\etc\host thing or no