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 Server Setup

Newbie Spellweaver
Joined
Feb 27, 2011
Messages
22
Reaction score
4
Install C++ Redistributable Package(s).

Don't work :closedeyes: please download version ?

sockie - Raiderz Server Setup - RaGEZONE Forums


sockie - Raiderz Server Setup - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Jan 19, 2011
Messages
8
Reaction score
0
Show me a picture of your settings, so i can help you.
i got mine all working ~ online.
 
Newbie Spellweaver
Joined
Apr 7, 2006
Messages
7
Reaction score
1
I took a screenshot of all 5 server.ini. All my stuff are correct, same password/username the only thing that is different is the server name.

 
Last edited:
Newbie Spellweaver
Joined
Apr 7, 2006
Messages
7
Reaction score
1
How can i fix it ? Re-install ? The odbc seems fine i need the odbc when i want to connect to the db to add database or restore it and I've entered the same.
 
Last edited:
Experienced Elementalist
Joined
Jun 9, 2005
Messages
229
Reaction score
9
mine just open and closed.....

edit: just minor error on server.ini it's fix now, just waiting to test after client finish downloading. the download is slow and long :(
 
Last edited:
Joined
May 16, 2008
Messages
537
Reaction score
10
my Appserver.exe crashes after i start it. and i get this log.

------------------------------------------------------------------------------
-- Logging Start (06/24/11 23:23:01)
------------------------------------------------------------------------------
23:23:01 - "C:\Taken Entertainment\RaiderZ\RaiderZ Server Files\AppServer\AppServer.exe" 23:23:01 - Start application without service mode
23:23:01 - application_commandline : "C:\Taken Entertainment\RaiderZ\RaiderZ Server Files\AppServer\AppServer.exe"
23:23:01 - Server Socket Opened. (Port = 7502)
[e] 23:23:01 - Init GameDB fail.
23:23:01 - Can't Connect To DBMS
[e] 23:23:01 - Failed! InitDB
[e] 23:23:01 - Server Init Failed: 1: DB에 연결할 수 없음
23:23:01 - Server Closed

even tho iv done everything as this tutorial said..
can anyone please help me out :)?
 
Newbie Spellweaver
Joined
Jun 25, 2011
Messages
33
Reaction score
17
Dunno if anyone wrote if before but you can run the server w/o two gameserver to save up ram by editing:
MasterServer\data\serverlist.xml
and removing or commenting this part:
<!--
<GameServer id="2">
<SharedField id="3" channel="2" />
<SharedField id="107" channel="2" />
<SharedField id="109" channel="2" />
</GameServer>
-->
So you should be left with:
<?xml version="1.0" encoding="UTF-8" ?>
<Maiet>
<LoginServer id="101" />
<AppServer id="102" />

<GameServer id="1">
<SharedField id="3" channel="2" />
<SharedField id="107" channel="2" />
<SharedField id="109" channel="2" />
</GameServer>

and for those who don't want to create accounts manually, you can set in:
LoginServer\server.ini
[CONST]
ALLOW_INSERT_NEW_ACCOUNT = 0 (change 0 to 1)

// Edited //
@DF08Said, check your ODBC settings i had to change ODBC = "SQL Server" to ODBC = "SQL Server Native Client 10.0"
 
Last edited:
Joined
May 16, 2008
Messages
537
Reaction score
10
Well.. I've installed everything just like you guys told me to ~
But somehow i just get a screen like this.
sockie - Raiderz Server Setup - RaGEZONE Forums



Servers are settled
sockie - Raiderz Server Setup - RaGEZONE Forums


The Server.ini's are also putted on my IP and SQL.
sockie - Raiderz Server Setup - RaGEZONE Forums

+ Running them on My Dedicated Server,
ODBC is also putted as on the picture's.
only the part of (local) i've changed that on my SQL

MyPCname/SQLEXPRESS


Can you guys send me a picture how to game should look like when you start it or help me out. ~

Album of the picture's.


I got teamviewer if needed.
i got exact the same problem... can any1 please help out :)?
 
Newbie Spellweaver
Joined
Jun 25, 2011
Messages
33
Reaction score
17
i got exact the same problem... can any1 please help out :)?

I fixed it by port forwarding the ports on my router, because i had similiar problem and i think i fixed it this way.
If you're not using router then check your firewall settings.
This screen shows when you can't connect to your server properly.
 
Last edited:
Joined
May 16, 2008
Messages
537
Reaction score
10
seigi. i dont have a router and my firewall is allways down.. so i really dont know what can cause this.. it doesnt seam like i can connect to the server.. i can start the RaiderZ.exe.. when i start it i get
No Command line parameters
so i used the shortcut login version.
after i use the shortcut i created i can start the game but ye.. that happens as you see... dont know how to fix it tho.
 
Back
Top