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!

RaiderZ Deep Tutorial

Initiate Mage
Joined
Sep 1, 2021
Messages
52
Reaction score
4
Step 1 - Download SQL 2008 r2 (when you chose the one to download, chose the one of 1gb download, comes with everything you will need, name: SQLEXPRADV_x64_ENU)

Step 2 - Download and install (NetFramWork 3.5) search on google, easy to find

Step 3 - Install SQL 2008 r2 and follow all steps on default and chose to have all tools and when you get to (Database Engine Configuration)
chose (Security Mode — select Mixed Mode Authentication) Name (sa) and password (123) or whatever you want but i chose 123 coz its simple

Step 4 - After installing SQL start it and login with:

Server type: Database Engine
Server name: (local)
Authentication: SQL Server Authentication
Login: sa
Password: 123
Some ppl have trouble login in on (local)
But if you cant go to search bar of Windows and type services and look for: SQL Server (MSSQLSERVER) not the: SQL Server (Express)
Put it to run or restart it

Step 5 - After you login on SQL you will see several folders on the (object explorer) the 1st folder should be some name like (local)(SQL Server some numbers)
Right click on it and go Properties and look for the name and it will be something like: (DESKTOP-some letters and numbers) you will need this later

Step 6 - Search on the (forums) of ragezone for ServerFiles, and try to get the ones that are 528MB in a rar file.
(sorry im no good at uploading files and my internet is bad)

Step 7 - After download ServerFiles, extract them to some folder and you are sopose to have 7 folders inside and a .Bat file
The folders are and sopose to be: AppServer, Database, Dev, GameServer, LoginServer, MasterServer and xampp.

Step 8 - Move the (xampp) folder to your (C: drive) so it will look like this: (C:\xampp) and lets configure it right away shall we?

Step 9 - Go inside (C:\xampp\htdocs\api.raiderzbr.to\config) and open (db) with (NotePad)
and follow the steps:

[PASSPORT]
DBNAME=RZ_ACCOUNTS <------ Change this to (Raiderz_Account) ill explain later
TYPE=mssql <------ Dont Change This, If its difrent then change to (mssql)
HOST=127.0.0.1 <------ Change to 127.0.0.1
SERVER=DESKTOP-RRV23RA <------ Change this to your SQL name (the one on step 5)

USERNAME=sa <------ Change to your SQL user name (the one on step 3) in this case (sa)

PASSWORD=123 <------ Change to your SQL password (the one on step 3) in this case (123)
[ACCOUNT]
DBNAME=RZ_ACCOUNTS <------ Change this to (Raiderz_Account) ill explain later
TYPE=mssql <------ Dont Change This, If its difrent then change to (mssql)
HOST=127.0.0.1 <------ Change to 127.0.0.1
SERVER=DESKTOP-RRV23RA <------ Change this to your SQL name (the one on step 5)
USERNAME=sa <------ Change to your SQL user name (the one on step 3) in this case (sa)
PASSWORD=123 <------ Change to your SQL password (the one on step 3) in this case (123)
[BILLING]
DBNAME=RZ_ACCOUNTS <------ Change this to (Raiderz_Account) ill explain later
TYPE=mssql <------ Dont Change This, If its difrent then change to (mssql)
HOST=127.0.0.1 <------ Change to 127.0.0.1
SERVER=DESKTOP-RRV23RA <------ Change this to your SQL name (the one on step 5)
USERNAME=sa <------ Change to your SQL user name (the one on step 3) in this case (sa)
PASSWORD=123 <------ Change to your SQL password (the one on step 3) in this case (123)
[GAME_BANK]
DBNAME=RZ_ACCOUNTS <------ Change this to (Raiderz_Account) ill explain later
TYPE=mssql <------ Dont Change This, If its difrent then change to (mssql)
HOST=127.0.0.1 <------ Change to 127.0.0.1
SERVER=DESKTOP-RRV23RA <------ Change this to your SQL name (the one on step 5)
USERNAME=sa <------ Change to your SQL user name (the one on step 3) in this case (sa)
PASSWORD=123 <------ Change to your SQL password (the one on step 3) in this case (123)

Step 10 - Save and close and Go Grab a coffee, we still have much to do

Step 11 - Go back to SQL and right click on (Databases) folder in (object explorer) and chose (New Database) name it (Raiderz_Account) and press OK

Step 12 - Do the same again: New Database and name it (RZ_ACCOUNTDB) and press OK and do it again and name it (RZ_GAMEDB) and press OK and do it again and name it (RZ_LOGDB)
You should end up with 4 folders inside the Database folder with the 4 names we just gave them and don't worrie about the other folders you may have inside, they don't matter

Step 13 - Now we are gonna (Restore) them, so inside right click on the folder (Raiderz_Account) chose (tasks) --> (Restore) ---> (databases...)
On the new window that appears chose (From device) and click the (...) in front and new window appears so click on (add) and navigate to where your (server files) are
The ones you extracted on (step 7) so chose (Raiderz_Account) inside Database folder then click ok and after that (tick Restore tab) the database that you chose, in this case the (Raiderz_Account)
Then go to (options) and click: Overwrite the existing database (WITH REPLACE) and wait for it, coz it may take a while. and that also explains the (Step 9) ((((((Read WARNING Below...)))))

WARNING: when you navigate you may notice that he doesn't show subfolders so it will make impossible to navigate, if this happens go to (services) on search bar windows
Then go to SQL Server (MSSQLSERVER) service, right click and go (properties) then go (log on) TAB and tick (Allow service to interact with desktop)

Step 14 - So the same as (step 13) but with the other 3 database folders inside SQL (RZ_ACCOUNTDB) - (RZ_GAMEDB) - (RZ_LOGDB) by right click there folder and restore and following the steps
Also this explains the (Step 9)
Step 15 - The worst part is done so pat yourself in the back and say (i done did good ^^) we are about 50% done

Step 16 - Now that you have all databases restored open the (RZ_ACCOUNTDB) by clicking on the (+) behind it and go to (Tables) again by pressing (+) then you right click on (dbo.RZ_GT_WORLD)
And chose (Edit top 200 rows) so the rows appear and you change all the (IP) to (127.0.0.1) if it shows any red warning ball just press enter or change to some other line, then close the rows

Step 17 - Do the same as (Step 16) but now on the table (dbo.RZ_GT_SERVER)change all the (IP) to (127.0.0.1) dont mess with anything else, leave it for later if you wanna test...

Step 18 - Go to search bar on windows and type (run) then on the (run) window type odbcad32.exe, when the program opens go to the tab (System DSN) click add
Chose (SQL Server Native Client 10.0) then:

Name: whatever you want
Description: whatever you want
Server: (local)

Click next and tick (SQL Server authentication)

Login ID: sa
Password: 123

Click next and tick (Change the default database to) and chose (RZ_ACCOUNTDB) and the rest leave (as is) then Click next and finish

Step 19 - lets go on to server files now, so go to you folder of server files that you extracted in (Step 7) and inside (AppServer) folder open (server.ini) with notepad and follow this:

; AppServer server.ini

[SERVER_INFO]
NAME = "AppServer" <------ Dont touch
SERVER_ID = 102 <------ Dont touch
WORLD_ID = 1 <------ Dont touch
ODBC = "SQL Server Native Client 10.0" <------ Change to (SQL Server Native Client 10.0) if its not there
SOCKET_POOL_SIZE = 100 <------ Dont touch

[LOCALE]
LOCALE = "PWE" <------ Dont touch

[CONFIG]
PORT = 7502 <------ Dont touch

[MASTER_SERVER]
IP = "127.0.0.1" <------ Change to (127.0.0.1) if its not there
PORT = 7500 <------ Dont touch


[ACCOUNTDB]
SERVER = "DESKTOP-RRV23RA" <------ Change to your SQL name from (step 5) if its not there
DATABASE = "RZ_ACCOUNTDB" <------ Change to (RZ_ACCOUNTDB) if its not there
USERNAME = "sa" <------ Change to (sa) if its not there
PASSWORD = "123" <------ Change to (123) if its not there

[DB]
SERVER = "DESKTOP-RRV23RA" <------ Change to your SQL name from (step 5) if its not there
DATABASE = "RZ_GAMEDB" <------ Change to (RZ_GAMEDB) if its not there
USERNAME = "sa" <------ Change to (sa) if its not there
PASSWORD = "123" <------ Change to (123) if its not there

[LOGDB]
SERVER = "DESKTOP-RRV23RA" <------ Change to your SQL name from (step 5) if its not there
DATABASE = "RZ_LOGDB" <------ Change to (RZ_LOGDB) if its not there
USERNAME = "sa" <------ Change to (sa) if its not there
PASSWORD = "123" <------ Change to (123) if its not there

[PATH]
SYSTEM = "system" <------ Dont touch

[LOG]
LOG_PATH = "log" <------ Dont touch
LOG_LEVEL = 1 <------ Dont touch


Step 20 - Go to you folder of server files that you extracted in (Step 7) and inside (GameServer) folder open (Server.ini) with notepad and follow again this:

; GameServer server.ini

[SERVER_INFO]
NAME = "GameServer1" <------ Dont touch
SERVER_ID = 1 <------ Dont touch
WORLD_ID = 1 <------ Dont touch
ODBC = "SQL Server Native Client 10.0" <------ Change to (SQL Server Native Client 10.0) if its not there
SOCKET_POOL_SIZE = 1000 <------ Dont touch

[LOCALE]
LOCALE = "PWE" <------ Dont touch

[CONFIG]
PUBLIC_IP = "127.0.0.1" <------ Change to (127.0.0.1) if its not there
PORT = 7201 <------ Dont touch

[NET]
MASTER_SERVER_IP = "127.0.0.1" <------ Change to (127.0.0.1) if its not there
MASTER_SERVER_PORT = 7500 <------ Dont touch

[ACCOUNTDB]
SERVER = "DESKTOP-RRV23RA" <------ Change to your SQL name from (step 5) if its not there
DATABASE = "RZ_ACCOUNTDB" <------ Change to (RZ_ACCOUNTDB) if its not there
USERNAME = "sa" <------ Change to (sa) if its not there
PASSWORD = "123" <------ Change to (123) if its not there

[DB]
SERVER = "DESKTOP-RRV23RA" <------ Change to your SQL name from (step 5) if its not there
DATABASE = "RZ_GAMEDB" <------ Change to (RZ_GAMEDB) if its not there
USERNAME = "sa" <------ Change to (sa) if its not there
PASSWORD = "123" <------ Change to (123) if its not there

[LOGDB]
SERVER = "DESKTOP-RRV23RA" <------ Change to your SQL name from (step 5) if its not there
DATABASE = "RZ_LOGDB" <------ Change to (RZ_LOGDB) if its not there
USERNAME = "sa" <------ Change to (sa) if its not there
PASSWORD = "123" <------ Change to (123) if its not there

[LOG]
LOG_PATH = "log" <------ Dont touch
LOG_LEVEL = 1 <------ Dont touch
LOG_TAG = "1" <------ Dont touch

[DEBUG]
DUMP_ENABLE = 1 <------ Dont touch
FULL_DUMP = 1 <------ Dont touch


Step 21 - Go to you folder of server files that you extracted in (Step 7) and inside (LoginServer) folder open (Server.ini) with notepad and follow again this:

; LoginServer server.ini

[SERVER_INFO]
NAME = "LoginServer" <------ Dont touch
SERVER_ID = 101 <------ Dont touch
WORLD_ID = 1 <------ Dont touch
ODBC = "SQL Server Native Client 10.0" <------ Change to (SQL Server Native Client 10.0) if its not there
SOCKET_POOL_SIZE = 5000 <------ Dont touch
PWE_SERVICE = 1 <------ Dont touch

[LOCALE]
LOCALE = "PWE" <------ Dont touch

[CONFIG]
PORT = 7501 <------ Dont touch

[MASTER_SERVER]
IP = "127.0.0.1" <------ Change to (127.0.0.1) if its not there
PORT = 7500 <------ Dont touch


[ACCOUNTDB]
SERVER = "DESKTOP-RRV23RA" <------ Change to your SQL name from (step 5) if its not there
DATABASE = "RZ_ACCOUNTDB" <------ Change to (RZ_ACCOUNTDB) if its not there
USERNAME = "sa" <------ Change to (sa) if its not there
PASSWORD = "123" <------ Change to (123) if its not there

[DB]
SERVER = "DESKTOP-RRV23RA" <------ Change to your SQL name from (step 5) if its not there
DATABASE = "RZ_GAMEDB" <------ Change to (RZ_GAMEDB) if its not there
USERNAME = "sa" <------ Change to (sa) if its not there
PASSWORD = "123" <------ Change to (123) if its not there

[LOGDB]
SERVER = "DESKTOP-RRV23RA" <------ Change to your SQL name from (step 5) if its not there
DATABASE = "RZ_LOGDB" <------ Change to (RZ_LOGDB) if its not there
USERNAME = "sa" <------ Change to (sa) if its not there
PASSWORD = "123" <------ Change to (123) if its not there

[CONST]
ALLOW_INSERT_NEW_ACCOUNT = 1 <------ Dont touch

[LOG]
LOG_PATH = "log" <------ Dont touch
LOG_LEVEL = 1 <------ Dont touch

[PWE]
AUTH_URL = "127.0.0.1:8081" <------ Change to (127.0.0.1:8081) if its not there (WARNING: the :8081 is important)
;GAME_NAME = "RaiderZ" <------ Dont touch
GAME_NAME = "1002" <------ Dont touch
PUBLIC_IP = "127.0.0.1" (Your Public IP,or 25.125.195.101 for localhost) <------ Change to (127.0.0.1) if its not there
CRT_PATH = "data/PWE/web-c.crt" <------ Dont touch
KEY_PATH = "data/PWE/web-c.key" <------ Dont touch
KEY_PWD = "1234" <------ Change to (1234) if its not there


Step 22 - Go to you folder of server files that you extracted in (Step 7) and inside (MasterServer) folder open (Server.ini) with notepad and follow again this:

; MasterServer server.ini

[SERVER_INFO]
NAME = "MasterServer" <------ Dont touch
SERVER_ID = 100 <------ Dont touch
WORLD_ID = 1 <------ Dont touch
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 100 <------ Dont touch
SERVER_MODE = 0 <------ Dont touch
PWE_BILLING_ENABLE = 1 <------ Dont touch
CURL_BILLING_ENABLE = 1 <------ Dont touch

[LOCALE]
LOCALE = "PWE" <------ Dont touch

[CONFIG]
PORT = 7500 <------ Dont touch

[ACCOUNTDB]
SERVER = "DESKTOP-RRV23RA" <------ Change to your SQL name from (step 5) if its not there
DATABASE = "RZ_ACCOUNTDB" <------ Change to (RZ_ACCOUNTDB) if its not there
USERNAME = "sa" <------ Change to (sa) if its not there
PASSWORD = "123" <------ Change to (123) if its not there

[DB]
SERVER = "DESKTOP-RRV23RA" <------ Change to your SQL name from (step 5) if its not there
DATABASE = "RZ_GAMEDB" <------ Change to (RZ_GAMEDB) if its not there
USERNAME = "sa" <------ Change to (sa) if its not there
PASSWORD = "123" <------ Change to (123) if its not there

[LOGDB]
SERVER = "DESKTOP-RRV23RA" <------ Change to your SQL name from (step 5) if its not there
DATABASE = "RZ_LOGDB" <------ Change to (RZ_LOGDB) if its not there
USERNAME = "sa" <------ Change to (sa) if its not there
PASSWORD = "123" <------ Change to (123) if its not there

[PATH]
SYSTEM = "system" <------ Dont touch
FIELD = "field" <------ Dont touch

[LOG]
LOG_PATH = "log" <------ Dont touch
LOG_LEVEL = 1 <------ Dont touch

[BILLING]
AUTH_URL = "127.0.0.1:8081" <------ Change to (127.0.0.1:8081) if its not there (WARNING: the :8081 is important)
CRT_PATH = "data/PWE/web-c.crt" <------ Dont touch
KEY_PATH = "data/PWE/web-c.key" <------ Dont touch
KEY_PWD = "1234" <------ Change to (1234) if its not there
GAME_NUMBER = "1002" <------ Dont touch
SERVER_NUMBER = 1 <------ Dont touch


I know it was confusing, specialy the part that you ask your self (why are we putting only 3 database names? what about the (Raiderz_Account)???
Well my friends that is the part that we did on the begining on (C:\xampp\htdocs\api.raiderzbr.to\config---> db
From what i Understood, the game uses 5 servers not 4 like many say, the 5th (5th element) server you will see soon but lets move on

Step 23 - Download RaiderZ client, i suggest using the (RRaiderZ Brasil 35.0) i found it on forums as well all i can say is that the rar has 4.04GB
And after extract inside of the folder you will have 2 bat files called: (runtest and runtest2) and the folder of the game is 4.23GB

Step 24 - Open the (runtest.bat) inside game folder with notepad and put it like this if its not yet:

@Echo off
raiderz -ingamelogin -server 127.0.0.1 -country USA
exit

Save and close

Step 25 - Lets create some shortcuts (you only need 3) make desktop shortcut of (!RunServers.bat) that its inside your server folder from (step 7)
Now make another desktop shortcut of (apache_start.bat) that is inside of C:\xampp
And finaly make another desktop shortcut of (runtest.bat) that its inside your game folder

Step 26 - Lets test the game server:
Start (!RunServers.bat) and 4 cmd windows will appear with lost of stuff in them, 1 of the 4 windows will be black for a while but will catch up (TIP: give it at least 1 minute to start)
Start (apache_start.bat) and a 5th black window will appear and this one wont say much just some bla bla bla (apache 2 is starting...) and it stays like that (its normal)
Start (runtest.bat) and the game should start as well, input any user and password and enter (just to see if the server is on the list) if it is good just click (quit) and close all black windows to turn of server
If not, give it a few secconds to apear and if not, turn off server and go back a few steps and (make sure) to change the (IPS) on the (SQL) and (server.ini) to (127.0.0.1)

I understand you wanna start but we need to config (apache) and (make acount) 1st or it will give you (DB error)

Step 27 - Lets configure (apache) so go to C:\xampp and start (xampp-control) and a window will apear with several server types: Apache - MySql - FileZilla - Mercury - Tomcat
And i must be honest, i dont know WTH these things are but we only need (Apache) so click on (config) and then on (httpd.conf) and whe are looking for the (listen)
NOOOOOO not the Listener from the (darkBrotherhood) -.- ooooh sweet mother.... they are yung... very yung...
We are just looking for this:

#Listen 12.34.56.78:8081 <------ make sure it has the :)8081)
Listen 8081 <------ make sure its (8081) as well

Then look also for this in the same config

ServerName localhost:8081 <------ make sure its (8081) as well

Save and close the config but dont close the (xampp-control) yet

Again click on (config) and then on (httpd-ssl.conf) and we are looking for this:

Listen 1446 <------ make sure its (1446)

Save and close the config but dont close the (xampp-control) yet, be patient...

Now click on the other (config) on the corner of the window above (netstat) and then click on (Service and port settings) and change the (Main Port) to (8081) and the (SSL Port) to (1443)
Iknow its confusing one beying 1446 and another thing beying 1443 just... just stay with me (WARNING: dont freak out) lets move on, dont give up, we are almost there...

Save and close, and save and close, and close (xampp-control) and make sure its (not running) on the corner of windows tab over there ---->

Step 28 - Finaly Create account on game, go to your SQL thingie and click on (+)(Raiderz_Account) to expand, then click on (+)(Programmability) to expand, then click (+)(Stored Procedures)
And inside look for the (US_WEB_CreateAccount) right click on it and chose (Execute Stored Procedure...) and a new window pops up so you put in your account info on the (value) tab
They will be something like:

@user_name
@email
@password
@secretquestion
@secretanswer
@registerip

So you just fill in the (value) part of it with what you want and (dont touch anything else) Then you click OK and the window will close
And you will see on the (tables) of (Raiderz_Account) that your account is on the list along with maybe some others...

Now we are ready, start the servers (!RunServers.bat)
Start apache (apache_start.bat)
Start your Engines ( o_O what? come again??? )
Start the game (runtest.bat)

I hope everything works for you, if you have any questions feel free to ask...
 
Last edited:
Back
Top