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!

Gregon13/2008 files/BR/Jan/June Server Setup guide

Master Summoner
Joined
Jun 28, 2009
Messages
523
Reaction score
15
Hey Guys Today I will Be Showing You How To Get 3 Server Files Working (not leached)

first off these are the basic componates you need:


or




in order to get the gregon files you need these:

gsterv900 - Gregon13/2008 files/BR/Jan/June Server Setup guide - RaGEZONE Forums
Files ".rar"
Shop.rar
QuestItemFIX.rar
ServerStatusFIX.rar
Channel.rar
Database.zip


The password of the client and serverfiles is : RaGEZONE
  1. Mirror:
  2. Mirror:
  3. Mirror:
to get the BR/Jan/June Server And Client you need these:

- Megaupload

(database updated)


Fixed Runnable(Filelist Enabled)


and to get the 2008 files get this:


Password: KillerStefan


(must install)
(must use)


now lets get started

first we need to install Microsoft SQL Server 2005

first download SQLEXPR32.exe

when done click run or in firefox open up download manager and double click it
let it extract and then click i accept

then click next

then click install sit back and watch

then click next again

it will then scan your computers hardware

click next\

cllick next agian

cllick next one last time

now click mixed mode make a password and click next all the way threw till the end then done

now we need Microsoft SQL Server Management Studio Express

you should know what to do here just keep clicking next till finish

now that we have that done we should start working!

extract any one of those files to your c drive

open up the client folder and open gunzlauncher.exe with PE Explorer

click view/resorces/

and deleat the exe resorce

once done now we open up gunzlauncher with hex editor workshop

click ctrl+f and serch for "http" without the ""

edit the ip to yours scroll down abit till you find more ips make them your ip as well

done now we need to unpack your system.mrs so do so

open up system.xml in the system folder that comes up

edit all the ips to yours

done now pack it and your dont with client

lets work on the gunz server now

first we need to go to matchserver in your gunzserver folder

first open up system.xml and edit it like i said above edit all the ips to yours

next open up server.ini

make it look like this only edit the info hilighted in red

[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="Password"
[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="Your Gunz Name"
FREELOGINIP=""
KEEPERIP="Your Ip"
MONITORIP="Your Ip"
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"

once done go back and open up matchagent

open agentconfig and edit it so it looks like this (kindof the port will change by witch repack you use

<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
<NAME>YourServerName</NAME>
<MAXCLIENT>500</MAXCLIENT>
<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
<ADDRESS ip="your ip adress" tcpport="7778" udpport="5100"/>
</AGENTCONFIG>
</XML>

agian the tcpport will change by witch server u use (im using gregon13)

now go back and go to locator.ini

make it look like this edit stuff in red

[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="yourpass"
[NETWORK]
IP="your ip"
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"

done now we go to the database part

open Microsoft SQL Server Management Studio Express

login with your info and drop down the menu "databases"
right click on "database" and click "new database"

now name it "GunzDB" without the ""

click "ok"

now open up that database and you will see that there are no tables

now click file/open/file with the gunzdb database open and select the database file then at the top it should say master or gunzdb if it says master change to gunzdb

click execute and then if you get errors ignore and reexecute you should get more errors good now you can go into your tables

noow we are going to go to dbo.serverstatus change the stuff so its like this:

this table can be found in tables in SQL
gsterv900 - Gregon13/2008 files/BR/Jan/June Server Setup guide - RaGEZONE Forums

ServerID= 1
CurrPlayer= 0
MaxPlayer= 200
Time= 11.03.2207 0:00:00 (copy and paste the time)
IP= [YOUR IP(WAN)]
Port= 6000
ServerName= MatchServer1
Opened= 1
Type=4
TYPES:

Code:
1=Debug Server2=Normal MatchServer3=Clan WarServer4=Quest Server5=Event Server
dont forget to put the types in the Table servertype.dbo

Code:
1=Debug Server2=Normal MatchServer3=Clan WarServer4=Quest Server5=Event Server

now go to account "dbo.account"

here is how to make acc manualy

Bring up SMSE and expand the 'Database' folder if it hasn't already been done. Expand 'GunzDB', expand 'Tables' and right click on 'dbo.Accounts' and 'Open table'.
You do not need to worry about the AID field as that is an automatic generation of account number. In the UserID field, type your account ID, in the Password field, type your account password and in the UGradeID and PGradID, type in your account grade.

Account Grades
Administrator - 255
Developer - 254
Banned - 253
Administrator (with normal name) - 252
Jjang - 2 (event winner)
Normal User - 0

MAKE SHURE you have opened the dbo.login and put the same name as you have put in
dbo.Account and put you password there to
After you have typed all of that in, press enter and on the SQL Editor toolbar click 'Execute' (The exclamation mark symbol).

now wee need to create odbc

Creating the ODBC
Click Start> Run> and in the windows input type 'odbcad32'. You should already be in the 'User DSN' tab so change it to 'System DSN' then click on 'Add'. Another window should pop-up. You'll have to scroll all the way down to the bottom and select 'SQL Server' then click 'Finish'.
Another window/form will pop-up needing information for your new Data Source. For the name, type 'GunzDB', for the description you may type whatever you like, but for the SQL server you which to connect to, you must go back into SMSE*, look in the SQL Editor tool bar and click the 2nd icon which will disconnect you from data engine. Now click the 1st icon which will re-connect you, but make sure to copy the 'Server name' this time, then click 'Connect'.
Now having that in hand, you can go back to creating your ODBC and in the 'Server' text input, paste in your server name. Click next since the settings are currently fine. Now in the next part, click on the tick box and select 'GunzDB' from the drop-down menu and click 'Next' and finally click 'Finish'.
If you would like to check your data source, click 'Test Data Source...' in the window or you can just click 'OK' to finish. Now to completely finish it, click 'OK' again.


done now run matchserver/matchagent/locator and run gunzlauncher


how to get auto update running:

Go to your 'AppServ' folder, and into 'www' folder and create two new folders. One, with the name 'Launcher' and another with the name 'gunzweb'.

Go into the 'Launcher' folder, input your start.html and an image for your launcher. I'll attach a default html file and an image for your convenience.

Go into 'gunzweb' folder, create a new folder entitled 'GunzUpdate'. You'll need to do some things in here, I'll explain in the next step.

3) > Getting patch.xml ready to auto-update.
Download ZPatchBuilder in the 'Useful Links' and put it in 'gunzweb', 'GunzUpdate'. (You can also put it elsewhere, but this is my way for my convenience.)

Now, copy your main directory of your Gunz folder for your private server, and paste them into 'gunzweb', 'GunzUpdate'. Delete off files that you don't want to auto-update like 'CUSTOM' folder for crosshairs and config.xml.

Now, rename your specific Gunz.exe to Gunz.exe (If you renamed it to theduel.exe, or myserve.exe or something, rename it to Gunz.exe)

Run ZPatchBuilder! It should generate a patch.xml. After that, edit the patch.xml and remove config.xml's patch node, and 'CUSTOM' folder patch node and any other things that you do not want.

Rename the Gunz.exe back to your specific Gunz.exe naming.

Your patch.xml is ready to be used.

4) > Testing and make sure it auto-updates
Get on apache running and you can test whether it works or not!

Go to your main directory of your Gunz folder. Delete any GunzLauncher.ini or any .ini files that the GunzLauncher reads.

Do not insert '@SKIP_UPDATE' in it or it will not update. (Obviously)

Delete some of your files in the Gunz folder (Preferrably 'Maps' folder and 'Model' folder because they are big.)

Finally, run your GunzLauncher and it should download the files again. (If you are hosting @ your own computer, it should go very fast.)

You got auto-update launcher to work!

5) > Future edits and setting up auto-updating
Now, whenever you finished editing some new stuff and you want it to auto-update, just simply place the specific file in 'gunzweb', 'GunzUpdate' and generate the patch node for it.

You should have a new patch.xml and you can auto-update it again, good to go.

Note: Some reason, it wouldn't auto-update GunzLauncher itself, even when it did. Just manually put it up as download if you want to update the GunzLauncher.



ZPatchBuilder - http://forum.ragezone.com/attachment...rator-launcher-

WinRar -

Launcher Files - http://forum.ragezone.com/attachment...ting-launcher-



Q. Will it still download the files if my apache is not on?
A. Of course no, as long as your apache is on, auto-updating launcher is on too.

Q. If I run the GunzLauncher in 'gunzweb', 'GunzUpdate', what will happen?
A. It's better if you don't run it in 'gunzweb', 'GunzUpdate' because it might overwrite your patch.xml. Prevention is better than cure.

Q. Build patch.xml failed? What do I have to do?
A. Rename your executable to Gunz.exe, then build your patch.xml. It needs Gunz.exe. You may rename it back after generating it.

Q. Unable to download patch.xml after I've 'Start Game' on the launcher?
A: Use this GunzLauncher ::: http://forum.ragezone.com/attachment...translated-br-

IPs and start.html is repaired, this would solve some problems by the GunzLauncher from kekku.


I'll update the FAQ from time to time whenever I see a problem asked in this thread. Have fun with auto-updating launchers!

there you have it

now go have fun rascles
 
Skilled Illusionist
Joined
Sep 27, 2008
Messages
369
Reaction score
223
LOOOOOOOOOOOOOOL! Copy and paste? all tut's of rz? Haha!
 
Master Summoner
Joined
Jun 28, 2009
Messages
523
Reaction score
15
its not copy paste i only got the downloads from there everything else i did hand written
 
Newbie Spellweaver
Joined
Aug 17, 2008
Messages
68
Reaction score
0
LOOOOOOOOOOOOOOL! Copy and paste? all tut's of rz? Haha!

He wasn't trying to copy, he just made it a little easier to understand for those clueless about this kind of stuff. That's all.
 
人◕ ‿‿ ◕人
Loyal Member
Joined
Jul 11, 2008
Messages
1,078
Reaction score
90
Don't we have like 20 of these saying "mine is easier to understand the the next"

I don't think we need anymore.
 
Joined
Apr 18, 2007
Messages
592
Reaction score
95
Nice tuturial although you used some of Client 2007 From maxtrax some basic tutting but you made up more of yourself then you got from maxtrax so i think its okay, but watch out with doing that ok.

nice and thanks!
 
Newbie Spellweaver
Joined
Dec 17, 2009
Messages
17
Reaction score
0
I've tried all 08 clients, Gregon13/BR etc. server files, and client files... and they all crash on me.

The client crashes in the middle of shop screen or basically anywhere.

Any solution for this problem?
 
Back
Top