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!

[2013] RaiderZ server files + databases + client = Bola

Junior Spellweaver
Joined
Sep 16, 2006
Messages
115
Reaction score
4
so i guess the client on raiderzbrasil site shoud be have a launcher connect to your own server. does anyone know how to edit client and make connection connect to localhost?
 
Junior Spellweaver
Joined
Sep 16, 2006
Messages
115
Reaction score
4
i follow the old tutorial setup up the server and using brasil client connect to my own server, i can see "brasil" on the server list but with no luck everytime connect i get connection time out,does anyone help me?
 
Joined
Jun 5, 2009
Messages
959
Reaction score
236
i follow the old tutorial setup up the server and using brasil client connect to my own server, i can see "brasil" on the server list but with no luck everytime connect i get connection time out,does anyone help me?

Probably because it's not the correct version of the client. Or the way you are launching the game.
 
Junior Spellweaver
Joined
May 4, 2013
Messages
101
Reaction score
8
put ODBC = "SQL Server Native Client 10.0" in server.ini

I tried, but still run two seconds and then disappears.

log:
------------------------------------------------------------------------------
-- Logging Start (08/10/13 23:48:58)
------------------------------------------------------------------------------
23:48:58 - Start application without service mode
23:48:58 - application_commandline : "D:\serverbr\MasterServer\MasterServer.exe"
23:48:58 - Server Socket Opened. (Port = 7500)
[e] 23:49:10 - Init AccountDB fail.
23:49:10 - Can't Connect To DBMS
[e] 23:49:10 - Failed InitDB
23:49:10 - Create McURL Success. (Init SSL).
[e] 23:49:10 - Server Init Failed: 1: DB? ??? ? ??
23:49:11 - ZConsole > OnDestroy
23:49:11 - Server Closed
 
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,797
Reaction score
2,162
raiderz brasil of website have two more updates than my client, i'm still making exchanges in any another game without release ...

0BgXqWw - [2013] RaiderZ server files + databases + client = Bola - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Sep 16, 2006
Messages
115
Reaction score
4
I tried, but still run two seconds and then disappears.

log:
------------------------------------------------------------------------------
-- Logging Start (08/10/13 23:48:58)
------------------------------------------------------------------------------
23:48:58 - Start application without service mode
23:48:58 - application_commandline : "D:\serverbr\MasterServer\MasterServer.exe"
23:48:58 - Server Socket Opened. (Port = 7500)
[e] 23:49:10 - Init AccountDB fail.
23:49:10 - Can't Connect To DBMS
[e] 23:49:10 - Failed InitDB
23:49:10 - Create McURL Success. (Init SSL).
[e] 23:49:10 - Server Init Failed: 1: DB? ??? ? ??
23:49:11 - ZConsole > OnDestroy
23:49:11 - Server Closed


follow the tutorial at http://forum.ragezone.com/f699/guide-new-server-setup-guide-832494/ ,you will miss any error for setting up server.
 
Junior Spellweaver
Joined
Sep 16, 2006
Messages
115
Reaction score
4
according tutorials I've done it once,
but does not work!

can you share some configuration files?

thanks
i only modified two place:
ODBC = "SQL Server Native Client 10.0"

[ACCOUNTDB]
SERVER = "PC"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "root"

DB,LOGDB edit same like this.
 
Junior Spellweaver
Joined
May 4, 2013
Messages
101
Reaction score
8
i only modified two place:
ODBC = "SQL Server Native Client 10.0"

[ACCOUNTDB]
SERVER = "PC"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "root"

DB,LOGDB edit same like this.


; AppServer server.ini
[SERVER_INFO]
NAME = "AppServer"
SERVER_ID = 102
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 100
[LOCALE]
LOCALE = "PWE"
[CONFIG]
PORT = 7502
[MASTER_SERVER]
IP = "127.0.0.1"
PORT = 7500

[ACCOUNTDB]
SERVER = "PC201308011725\SQLEXPRESS"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "123456"
[DB]
SERVER = "PC201308011725\SQLEXPRESS"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "123456"
[LOGDB]
SERVER = "PC201308011725\SQLEXPRESS"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "123456"
[PATH]
SYSTEM = "system"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 1



this is my configuration
do not understand why i can not work.
Ah!Ah!Ah!Ah!
 
Back
Top