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!

[Guide]Creating a Grand Chase Server

Status
Not open for further replies.
Banned
Banned
Joined
Sep 26, 2007
Messages
196
Reaction score
75
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] --
- [Mandatory] [Server Files]
- [Mandatory] (Newman)

[Required] - Enterprise Management Studio Express
- Main.exe Edited

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:
Init_NCashBillingInfo ( 'Use your IP here', 9500, 5, 4, 'odbc_internal.dsn')
Line 31
PHP:
- 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
tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums


Logs - config_mr.lua

tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums


2 MsgServer

Protocols - config_msg.lua
tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums


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

LOGIN passwd SEX
tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums



tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums


Once you click the button ...

tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums


Then press the OK ...
tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums


- Adding Items accounts --

The next image in the table GoodsObjectList.
tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums


- 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.
tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums


<font color="Red">
PHP:
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:
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!
tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums


- 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:
 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:
 You: Hey, where you put cash in the account?  
 Andreddj2: Well, nobody knows yet.
PHP:
 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:
 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




 
Banned
Banned
Joined
Sep 26, 2007
Messages
196
Reaction score
75
Re: [FULL]Creating a Grand Chase Server

-Restoring Database --
Tutorial
Download the files, decompress the files in that folder (Server and DB) install the MSSQL EXPRESS.

Open Enterprise Manegement:
tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums


go to another button on top of datebase and CLIK in new Database
tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums


O Create 3 dB, and web stat:
tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums


CLIK on okay.

Clik done so over the db created and CLIK in Task / restore / db database and choose to estrous.
tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums


tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums

tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums

tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums

tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums


After that it ready to db.

Open the folder on the server and configured this way: Tuto of davisson

Clik on ok and now open the startServer.bat and pornto server on .. The backup is naum CLIK is in option Enable Overwrite the existing database
 
Junior Spellweaver
Joined
Jul 21, 2008
Messages
178
Reaction score
0
Re: [FULL]Creating a Grand Chase Server

Cool! I wanted to see this
 
Banned
Banned
Joined
Sep 26, 2007
Messages
196
Reaction score
75
Re: [FULL]Creating a Grand Chase Server

Configuring Web

The site is:
- System of news (CuteNews)
- Rankings
- Register
- Page Team
- Forum (SMF 1.1.6 + Translation)

How to configure?
To set up just open the config.php file and edit to your needs.




Credits to:
ByakuyaBR
 
Junior Spellweaver
Joined
Oct 5, 2008
Messages
191
Reaction score
21
Re: [FULL]Creating a Grand Chase Server

PHP Code:
You: Hey, where you put cash in the account?
Andreddj2: Well, nobody knows yet.


there is a service on the package (if it the same we have) who manage the connections between billcrux db and the game dbs via webservice.
you must have the same accont id on bouth dbs to manage the amount of coins.
 
Initiate Mage
Joined
Sep 17, 2008
Messages
1
Reaction score
0
Re: [FULL]Creating a Grand Chase Server

Does it works? x_X
Im feeling a bit tired , of asking if it works. xD
 
Experienced Elementalist
Joined
Aug 10, 2008
Messages
291
Reaction score
10
Re: [FULL]Creating a Grand Chase Server

WELL 1st of all i have'nt seen the main's 127.0.0.1 and i dunno if its edited... ive seen the same guide in BR forums and used it .... i can't seem to understand how its suppose to work.. ^^ but looking forward for this server to be updated
 
Skilled Illusionist
Joined
Sep 15, 2005
Messages
301
Reaction score
3
Re: [FULL]Creating a Grand Chase Server

@

(Client Season 1 - Main.exe Edited) link first post dont works, mirror please. ALso what full client to use (direct link)....
 
Skilled Illusionist
Joined
Sep 15, 2005
Messages
301
Reaction score
3
Re: [FULL]Creating a Grand Chase Server

can i use Grand chase extreme client?
 
Initiate Mage
Joined
Mar 20, 2008
Messages
26
Reaction score
0
Re: [FULL]Creating a Grand Chase Server

Of course you can, nobody told you to not use it =D

By the way, this tutorial was translated by google. I actually speak Portuguese too...

============================================================================

Code:
 [COLOR=#000000][COLOR=#007700]- [/COLOR][COLOR=#0000bb]SimLayer[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000bb]SetBillingType [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000bb]KGSSimLayer[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000bb]BT_NCASH[/COLOR][COLOR=#007700])[/COLOR][/COLOR]

This is to activate Billcrux DB (Cash Server or whatever). As you can see on the code "BT_NCASH", it must be Billcrux Table - NCASH (I believe everybody in this forum knows N-Cash and BillCrux =P), or, in other words, to activate CASH. However, it won't work properly without the proper database.

I reckon this line is not really necessary to activate, as the CASH won't work without BillCrux.
 
Initiate Mage
Joined
Jan 20, 2008
Messages
1
Reaction score
0
Re: [FULL]Creating a Grand Chase Server

all work fine but the gameserver.exe have this error

tobets2000 - [Guide]Creating a Grand Chase Server - RaGEZONE Forums
 
Joined
Apr 3, 2008
Messages
61
Reaction score
1
Re: [FULL]Creating a Grand Chase Server

I have the same error as the guy above me, but it does it for gameserver AND msgrouter. What am I doing wrong?
 
Custom Title Activated
Member
Joined
Aug 28, 2008
Messages
2,089
Reaction score
15
Re: [FULL]Creating a Grand Chase Server

Has anyone successfully made a GCPS yet?
 
Initiate Mage
Joined
Nov 9, 2006
Messages
21
Reaction score
0
Re: [FULL]Creating a Grand Chase Server

can someone pls teach me how to hex the cient? coz i want to play it to my own computer... i want to change the ip of the client but idk how...

pls help
 
Custom Title Activated
Member
Joined
Aug 28, 2008
Messages
2,089
Reaction score
15
Re: [FULL]Creating a Grand Chase Server

can someone pls teach me how to hex the cient? coz i want to play it to my own computer... i want to change the ip of the client but idk how...

pls help

Lol it's not that hard.
 
Initiate Mage
Joined
Jun 19, 2008
Messages
28
Reaction score
0
Re: [FULL]Creating a Grand Chase Server

im having the same problem as karieko
 
Initiate Mage
Joined
Jun 19, 2008
Messages
28
Reaction score
0
Re: [FULL]Creating a Grand Chase Server

all i need now is the right ip to look for to hex the main.exe -.-
 
Status
Not open for further replies.
Back
Top