Jump to content
  • 0

help pls server is light but 9999 ping


felin

Question

I have a problem with my server and i dont know what to do... i have made everything correctly but when i try to log i got 9999 ping on light status and i dont know what to do ... if someone could tell me please! Thanks in advance

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

see your Server Protocol !

 

well, in server.properties DON'T LEAVE any blinded (*) space when is requied the IP's.

 

put the

minProtocol to 740

maxprotocol to 750

 

and you are OK !!

 

PING ==> 0 !!

 

 

 

Link to comment
Share on other sites

  • 0

my is

#=================    #######################

# EMUPROJECT PACK      # GAMESERVER SETTINGS #

#=================    #######################

 

# ==========================================

# Descriptions and Some Support Information

# ==========================================

 

# ====================

# Alternative Settings

# ====================

# NOTE: Useable values: "true" - "false".

# This is the server id that the gameserver will request (i.e. 1 is Bartz)

RequestServerID = 1

 

# If set to true, the login will give an other id to the server  if the requested id is allready reserved

AcceptAlternateID = True

 

# =================

# Character Related

# =================

# 1- Maximum number of chars per account - 0 = illimited - default = 7

CharMaxNumber = 7

 

# Define character name template

# These ones are regular expressions, visit http://www.regular-expressions.info for details

# Note: Checking lengths are done server side, but keep it in pattern for future purposes

# Character name ( Default [A-Za-z0-9\-]{3,16} )

CnameTemplate=[A-Za-z0-9\-]{3,16}

 

# Pet name ( Default [A-Za-z0-9\-]{3,16} )

PetNameTemplate=[A-Za-z0-9\-]{3,16}

 

# Clan and ally name ( [A-Za-z0-9 \-]{3,16} )

ClanAllyNameTemplate=[A-Za-z0-9 \-]{3,16}

 

# Title ( [A-Za-z0-9 \-\\[\\]\<\>\(\)\!\|]{3,16} )

TitleTemplate=[A-Za-z0-9 \-\\[\\]\<\>\(\)\!\|]{3,16}

 

 

# Define how many players are allowed to play simultaneously on your server.

MaximumOnlineUsers = 300

 

# ---------------

# Client Settings

# ---------------

# Minimum and maximum protocol revision that server allow to connect.

# You must keep MinProtocolRevision <= MaxProtocolRevision.

MinProtocolRevision = 740

MaxProtocolRevision = 750

 

#DatapackRoot=

Link to comment
Share on other sites

  • 0

my is

#=================    #######################

# EMUPROJECT PACK      # GAMESERVER SETTINGS #

#=================    #######################

 

# ==========================================

# Descriptions and Some Support Information

# ==========================================

 

# ====================

# Alternative Settings

# ====================

# NOTE: Useable values: "true" - "false".

# This is the server id that the gameserver will request (i.e. 1 is Bartz)

RequestServerID = 1

 

# If set to true, the login will give an other id to the server  if the requested id is allready reserved

AcceptAlternateID = True

 

# =================

# Character Related

# =================

# 1- Maximum number of chars per account - 0 = illimited - default = 7

CharMaxNumber = 7

 

# Define character name template

# These ones are regular expressions, visit http://www.regular-expressions.info for details

# Note: Checking lengths are done server side, but keep it in pattern for future purposes

# Character name ( Default [A-Za-z0-9\-]{3,16} )

CnameTemplate=[A-Za-z0-9\-]{3,16}

 

# Pet name ( Default [A-Za-z0-9\-]{3,16} )

PetNameTemplate=[A-Za-z0-9\-]{3,16}

 

# Clan and ally name ( [A-Za-z0-9 \-]{3,16} )

ClanAllyNameTemplate=[A-Za-z0-9 \-]{3,16}

 

# Title ( [A-Za-z0-9 \-\\[\\]\<\>\(\)\!\|]{3,16} )

TitleTemplate=[A-Za-z0-9 \-\\[\\]\<\>\(\)\!\|]{3,16}

 

 

# Define how many players are allowed to play simultaneously on your server.

MaximumOnlineUsers = 300

 

# ---------------

# Client Settings

# ---------------

# Minimum and maximum protocol revision that server allow to connect.

# You must keep MinProtocolRevision <= MaxProtocolRevision.

MinProtocolRevision = 740(make it 1)

MaxProtocolRevision = 750(make it 999)

 

#DatapackRoot=

Link to comment
Share on other sites

  • 0

tnx i start the server but give me java eror INFO Game Surver: Initializing ID Factory

INFO IDFactory 102912 id's Avaible.

Severe Could not read  object IDs from DB.

Please Check Your Data.

Exception in thread "main" java.lang.Exception : Could not initialize

the ID factory

  at net.sf.12j.gameserver.Gameserver.<init><GameServer.java:224 :/

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...