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!

[VIDEOTUTS] How to Create your Gunz Server

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 3, 2010
Messages
6
Reaction score
0
Lmao it's not fair how mostly everyone gets ther private server working but I don't.... well w.e. my problem is that there's no servers to select?
Everythings fine on locator and matchagent but on matchserver it only shows one like "Match Server Created (Port:6000) Help add my msn:


DownLifted@hotmail.com
 
Joined
Apr 30, 2010
Messages
582
Reaction score
181
ive using hamachi.
cause i cant port forward my ip.

Now..

Server.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="1234"

[SERVER]
MAXUSER=100
SERVERID=1
SERVERNAME="Quest"
FREELOGINIP="5.215.160.34"
KEEPERIP="5.215.160.34"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"

[LANGUAGE]
LANG_TYPE="eng"

[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1

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

[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"

Locator.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="1234"

[NETWORK]
IP="5.215.160.34"
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" 
GMT_DIFF="-3"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
TEST_SERVER="0"

ServerStatus
Link

LocatorStatus
Link


Still cant access the server :(

Any help will be APPRECIATED :)

Thanks.
 
Joined
Mar 12, 2009
Messages
6,531
Reaction score
1,814
Lmao it's not fair how mostly everyone gets ther private server working but I don't.... well w.e. my problem is that there's no servers to select?
Everythings fine on locator and matchagent but on matchserver it only shows one like "Match Server Created (Port:6000) Help add my msn:


DownLifted@hotmail.com

Post your server.ini.

ive using hamachi.
cause i cant port forward my ip.

Now..

Server.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="1234"

[SERVER]
MAXUSER=100
SERVERID=1
SERVERNAME="Quest"
FREELOGINIP="5.215.160.34"
KEEPERIP="5.215.160.34"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"

[LANGUAGE]
LANG_TYPE="eng"

[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1

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

[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"

Locator.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="1234"

[NETWORK]
IP="5.215.160.34"
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" 
GMT_DIFF="-3"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
TEST_SERVER="0"

ServerStatus
Link

LocatorStatus
Link


Still cant access the server :(

Any help will be APPRECIATED :)

Thanks.

Change FREELOGINIP="5.215.160.34" to FREELOGINIP="" and restart the server and try again.
 
Joined
Apr 30, 2010
Messages
582
Reaction score
181
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="1234"

[SERVER]
MAXUSER=100
SERVERID=1
SERVERNAME="Quest"
FREELOGINIP=""
KEEPERIP="5.215.160.34"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"

[LANGUAGE]
LANG_TYPE="eng"

[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1

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

[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"


Still the same sir :(

Cannot access server
 
Joined
Mar 12, 2009
Messages
6,531
Reaction score
1,814
Please be a little more careful and attentive while trying to set up a server.
The IP in the server.ini = 5.215.160.34
The IP in the ServerStatus.dbo = 5.160.215.34

Please enter the correct IP's in both places and restart the server.
Also check your system.xml.
 
Joined
Apr 30, 2010
Messages
582
Reaction score
181
Changed it .
STill dont work. :(

---------- Post added at 10:15 AM ---------- Previous post was at 09:37 AM ----------

Okay. i think no one will help. Thanks for the time Phoenix :)

---------- Post added at 10:40 AM ---------- Previous post was at 10:15 AM ----------

I have changed the ServerID into 1. Still the same problem.
 
Newbie Spellweaver
Joined
Dec 3, 2010
Messages
6
Reaction score
0
Post your server.ini.



Change FREELOGINIP="5.215.160.34" to FREELOGINIP="" and restart the server and try again.

Server.ini:

[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="KarateKid"

[SERVER]
MAXUSER=50
SERVERID=1
SERVERNAME="MatchServer1"
FREELOGINIP="99.243.130.8"
KEEPERIP="99.243.130.8"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"

[LANGUAGE]
LANG_TYPE="eng"

[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1

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

[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"

Locator.ini:

[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="KarateKid"

[NETWORK]
IP="99.243.130.8"
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"
GMT_DIFF="-3"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
TEST_SERVER="0"

AgentConfig:

<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
<NAME>MatchServer1</NAME>
<MAXCLIENT>100</MAXCLIENT>
<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
<ADDRESS ip="99.243.130.8" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>

Help me?:eek:tt1: mhmm it would taste nice if someone helped me :eek:tt1:
 
Newbie Spellweaver
Joined
Dec 3, 2010
Messages
6
Reaction score
0
My server.ini

[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="KarateKid"

[SERVER]
MAXUSER=100
SERVERID=1
SERVERNAME="Quest"
FREELOGINIP=""
KEEPERIP="99.243.130.8"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"

[LANGUAGE]
LANG_TYPE="eng"

[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1

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

[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"

Loads the game but not servers shows up.
 
Newbie Spellweaver
Joined
Jul 8, 2010
Messages
9
Reaction score
0
hi i have some problem with this and one another gunz tut when i am try launct gunzdb script i got many error like in video but on my sql dont create all table what need, just those :


jorgitoarr - [VIDEOTUTS] How to Create your Gunz Server - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jan 9, 2011
Messages
46
Reaction score
0
I've a problem.When I create a new database on mysql theres a error.
 
Initiate Mage
Joined
Mar 11, 2011
Messages
3
Reaction score
0
DBMS connected
Command registration completed
Release Date : June 17 2007
X-Trap Off
MD5 Check Off
Server Country BRAZIL
Command version 56
Event usable : state (false)
Load event size :(0)
FileCRCCheckSum usable state:(false)
Accep Invalied IP state (true)
Keeper IP (secret)
Monitor IP (Secret)
Match Server Created (Port:6000)
GARBAGE SESSION CEANING : ClientCount=0,SessionCount=1,AgentCount=1
GARBAGE SESSION CEANING :
ClientCount=0,SessionCount=1,AgentCount=1

Agent-Sever Log
Command registration completed
Match Agent Create^d (Port:7777)

Locator Max server Count =1
Current Server Count = Run:1 Dead:0




Do i really have a problem or i just need to run the game on another pc Please i need help !!! Thanx you for helping me
 
Status
Not open for further replies.
Back
Top