Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help 999 ping nat :(

Junior Spellweaver
Joined
Nov 7, 2009
Messages
111
Reaction score
16
Sqlserver :

Locatorstatus.dbo

locatorstatus.PNG - Help 999 ping  nat :( - RaGEZONE Forums

serverstatus.dbo

serverstatus.PNG - Help 999 ping  nat :( - RaGEZONE Forums


serverfiles:

Locator:

[db]
dns="gunzdb"
username="sa"
password="clave"

[network]
ip="myipwan"
port="8900"

[env]
id="1"
locator_uid_high="5"
locator_uid_low="0"
max_elapsed_update_server_status_time="1000"
udp_live_time="10000000"
max_free_recv_count_per_live_time="9"
block_time="0"
update_udp_manager_elapsed_time="3"
margin_of_error_min="500000"
use_country_code_filter="no"
elapsed_time_update_locator_log="3600000"
accept_invalid_ip="1"
test_server="0"



matchserver :

[db]
dns="gunzdb"
username="sa"
password="clave"

[server]
maxuser=1000
serverid=1
servername="gamers"
serverport=6000
serverudpport=7777
freeloginip="my ip wan"
keeperip="my ip wan"
debugip="my ip wan"
monitorip="my ip wan"
monitorport=9000
dbagentport=5100
dbagentip=127.0.0.1
debug="0"
mode=quest
country="kor"
language="kor"
useticket="0"
gameguard="0"
survivalenable="1"
survivalranking_daily_request_hour="5"
survivalranking_daily_request_minute="0"

dueltournament_enable="1"
dueltournament_matchmaking_interval = 1000
dueltournament_matchmaking_acceptable_tp_gap = 30
dueltournament_matchmaking_wait_limit = 15000
dueltournament_service_start_time = 0
dueltournament_service_end_time = 23

send_loginuser_to_dueltournament_channel ="0"

[battletimereward]
battletimereward_refresh_interval="1"

[filter]
use="0"
accept_invalid_ip="0"

[environment]
use_hshield="0"
use_xtrap="0"
use_event="1"
use_filecrc="0"
use_md5="0"
use_resourcecrc32cacheckeck="0"
block_flooding="0"
use_blockhacking="0"
use_item_consistency="0"

[killtracker]
use_killtracker="1"
maxkillcount_on_tracetime="30"
killcount_tracetime="5"

[powerleveling]
use_powerleveling_db_block="1"
powerleveling_db_blocktime="1"

[looplog]
use_looplog="0"
max_loop_time_gap=100


macthagent :

<?xml version="1.0" encoding="euc-kr"?>
<xml>
<agentconfig>
<name>gunz</name>
<maxclient>5000</maxclient>
<matchserveraddress ip="127.0.0.1" tcpport="6001"/>
<address ip="my ip wan" tcpport="7777" udpport="5100"/>
</agentconfig>
</xml>

help :(
 

Attachments

You must be registered for see attachments list
Custom Title Activated
Loyal Member
Joined
Feb 18, 2012
Messages
1,433
Reaction score
391
Replace your server.ini with this:

PHP:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="Password"

[SERVER]
MAXUSER=1000
SERVERID=1
SERVERNAME="Gunz Name"
SERVERPORT=6000
SERVERUDPPORT=7777
FREELOGINIP="127.0.0.1"
KEEPERIP="WAN-IP HERE ONLY!" // Edit this to your WAN
MONITORIP="127.0.0.1"
MONITORPORT=9000
DEBUG="0"
MODE=test
COUNTRY="KOR"
LANGUAGE="KOR"
USETICKET="0"
GAMEGUARD="0"
SURVIVALENABLE="1"
SURVIVALRANKING_DAILY_REQUEST_HOUR="5"
SURVIVALRANKING_DAILY_REQUEST_MINUTE="0"

DUELTOURNAMENT_ENABLE="1"
DUELTOURNAMENT_MATCHMAKING_INTERVAL = 1000
DUELTOURNAMENT_MATCHMAKING_ACCEPTABLE_TP_GAP = 30
DUELTOURNAMENT_MATCHMAKING_WAIT_LIMIT = 15000
DUELTOURNAMENT_SERVICE_START_TIME = 0
DUELTOURNAMENT_SERVICE_END_TIME = 23

SEND_LOGINUSER_TO_DUELTOURNAMENT_CHANNEL ="0"

[BATTLETIMEREWARD]
BATTLETIMEREWARD_REFRESH_INTERVAL="1"

[FILTER]
USE="0" 
ACCEPT_INVALID_IP="1"

[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="1"
USE_FILECRC="0"
USE_MD5="0"
USE_RESOURCECRC32CACHECKECK="0"
BLOCK_FLOODING="1"
USE_BLOCKHACKING="1" 
USE_ITEM_CONSISTENCY="0"



[KILLTRACKER]
USE_KILLTRACKER="1"
MAXKILLCOUNT_ON_TRACETIME="30"
KILLCOUNT_TRACETIME="5"

[POWERLEVELING]
USE_POWERLEVELING_DB_BLOCK="1"
POWERLEVELING_DB_BLOCKTIME="1"

[LOOPLOG]
USE_LOOPLOG="0"
MAX_LOOP_TIME_GAP=100

Replace your AgentConfig.xml with this:

PHP:
<XML>
<AGENTCONFIG>
<NAME>Gunz Name</NAME>
<MAXCLIENT>1000</MAXCLIENT>
<ADDRESS ip="127.0.0.1" tcpport="5100" udpport="7778"/>
<MATCHSERVERADDRESS ip="WAN-IP HERE ONLY!" tcpport="6000"/>
</AGENTCONFIG>
</XML>

Replace your Locator.ini with this:

PHP:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="PASSWORD"

[NETWORK]
IP="WAN-IP HERE ONLY!" // Edit this and put your WAN
PORT="8900"

[ENV]
ID="1"
LOCATOR_UID_HIGH="5"
LOCATOR_UID_LOW="0"
MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000"
UDP_LIVE_TIME="10000000"
MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9"
BLOCK_TIME="0"
UPDATE_UDP_MANAGER_ELAPSED_TIME="3"
MARGIN_OF_ERROR_MIN="500000"
USE_COUNTRY_CODE_FILTER="no" 
ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
ACCEPT_INVALID_IP="1"
TEST_SERVER="0"

Hope this helps.
 
Upvote 0
Newbie Spellweaver
Joined
Nov 24, 2012
Messages
8
Reaction score
0
matchserver :

[db]
dns="gunzdb"
username="sa"
password="clave"

[server]
maxuser=1000
serverid=1
servername="gamers"
serverport=6000
serverudpport=7777
FREELOGINIP="127.0.0.1"
KEEPERIP="Ur Ip !!!"
MONITORIP="127.0.0.1"

monitorport=9000
dbagentport=5100
dbagentip=127.0.0.1
debug="0"
mode=quest
country="kor"
language="kor"
useticket="0"
gameguard="0"
survivalenable="1"
survivalranking_daily_request_hour="5"
survivalranking_daily_request_minute="0"

dueltournament_enable="1"
dueltournament_matchmaking_interval = 1000
dueltournament_matchmaking_acceptable_tp_gap = 30
dueltournament_matchmaking_wait_limit = 15000
dueltournament_service_start_time = 0
dueltournament_service_end_time = 23

send_loginuser_to_dueltournament_channel ="0"

[battletimereward]
battletimereward_refresh_interval="1"

[filter]
use="0"
accept_invalid_ip="0"

[environment]
use_hshield="0"
use_xtrap="0"
use_event="1"
use_filecrc="0"
use_md5="0"
use_resourcecrc32cacheckeck="0"
block_flooding="0"
use_blockhacking="0"
use_item_consistency="0"

[killtracker]
use_killtracker="1"
maxkillcount_on_tracetime="30"
killcount_tracetime="5"

[powerleveling]
use_powerleveling_db_block="1"
powerleveling_db_blocktime="1"

[looplog]
use_looplog="0"
max_loop_time_gap=100
 
Upvote 0
Junior Spellweaver
Joined
Nov 7, 2009
Messages
111
Reaction score
16
Sorry for the inconvenience but the 999 keeps coming ;(
 
Upvote 0
Back
Top