HELP

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
longshot
Posts: 9
Joined: Mon May 16, 2011 2:54 pm

HELP

Post 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
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: HELP

Post 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.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
longshot
Posts: 9
Joined: Mon May 16, 2011 2:54 pm

Re: HELP

Post 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
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: HELP

Post by hope »

post ipconfig.xml and leave ips in configs as default
also post hosts file
longshot
Posts: 9
Joined: Mon May 16, 2011 2:54 pm

Re: HELP

Post 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
Last edited by longshot on Sun May 22, 2011 3:05 am, edited 2 times in total.
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: HELP

Post 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" /> :evil:
<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" /> :D
longshot
Posts: 9
Joined: Mon May 16, 2011 2:54 pm

Re: HELP

Post 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
Post Reply