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!

[Guide]Make your sever GunZ based in server files by gregon13

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 10, 2009
Messages
37
Reaction score
2
the problem is for me where do you get the password for sa please respond quickly i dont know what i missed and where to get the password for sa
 
Newbie Spellweaver
Joined
Jun 30, 2010
Messages
22
Reaction score
1
First of all, thanks for doing this.

But I have a question, my Hex Workshop v6 doesn't work.. I had a try period or something of 30 days, and it's over.. help me please.. =[

sorry for my english grammar
 
Newbie Spellweaver
Joined
Dec 8, 2010
Messages
5
Reaction score
0
the problem is for me where do you get the password for sa please respond quickly i dont know what i missed and where to get the password for sa

its the password u put it as..

---------- Post added at 12:43 AM ---------- Previous post was at 12:41 AM ----------

The previous problem is solved , Now i got another problem , How can I change my ip to the WAN IP? help please :S

by typing your ip....
 
Newbie Spellweaver
Joined
Jun 30, 2010
Messages
22
Reaction score
1
Right, my Locator won't start up! I've tryed so many things, but nothing works.. when I just double click it it won't open.. :glare:

Screens/Configs :

MATCH SERVER:

Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="123lol123"

[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="Quest"
FREELOGINIP=""
KEEPERIP="82.73.143.202"
MONITORIP="82.73.143.202"
MONITORPORT=9000
MODE="test"
COUNTRY="INTERNATIONAL"
LANGUAGE="INTERNATIONAL"
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"

Match Agent:

Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
	<NAME>Quest</NAME>
	<MAXCLIENT>500</MAXCLIENT>
	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
	<ADDRESS ip="82.73.143.202" tcpport="7778" udpport="5100"/>
</AGENTCONFIG>
</XML>

LOCATOR !!!!! :

Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="123lol123"

[NETWORK]
IP="82.73.143.202"
PORT="6011"

[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"

BUT! When I change GunzDB to 'Gunz' in the locator.ini file, I get this screen:

Jizeth - [Guide]Make your sever GunZ based in server files by gregon13 - RaGEZONE Forums


When I look in the 'Log' map I get this:

Code:
MLocatorDBMgr::StartUpLocaterStauts - Kan opgeslagen procedure spStartUpLocatorStatus niet vinden.

MLocator::Create - DBÃʱâÈ­ ½ÇÆÐ.

So, I went to MSQL studio, and to to dbo.LocatorStatus, but I don't know what to fill in there? Should that be the problem? Please help me, I'm searching for a solution over 5 days now..

Thanks in advance.
 
Banned
Banned
Joined
Jan 13, 2007
Messages
1,898
Reaction score
65
Right, my Locator won't start up! I've tryed so many things, but nothing works.. when I just double click it it won't open.. :glare:

Screens/Configs :

MATCH SERVER:

Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="123lol123"

[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="Quest"
FREELOGINIP=""
KEEPERIP="82.73.143.202"
MONITORIP="82.73.143.202"
MONITORPORT=9000
MODE="test"
COUNTRY="INTERNATIONAL"
LANGUAGE="INTERNATIONAL"
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"
Match Agent:

Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
    <NAME>Quest</NAME>
    <MAXCLIENT>500</MAXCLIENT>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    <ADDRESS ip="82.73.143.202" tcpport="7778" udpport="5100"/>
</AGENTCONFIG>
</XML>
LOCATOR !!!!! :

Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="123lol123"

[NETWORK]
IP="82.73.143.202"
PORT="6011"

[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"
BUT! When I change GunzDB to 'Gunz' in the locator.ini file, I get this screen:

Jizeth - [Guide]Make your sever GunZ based in server files by gregon13 - RaGEZONE Forums


When I look in the 'Log' map I get this:

Code:
MLocatorDBMgr::StartUpLocaterStauts - Kan opgeslagen procedure spStartUpLocatorStatus niet vinden.

MLocator::Create - DBÃʱâÈ­ ½ÇÆÐ.
So, I went to MSQL studio, and to to dbo.LocatorStatus, but I don't know what to fill in there? Should that be the problem? Please help me, I'm searching for a solution over 5 days now..

Thanks in advance.

FREELOGINIP="82.73.143.202"
KEEPERIP="82.73.143.202"
MONITORIP="127.0.0.1"
thats what it should look like.
 
Newbie Spellweaver
Joined
Jun 30, 2010
Messages
22
Reaction score
1
FREELOGINIP="82.73.143.202"
KEEPERIP="82.73.143.202"
MONITORIP="127.0.0.1"
thats what it should look like.


Still having the same problem, my locator just wont start up!

Again, the log says>


MLocatorDBMgr::StartUpLocaterStauts - Kan opgeslagen procedure spStartUpLocatorStatus niet vinden.

MLocator::Create - DBÃʱâÈ­ ½ÇÆÐ.

And my matchserver acts weird<

Jizeth - [Guide]Make your sever GunZ based in server files by gregon13 - RaGEZONE Forums


after that message shows up my matchagent says cannot connect to matchserver error -1
 
Last edited:
Initiate Mage
Joined
Jan 11, 2011
Messages
2
Reaction score
0
01/10/11 22:01:13] Command registeration completed
[01/10/11 22:01:13] Match Agent Created (Port:0)
[01/10/11 22:01:13] Failed to Connect to MatchServer (Err:-1)
[01/10/11 22:01:23] Reconnect to MatchServer
[01/10/11 22:01:23] Failed to Connect to MatchServer (Err:-1)

<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
<NAME>normal</NAME>
<MAXCLIENT>500</MAXCLIENT>
<MATCHSERVERADDRESS ip=127.0.0.1 tcpport=9000/>
<ADDRESS ip=NO-IP Address tcpport=7777 udpport=/5100>
</AGENTCONFIG>
</XML>

what is wrong

my email is ijose@triggerdown.net plz contact me with help
 
Last edited:
Newbie Spellweaver
Joined
Dec 7, 2008
Messages
59
Reaction score
0
I have a problem with launcher . I got everything working except I can't open the launcher . When I press start game the game won't open .
 
Newbie Spellweaver
Joined
Aug 21, 2003
Messages
62
Reaction score
0
I've got a problem with the DB restoring. I've checked out the box in the option "overwrite the database" but when i click on replace this error shows up:
could not find C:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\DATA\GunZDB4.mdf
Microsoft.sqlServer.Express.Smo

any help please?
 
Newbie Spellweaver
Joined
Mar 24, 2010
Messages
7
Reaction score
0
Hi, asdasd

---------- Post added at 09:46 PM ---------- Previous post was at 09:35 PM ----------

Hi, This tutorial seems great but i have to experience it 1st.

The main point is i have a problem! This is what i did that might have got to do wif a problem with SQL server 2005 express.

1.I downloaded what i have to download
2.I opened SQLEXPR32.exe.
3.Then i installed by pressing "next"
4.So the final product i got downloading the exe was
SQL server configuration manager
SQL server Surface Area configuration
SQL server error and usage reporting

OMG HELP, btw i'm operating on windows 7 ,32 bit.
Is it because the one i download (the given one) is not workable with w7? Please Help ! URGENT

Ty much in advance.
(I'm Typing so much because i want to give enough information for some kind soul to answer me with one complete answer. sorry i'm quite particular)

---------- Post added at 09:48 PM ---------- Previous post was at 09:46 PM ----------

Bumping
 
Newbie Spellweaver
Joined
Mar 24, 2010
Messages
7
Reaction score
0
Hey I solved the problem because i found out i didn't download it...

But i need more help now! Ok.. 1stly after i installed sql 2005 express, then i opened it, it popped up some window telling me to log in. So i tried using "sa" as the login name (SQL server authentication) and it won't work. So i use windows authentication. Then i could log in. Then i went to the sa properties and try to change "sa"'s password. But when i wanted to change it, they gave me a weird password for the "sa" account already!(for the new password, the password was already given.)

So the main point is, i don't know why can't i change the password! help!
But i researched but to find out that my com is using windows authentication mode and cannot log in to sa! - Brief Discription.
So help!
Btw this forum looks dead already.

---------- Post added at 08:24 PM ---------- Previous post was at 08:24 PM ----------

Super Bumper! ! ! !
 
Initiate Mage
Joined
May 31, 2011
Messages
1
Reaction score
0
SQL wont work, its a great guid though, ill thank yea for it message me some time id love to talk
 
Newbie Spellweaver
Joined
Jun 2, 2011
Messages
10
Reaction score
0
hey thanks for the work but can someon edit a launcher for me?
i stil cabt make it my ip is 83.160.106.136 thanks
 
Newbie Spellweaver
Joined
Jun 2, 2011
Messages
10
Reaction score
0
i cant see the servers and server keeper said al servers stop what must i do
some one told me to portforward but wich ports?
 
Newbie Spellweaver
Joined
Mar 15, 2011
Messages
11
Reaction score
0
Thank you very much but i really didnt get the launcher thing why i should Change it if i can run my game throght it??
 
Status
Not open for further replies.
Back
Top