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!

GrandChase Season 2 Server

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 3, 2013
Messages
27
Reaction score
0
help me thx
Double-click the server list
it's show "The connection has times out"

1 - GrandChase Season 2 Server - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Mar 3, 2013
Messages
27
Reaction score
0
thx.. :thumbup:

ok - GrandChase Season 2 Server - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Oct 9, 2010
Messages
5
Reaction score
0
I need help for some reason when I click the server it says this :

Hel - GrandChase Season 2 Server - RaGEZONE Forums


Can someone tell me how to fix this??? please and thank you for the tutorial also :)
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
May 22, 2012
Messages
7
Reaction score
0
I don't understand the CRC part. Would someone explain me that?
Because I can't enter the server. I only come to serverchannel.
 
Junior Spellweaver
Joined
Jan 23, 2010
Messages
187
Reaction score
12
I'll update this later. Probably in another post that works for SQL 2012.
I found that this server doesn't work properly if you're running the server on the same computer as the client. Try a virtual machine.

Files:

SQL Server 2005 x86/x64:
...or...
SQL Server 2008 x86:
...or...
SQL Server 2008 x64:

Databases:

The log database:
Password: WiNdOwSxP-Db0ByHeHeTrI
Use SQL Server 2005 or 2008. I use 2008.

Server files that are "desbugados":

Extract all of them, and then use and replace the GameServer files in the other "desbugados" ones.

DarkStronge's "even more debugged" files:

main.exe: View attachment 143783View attachment 143784View attachment 143785View attachment 143786

-------------------------

Configuring the database:

Install SQL Server and the Management Studio*.
*should be included

Here's a hint for the next part: .

Open up a new query, and then type:

Code:
USE [gc]
INSERT INTO [dbo].[ClientChecksum] (ProtocolVer, Checksum, RegDate)
SELECT 321,0x[B]CRC32HERE[/B],CURRENT_TIMESTAMP

...and then execute it.

Now replace everything with:

Code:
SELECT cast(checksum AS bigint) as rtxt FROM dbo.ClientChecksum

...and then copy the result. (the last one)

-------------------------

Creating a user:

Here's a hint with the MD5 part, again: .

Open up the dbo.users table. (Right click + Edit)

Choose "text string" in and then type in your password in the text box where it says data. Now select MD5 and click calculat

Type in your username in the column that says ID.
Use that MD5 thing as your password.
Change your GP in gamepoint.
Type something random into email.

You're done.

-------------------------

ConnectStatusDB:

Right click + edit.
Delete everything else except the first one.
Edit your server name, and change your server IP to your local IP. (Hint: cmd+ipconfig)

You're done.

-------------------------

msg database:

Open MsgRouterList.
Change your IP.

Open MsgServerList.
Input these:
UserNum 0, IP (your local IP), Port 9300, ProtocolVersion 215

You're done.

-------------------------

ODBC:


Now go into your folders and edit the odbc dsn files with notepad/wordpad.
Edit it. It's self explanitory. Change the "PW" part to your password. Change the "Server" part to your "instance" name. (example: .\SQLEXPRESS or WAFFLE-PC\SQLEXPRESS)

-------------------------

GameServer:

Open config_server.lua.

Change the IPs to your local IP.

-------------------------

Running the server:

Open them up.

-------------------------

Client:

Use the IPU client. It'll be decrypted already. Probably.

Use a hex editor like HxD and then find LoginServerIP. Change the IP after that.

-------------------------

Creating a nickname for your user:

Go into NickNames. It's a table.
Put your info in.

-------------------------

Running the client:

Create a bat file with:

Code:
main.exe __kogstudios_original_service__

...and then run it.

-------------------------

Credits:

hehetri/lucasmf2507 - the sql server 2005 database :D
Kei - the original tutorial
not me - because I leeched this a lot
DarkStronge/iLek - creating the even more debugged files (the "almost everything works" files)
Divine/Divin3 - for allowing this to be released <3

Can you reupload the server files
 
Junior Spellweaver
Joined
Jan 23, 2010
Messages
187
Reaction score
12
Sorry, I don't have those files specifically. :(
awhhh ok, well could you post some in which i guess mostly everything works and tell what client would work with it.... Because ive been looking for a BR season 2 or i guess 3 client to work with this and i cant find one.
and im not sure if this is the same databases, but are these the databases from http://forum.ragezone.com/f538/super-release-database-season-3-a-733529/ and they are just changed a bit or are they some other DBs that are better?
 
Junior Spellweaver
Joined
Jan 23, 2010
Messages
187
Reaction score
12
and the dbs keep erroring when restoring,, it says

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.Express.ConnectionInfo)

------------------------------
ADDITIONAL INFORMATION:

Too many backup devices specified for backup or restore; only 64 are allowed.
RESTORE HEADERONLY is terminating abnormally. (Microsoft SQL Server, Error: 3205)
 
Last edited:
Joined
Aug 14, 2009
Messages
1,097
Reaction score
134
and the dbs keep erroring when restoring,, it says

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.Express.ConnectionInfo)

------------------------------
ADDITIONAL INFORMATION:

Too many backup devices specified for backup or restore; only 64 are allowed.
RESTORE HEADERONLY is terminating abnormally. (Microsoft SQL Server, Error: 3205)

I don't know what database you're using...
I have never seen that error before, though. Sorry. :(

awhhh ok, well could you post some in which i guess mostly everything works and tell what client would work with it.... Because ive been looking for a BR season 2 or i guess 3 client to work with this and i cant find one.
and im not sure if this is the same databases, but are these the databases from http://forum.ragezone.com/f538/super-release-database-season-3-a-733529/ and they are just changed a bit or are they some other DBs that are better?

That database never worked. It was a backup that was interrupted, or rather corrupted. So, basically no. Season 3 will never work with these files.
 
Status
Not open for further replies.
Back
Top