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
HELP
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: HELP
For that message you can check: viewtopic.php?f=72&t=21214
Anyway is not needed since it's running with default values.
Anyway is not needed since it's running with default values.
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 9
- Joined: Mon May 16, 2011 2:54 pm
Re: HELP
<?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
<!-- 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
Last edited by longshot on Sun May 22, 2011 3:05 am, edited 2 times in total.
- tukune
- Posts: 533
- Joined: Sun Mar 29, 2009 2:35 pm
- Location: Japan
Re: HELP
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" />
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" />
