Friday, April 24, 2009

Creating a Grand Chase Private Server

Tutorial Grand Chase

1 Description
2 files [Downloads]
3 Tutorials
3.1 - Restoring the database
3.2 - Setting IP, s
3.3 - Center
3.4 - Gameserver
3.5 - MsgRouter and MsgServer.
3.6 - Create Account
3.6.1 - Hash
3.6.2 - Add Items in Accounts
3.7 - Editing your character
3.8 - Increasing Rates
3.9 - turning on a server.
4 FAQ

- Description --

I am here to teach how to create a server from Grand Chase, is very difficult, but with this tutorial, succeeded in making very fast ...

It is legal to a server to make fun since they not for profit, NOW TO MAKE A SERVER-profit and YOU CAN BE WRONG AND PRISONERS.

- Archives [Downloads] --
Light SQL 1017 - [Mandatory] [Server Files]
Database- [Mandatory] (Newman)
SQL Server 2005 Express
[Required] - Enterprise Management Studio Express
Client Season 1 - Main.exe Edited

[color=Red]you can see the tutorial on how to restor database in first reply
- Setting IP, s --
> Let's start by ODBC.
Open the following file with Notepad:

. \ Server \ Gameserver \ odbc_internal.dsn
. \ Server \ Gameserver \ odbc_stat.dsn
. \ Server \ Center \ odbc_internal.dsn
. \ Server \ Center \ odbc_stat.dsn

And so edit this way:

[ODBC]
DRIVER = SQL Server
UID = SQL Server
Address = 127.0.0.1,1433
Network = dbmssocn
DATABASE = ss
WSID = xmlab-coolcopy
APP = Microsoft Data Access Components
SERVER = (local)
Description = Brazil internal
PWD = Password SQL


> Now the IPS

Open these files with Notepad

. \ Server \ Gameserver \ config_server.LUA
. \ Server \ Gameserver \ ~ config_server.LUA


After going on line 71 with CTRL + G and edit this way:

Init_NCashBillingInfo ( 'YOUR IP HERE', 9500, 5, 0, 'odbc_internal.dsn')

Now let's edit the IPs in sql

Tables in the Open Databse GC i is soh edit the IP

ConnectStatusDB
MsgRouterList
MsgServerList


- Center --

This program is who commands the "Login Server", controls the login and password that will, if it gives a problem, the server will not work.

The Table is that it uses the ConnectStatusDB, then use your local IP there, if you are a free server, use the external IP.

- Gameserver --

This program drives the characters, missions, the pvps, the EXP, well, almost everything you do goes to him.

Setting - Config_Server.lua

Line 71:
PHP Code:
Init_NCashBillingInfo ( 'Use your IP here', 9500, 5, 4, 'odbc_internal.dsn')
Line 31
PHP Code:
- SimLayer: SetBillingType (KGSSimLayer.BT_NCASH)
Remove the --.

- MsgRouter and MsgServer --

These programs take care of "Friend List" or Friends list, if not connected, the buddy list will say "Connection failed with the list" and is one of the most difficult to fix bugs.

Setting

1st MsgRouter

Protocols - config_mr.ini


Logs - config_mr.lua



2 MsgServer

Protocols - config_msg.lua


- Create Account --
Go to the table users ...

LOGIN passwd SEX




Once you click the button ...



Then press the OK ...


- Adding Items accounts --

The next image in the table GoodsObjectList.


- ITEMUID = No need Mecher him. It is Automatic.
- OWNERLOGIN = Set the log of the person who will receive the item.
- BUYERLOGIN = Set the log of the person who will receive the item.
- ItemId = Place the item ID.
- Any REGDATE = date.
- Any StartDate = date.
- END DATE = Any date.
- PERIOD = Time Item. Leg is -1
- Editing the Level, EXP, Win, Lose ... --
To edit your character, just go in the table Characters will have a line with your login, there in front, has the Level, Exp, Win, Lose, simply edit it and restart your game.


PHP Code:
You: How do I put the Lass, Ryan, Ronan?
Andreddj2: Follow the example with my account in the photo ...
CharType column:
0 = Elesis
1 = Lire
2 = Arme
3 = Lass
4 = Ryan
5 = Ronan

PHP Code:
You: How do 2 Class, 3 Class, Class 4?
Column Promotion:
0 = 1 Class
1 = 2 Class
2 = 3 Class
3 = 4 Class

- Editing Rates --
Image Speech Everything!


- Turning on the server --

To connect the server, where everything is set up, open the file StartAll.bat, if any program opens and closes, it's because you do not set it right.

- FAQs --

PHP Code:
You: Oh man, every time I enter the server, the hack detected .. What do I do?
Andreddj2: This problem varies widely, sometimes can be little memory, and sometimes can be the same GameGuard ...
PHP Code:
You: Hey, where you put cash in the account?
Andreddj2: Well, nobody knows yet.
PHP Code:
You: Aff, How do I edit items?
Andreddj2: To edit the items, the database needs to change and the Main.exe, because nobody knows edit the Main, of a!
PHP Code:
You: How do I create a Main to my Server?
Andreddj2: Are you a topic right there ...

Credits to:
Andreddj2
Black Khaos
Davisson
Ragezone BR

3 comments:

  1. why is some of the stuff in a dif. language?

    ReplyDelete
  2. He probably translated the tutorial from a Brazilian forum (it's on the credits), but did not translate the images

    ReplyDelete
  3. Hi! I was looking for the files for a private server of Grand Chase, please if you know where can i get the files for a private server please let me know, or if you know someone who can help me with this, its really important for me!!

    Thanks in advance

    ---- Erdrako ----

    ReplyDelete