-
[Guide]Making a GrandChase server
This tutorial was originally made by andreddj2 at RagezoneBR. I'm translating it to English, so that you don't have any doubts. Some things I'll add by myself.
Let's go!
- Description
- Files [Downloads]
- Tutorials:
- Restoring the database
- Setting up IP's
- CenterServer
- GameServer
- MsgRouter and MsgServer
- Creating an account/ Hash/Adding items to the account
- Editing your character
- Increasing rates
- Turning on the server
- Frequently Asked Questions (F.A.Q)
~Description~
I'm here to teach you how to make an GrandChase server. Although it's very hard, with this tutorial you are going to make it lightning fast!
It's legal to make your own GrandChase server without lucrative finallities. You can be arrested under the law if you do so.
~Files Download~
Here are the files you'll need to download:- Server files - Must download
- Databases - Must download too
- Microsoft SQL Server 2005 Express - Necessary
- SQL Server Management Studio Express - CZ GrandChase Client, because it's in English.
~Restoring the Databases~
In order to restore the databases, you will need Microsoft SQL Server 2005 Express. I believe you've downloaded it.
So, in order to do this, you must do everything correctly!
Let's go:
1st: Open your SQL Server Management Studio Express. Before, when you install it, you MUST install it as SQL Authentication Mode, or else it won't work properly.
2nd: After logging in on SQL, click on Databases with mouse's right button, click on New Databases and create three new databases: gc, stat and web.
3rd: After doing this, right-click on gc (the database you've just created) and click on Task → Restore → Database. Select the appropriate .bak file (gc database uses gc.bak, stat database uses stat.bak etc.). Do the same process to the other 2 databases (stat and web)
After doing this, your databases are ready.
Thanks to Black Khaos for the pics!
~Setting Up IP's~
Let's begin with the ODBCs, as they are hard to set up.
Here is how it must be:
[ODBC]
DRIVER=SQL Server
UID=SQL User
Address=127.0.0.1,1433
Network=DBMSSOCN
DATABASE=gc
WSID=xmlab-coolcopy
APP=Microsoft Data Access Components
SERVER=(local)
Description=brazil internal
PWD=SQL Password
The odbc files ↑ are the following:
.\Server\GameServer\odbc_internal.dsn
.\Server\GameServer\odbc_stat.dsn
.\Server\Center\odbc_internal.dsn
.\Server\Center\odbc_stat.dsn
Now, open these files:
.\Server\GameServer\config_server.LUA
.\Server\GameServer\config_server.LUA~
Go to line 71 with Ctrl + G and edit like this:
Init_NCashBillingInfo( 'Your IP goes here', 9500, 5, 0, 'odbc_internal.dsn' )
Go to line 31 and remove these --
Let's now edit the IPs at the SQL:
Open those tables on the database gc:
ConnectStatusDB
MsgRouter*
MsgServer*
At ConnectStatusDB, you are going to need to create 2 servers if you are going to make an online server: one with the local IP and another with external IP.
*They are going to be explained later.
We are almost done with the IPs! Let's go to the next step:
~CenterServer~
This program controls the "Login Server", ie, it controls the logins and passwords registered at the databases. I'll explain later how to create accounts.
This program uses ConnectStatusDB table. I've already taught how to set up this table.
~GameServer~
This program controls the characters, the missions, the PvPs, the EXP, so, everything you do in-game goes to it.
I've already explained how to config config_server.lua and config_server.lua~
~MsgRouter and MsgServer~
These programs controls Friend List. If one of them or both aren't online, the Friends list won't work.
Let's set up them, so:
1st: MsgRouter
Protocols: config_mr.ini
http://img225.imageshack.us/img225/5...grouterxh7.png
Logs: config_mr.lua
The message on the second picture says: Change this: log( 2 ) to log( 0 )
2nd: MsgServer
Protocols - config_msg.lua
We are done with MsgRouter/MsgServer. Let's move on to Accounts Creation!
~Creating an Accoun/Hash/Adding items to the account~
Go to users table (gc database):
LOGIN PASSWD SEX
Explaining the Picture:
[LEFT]How to use Hash:
1st: Open Hash.
2nd: Choose MD5 where you see SHA1
3rd: Click on the First button, next to MD5.
4th: Put the password you want
5th: Copy and Paste the code generated.
To add items, go to GoodsObjectList:
- ITEMUID = Automatic. Don't need to fill it.
- OWNERLOGIN = Login of the person who will receive the item
- BUYERLOGIN = Login of the person who will receive the item
- ITEMID = Put the item's ID here
- REGDATE = Whatever date
- STARTDATE = Whatever date
- ENDDATE = Whatever date as well.
Quote:
You: Hey, where do I find the Items ID?
ShadowTH: At GoodsInfoList table!
[LEFT]Let's edit now the Characters, its experience, level..., shall we?
~Editing your character~
Go to Characters table. There will be your Level, Exp, Win, Lose... You can just edit there and restart your game. It's not necessary to restart the server.
Quote:
You: How can I add Ronan, Lass, Ryan...?
ShadowTH: Simple! Just follow the example shown on the photo above.
CharType column:
0 - Elesis
1 - Lire
2 - Arme
3 - Lass
4 - Ryan
5 - Ronan
Quote:
You: How can I become 4th class without doing any tests?
[LEFT]Promotion column:
0 - 1st class
1 - 2nd class
2 - 3rd class
3 - 4th class
Let's now increase the rates!
~Increasing rates~
Go to EventTimeLimit table:
Explaining the picture:
At StartDate, you put when you want to start the event that increases rate.
At EndDate, you put when you want to end the event that increases rate.
Put 1 at EventType, or else it won't work.
At GPRatio and EXPRatio, you put the rate you want to put (GP and EXP).
CommentID you put 0.
~Turning on the server~
Click on StartAll to turn on the server. It should have 6 windows opened. If you don't have 6 windows open, then you did a mistake somewhere.
~Frequently Asked Questions (F.A.Q)~
Quote:
You: Hey, everytime I try to log in, I get the following message: Hack detectado (Hack detected). What can I do??
ShadowTH: It might be a problem with your GameGuard or not much memory.
Quote:
You: Hey, where do I put CASH in my account?
ShadowTH: Nobody knows yet!
Quote:
You: Where do I edit the items?
ShadowTH: In the main.exe. As we don't have the proper tool to edit them, then we can't do it.
END!
====================================================================================
Hope I helped you to make a GrandChase server.
Thanks to andreddj2 and Black Khaos for the pictures. It helped me a lot!
-
Re: Making a GrandChase server
like i say on the other post, if you want cash on your account, you must use the ncash daemon + billcrux db.
I dont remember exactly what tables have the coins becuse i do it 1 year ago, but you must edit 2 tables.
-
Re: Making a GrandChase server
I got your point. I just did a better tutorial, more complete and with my own words.
The other one was translated by google. I can say this because I speak portuguese and I know how is the original topic.
As you said: We need N-Cash Daemon and BillCrux DB.
But, here's the question: Where can we find them out?
-
Re: Making a GrandChase server
nice post very nice.. but i have a problem when connecting.. it cant... what's the problem? should i use main.exe? but nothing happens.. @___@
-
Re: Making a GrandChase server
http://i264.photobucket.com/albums/i...untitled-5.jpg
I keep getting that error on all my servers except TCP and UDP Relays. What did I do wrong?
Here's a thread I found with my problem (I think) Maybe you can translate it ^_^
BTW : Here is my OBDC on all of them
[ODBC]
DRIVER=SQL Server
UID=sa
Address=127.0.0.1,1433
Network=DBMSSOCN
DATABASE=gc
WSID=xmlab-coolcopy
APP=Microsoft Data Access Components
SERVER=(local)
Description=brazil internal
PWD=**** password censored
Thanks again,
~akito
-
Re: Making a GrandChase server
well i got kinda bored so i made this server since i nvr played game >.>
nyway when i started the server... after few sec only 2 did remain... so i checked the logs... sum things regarding odbc..
Code:
cerr : KODBC::DriverConnect(), 2008-11-10 11:51:25, DriverConnect() Failed. Ret : -1
m_strDSN : FILEDSN=C:\Users\AngeL\Desktop\Light 1017 SQL\Center\odbc_main.dsn
(D:\Dev\KncGC\Common\Odbc\Odbc.cpp, 113)
so i checked the file in it > odbc_main.dsn < then on first look nothing seems wrong tough only this caused the problem > portugu饿 < so i set htat 2 english and then it started all fine o.o
edit: also my odbc looks way diffirent that urs...
[ODBC]
DRIVER=SQL Server
LANGUAGE=English
DATABASE=gc
WSID=xmlab-coolcopy
APP=Microsoft Data Access Components
SERVER=AngeL\GRANDCHASE
Description=Internal
-
Re: Making a GrandChase server
[ODBC]
DRIVER=SQL Server
LANGUAGE=English
UID=sa (main sql user)
DATABASE=gc
WSID=xmlab-coolcopy
APP=Microsoft Data Access Components
SERVER=AngeL\GRANDCHASE -> Are you sure this is correct? It must be the name of your PC. Example: LUCAS-PC\SQLEXPRESS
Description=Internal
PWD=Your SQL pass goes here
This might help you with your error.
-
Re: Making a GrandChase server
already solved it and yes "AngeL\GRANDCHASE -" is correct xD
-
Re: Making a GrandChase server
My problem still exists, can you help me?
-
1 Attachment(s)
Re: Making a GrandChase server
well 2 me it seems ur prob is in those odbc files included with the server... check these files on any chinese signs... cuzz when i had sum chinese in it... server didnt start either...
and 2 be sure i manually created the odbc files in control panel.
so my server now is running perfect since last night... only gameserver crashed once...
btw... ill add my odbc files
-
Re: Making a GrandChase server
Connecting to Server :
Use this Main Main.exe and Edit using HEX Editor
find Server_IP and change
~~
Poblems with ODBC can vary according to your MSSQL / The most usable is MSSQL 2000 but the server files work on 2005 .
1 - Remove the line Adress on ODBC config
2 - If you are using MSSQL 2000 , The line SERVER is the MSSQL comand : (local) , but if you are using MSSQL 2005 the driver is :
OSNAME\SQLEXPRESS Examples :
Home\SQLEXPRESS
PC-317C663BA4C3\SQLEXPRESS
3 - You need to change your MSSQL Windows Only connection to Mixed Mode ( Windows and SQL Server Authentication ) -- This can be changed on installation
Changing ~ ( I have only MSSQL 2000 )
Open Enterprise Manager .
Click on MSSQL Connection on Enterprise Manager ( is usually below SQL Server Group )
Right click and open Proprierits
Go to security tab and change Authentication
If your athentication is SQL Server and Windows you doesn't need to change it
~~
Creditz : Ragezone Brasil
-
Re: Making a GrandChase server
my MSG Server and MSG ROUTER Wont connect? i edited the one inside the ? and how do i disable the GAME GUARD? ANYWAY? is there a way to disable it?
and GameServer Closes everytime
-
Re: Making a GrandChase server
change ip on tables MsgRouterList and MsgServerList .
-
Re: Making a GrandChase server
anyone upload the gameguard setup files for grandchase for me? i have problems
-
Re: Making a GrandChase server
thank You For This Guide!
-
Re: Making a GrandChase server
i got my Server Working and On.. is there any1 else who got 1 aswell?
-
Re: Making a GrandChase server
i got my server running...
now my problem..i cant find the ip address on the main.exe that im trying to hex...
-
Re: Making a GrandChase server
Quote:
Originally Posted by
echaxxx
i got my server running...
now my problem..i cant find the ip address on the main.exe that im trying to hex...
Kenzu and I think you made the Grand Chase server.
I'm already looking in the patcher cause Kenzu asked and I think I found it.
I'll send it to Kenzu tommorow.
-
Re: Making a GrandChase server
hehehe i just followed the instructions....and change some minor things like in the odbc files....no problems occur...i havent read any errors in all 6 servers when i press the start all...
@KillerStefan
thats nice and hope this guide will go in the "server developments" once the client is ok...nice guide^_^
-
Re: Making a GrandChase server
Wow, great guide and just the 1st time i saw this game.
-
Re: Making a GrandChase server
its a nice game....i wanna make one here in my cafe for the kids who plays at retail
-
Re: Making a GrandChase server
im the Second 1 to present an Global P Server Working and Running to the world :D
-
Re: Making a GrandChase server
@DF08Said
have you tested it on a GC client? i tried to launch my GC client using AKllX's main.exe that he uploaded, theres a gameguard error which is not compatible...just trying to figure out if it will work..hehe...
well, im waiting for the release of the client since the server is ok, kudos to all^_^
-
Re: Making a GrandChase server
Yes the game works fine, though I do get some errors when buying stuff from SHOP.
Anyway, here's a link to the Gamegaurd: http://www.4shared.com/file/72227980...GameGuard.html
Credit for this to lufemo of CheatsBrasil
Oh, and for the Main.exe, I used XVI32 Hex editor. Just use the Crtl+F and text->Hex Function to find the IP and replace with your external IP. I think the IP is on line 6632D0. Just search with text=> Hex for [5.58.247.105].
By the by, since this screwed me up the most, warning to those who get MsgServer/MsgRouter errors from no't changing the protocol to 215 in MsgRouterList and MsgServerList.
Cheers
-
Re: Making a GrandChase server
-
Re: Making a GrandChase server
i still get an error with MSGserver and MSGrouter
and my gameserver says something in ???.???.??? or something and then closes
-
Re: Making a GrandChase server
To tell the truth, unless you really need a buddy system working for your server, you don't need MsgRouter and MsgServer running. Really, all you need to run the server smoothly is CenterServer and GameServer. Since setting up the two Msg's are so bothersome, I would recommend leaving them out.
As for your problem with the Gameserver, it seems like your odbc may not be function properly or somewhere you didn't put in the right IP. Use your hamachi IP if you want to connect with others (there are ways to connect without Hamachi, but I have yet to know how).
-
Re: Making a GrandChase server
i have problems
i run MSGrouter.exe
http://img208.imageshack.us/img208/7...rounterag7.gif
next it close windows
-
Re: Making a GrandChase server
what's a CZ Granchase client?
CZ??? can anyone give me a link pls
-
Re: Making a GrandChase server
Im having a problem. Whenever i try to log on to the MySQL server it gives me a error...
-
Re: Making a GrandChase server
Uhh I keep Getting Incorrect Paramaters How Do I Fix THis Sorry For THe NEwb Question D:
-
Re: Making a GrandChase server
-
Re: Making a GrandChase server
Hmm I got everything working but i cant see a server in the serveer list wat do i do add me on msn MC_LUST@live.com
-
Re: Making a GrandChase server
I've tried doing this yesterday. I was at it almost a full day (And I haven't slept... honest). This was because of the SQL. :D I had so much difficulty installing it. the 2005 version doesn't work on my system, so I used the 2008 version. It worked fine.
THe problem is when I run the main.exe. After the KOG screen loads, the log-in screen is supposed to come up, right?
Well, it doesn't happen. It displays this:
http://img388.imageshack.us/img388/8382/errorhu3.png
Here's a screenshot of the four consoles opened by "StartAll" (four, since MsgRouter & MsgServer is used for friends, and I play solo):
http://img158.imageshack.us/img158/3487/wutcs2.png
http://img158.imageshack.us/img158/w...ng/1/w1280.png
Here's the contents of every single .dsn files I have
odbc_internal
Code:
[ODBC]
DRIVER=SQL Server
DATABASE=gc
WSID=xmlab-coolcopy
APP=Microsoft Data Access Components
SERVER=saihikawa\gc
Description=Internal
odbc_stat
Code:
[ODBC]
DRIVER=SQL Server
DATABASE=stat
WSID=xmlab-coolcopy
APP=Microsoft Data Access Components
SERVER=saihikawa\gc
Description=Internal
odbc_main
Code:
[ODBC]
DRIVER=SQL Server
LANGUAGE=English
DATABASE=gc
WSID=xmlab-coolcopy
APP=Microsoft Data Access Components
SERVER=saihikawa\gc
Description=Internal
Config_server.lua
[code]
fr = GetFailRate()
fr:SetWriteToDB( false )
SimLayer = GetSimLayer()
SimLayer.m_uiNickNameAvailable = 15
SimLayer.m_dwShutdownTimeLimit = 60 * 1000 --
-
Re: Making a GrandChase server
[QUOTE=shiningriver;4628569]I've tried doing this yesterday. I was at it almost a full day (And I haven't slept... honest). This was because of the SQL. :D I had so much difficulty installing it. the 2005 version doesn't work on my system, so I used the 2008 version. It worked fine.
THe problem is when I run the main.exe. After the KOG screen loads, the log-in screen is supposed to come up, right?
Well, it doesn't happen. It displays this:
http://img388.imageshack.us/img388/8382/errorhu3.png
Here's a screenshot of the four consoles opened by "StartAll" (four, since MsgRouter & MsgServer is used for friends, and I play solo):
http://img158.imageshack.us/img158/3487/wutcs2.png
http://img158.imageshack.us/img158/w...ng/1/w1280.png
Here's the contents of every single .dsn files I have
odbc_internal
Code:
[ODBC]
DRIVER=SQL Server
DATABASE=gc
WSID=xmlab-coolcopy
APP=Microsoft Data Access Components
SERVER=saihikawa\gc
Description=Internal
odbc_stat
Code:
[ODBC]
DRIVER=SQL Server
DATABASE=stat
WSID=xmlab-coolcopy
APP=Microsoft Data Access Components
SERVER=saihikawa\gc
Description=Internal
odbc_main
Code:
[ODBC]
DRIVER=SQL Server
LANGUAGE=English
DATABASE=gc
WSID=xmlab-coolcopy
APP=Microsoft Data Access Components
SERVER=saihikawa\gc
Description=Internal
Config_server.lua
[code]
fr = GetFailRate()
fr:SetWriteToDB( false )
SimLayer = GetSimLayer()
SimLayer.m_uiNickNameAvailable = 15
SimLayer.m_dwShutdownTimeLimit = 60 * 1000 --
-
Re: Making a GrandChase server
well, thanks for pointing it out, but a suggestion/solution would really help.
-
Re: Making a GrandChase server
can anyone pls uplaod for me a the Full Gameguard folder? i keep getting error 99.
btw, my gameserver turns on for a while and shuts down automatically. can anyone help? i followed the instructions exactly.
except :
[ Config_server.lua~ , coz i cant find this file ]
[ SQL authentication, i installed as SQL authentication, but when i tried to login, i cant, as i dunno the username ]
btw, can anyone help me check my files if it is correct? thanks in advance.
Code:
server \ center \ odbc_main
[ODBC]
DRIVER=SQL Server
LANGUAGE=English
DATABASE=gc
WSID=xmlab-coolcopy
APP=Microsoft Data Access Components
SERVER=YOUR-808953D619\SQLEXPRESS
Description=Internal
[CODE]
server \ gameserver \ config_server.lua
fr = GetFailRate()
fr:SetWriteToDB( false )
SimLayer = GetSimLayer()
SimLayer.m_uiNickNameAvailable = 15
SimLayer.m_dwShutdownTimeLimit = 60 * 1000 --
-
Re: Making a GrandChase server
wow df why dont u tell us how to set it up i asked u on msn and ur like i wont help >.> if u r not gunna help dont post saying u set it wrong it isnt fair
-
Re: Making a GrandChase server
Quote:
Originally Posted by
tancam
wow df why dont u tell us how to set it up i asked u on msn and ur like i wont help >.> if u r not gunna help dont post saying u set it wrong it isnt fair
u still dunno the reason? coz he uis selfish, he doesnt wan a other server fighting wif him for players. he is also acting pro as i can see.
-
Re: Making a GrandChase server
Quote:
Originally Posted by
echaxxx
hey can u pls send me or upload ur full server files? i cant get mine working.
especially the ODBC
pls send to frenzymacenzy@hotmail.com / or u can add me and instant chat wif me
and can anyone also teach me how to cr8 mixed mode in MSSQL 2005?
i cr8ed mixed mode but they only asked for password, so i dunno wad to put into the login ID.
anyone help me pls~
btw, can anyone help me edit the IP in this main.exe to 127.0.0.1 ? i really need it and I juz cant find its IP to edit with hex workshop. It is from Brazil Season 1 Client.
Main.exe - http://www.mediafire.com/?ncmmzwnjxmj
Pls help me. thanks in advance.
-
Re: Making a GrandChase server
Cz Grand Chase Server? Where do i download that grand chase server? Can i just use Grand Chase SEA?
-
Re: Making a GrandChase server
help ~ my Gameserver and msgrouter,msgserver always closes awhile after i press StartAll. can anyone help me? help me with my gameserver especially. ty ~
Here's the screenshot of my Gameserver, which closes awhile after i turn it on, and i realised that thr is no LUA interpreter message on my Gameserver.
http://img108.imageshack.us/img108/5186/81021783mw5.png
can someone pls post his/her LUA file? or copy and paste the entire code in his/her LUA file. serious thanks to ppl who can help me.
If any good soul can help me wif my server, pls add frenzymacenzy@hotmail.com into an instant chat. i will make him/her a GM when i host it on a dedicated server.
edit: heres my LUA file, anyone kindly help me check it?
btw, wads config_server.LUA~ / ~config_server.LUA ? i dunno wad this guide is talkin abt as i do not see that file in my server folder.
[code]fr = GetFailRate()
fr:SetWriteToDB( true )
SimLayer = GetSimLayer()
SimLayer.m_uiNickNameAvailable = 15
SimLayer.m_dwShutdownTimeLimit = 60 * 1000 --
-
Re: Making a GrandChase server
Here:
[code]
fr = GetFailRate()
fr:SetWriteToDB( true )
SimLayer = GetSimLayer()
SimLayer.m_uiNickNameAvailable = 15
SimLayer.m_dwShutdownTimeLimit = 60 * 1000 --
-
Re: Making a GrandChase server
Shiningriver, i used ur .LUA code but my Gameserver still shuts down on its own after a few secs. I took a screenshot of the error.
http://img413.imageshack.us/img413/7622/36638381yz7.png
Btw, Ive looked through the config_server.LUA and i found something weird.
Should the code really be :
Code:
SimLayer:SetBillingType( KGSSimLayer.BT_NCASH )
[CODE]if( SimLayer:GetBillingType() == KSimLayer.BT_NCASH ) then --
-
Re: Making a GrandChase server
^_^
You could change the IP I placed there... it should work, coz it worked for me :D
-
Re: Making a GrandChase server
err shiningriver, can u upload ur full gameserver folder to mediafire.com? i seriously need it. thx if u can.
i copy and paste the CODE u gave but it still doesnt work for me. x(
-
Re: Making a GrandChase server
bump, can anyone upload his/her full GameServer Folder? thx in advance.
-
Re: Making a GrandChase server
umm... I'll try. Let me check the size...
okay, I'll upload it :D Here's mine:
http://www.mediafire.com/?sharekey=1...db6fb9a8902bda
Enjoy :D
um... please tell me if there's something wrong, okay? I'm not 100% sure that it will work.
:D
-
Re: Making a GrandChase server
U R RighT About Df i like him but he is way 2 selfish i thought this was a community to help others but i guess not since no one answered my question. I GOt Every Thing WOrking But After I lOgin I See no Server In The Server List D:
-
Re: Making a GrandChase server
erm, odbc_stat.dsn, shud the code be
or
?
my gameserver is still having the same problem... btw, wad is incorrect parameter? how fix that?
can anyone help me wif instant chat? add me frenzymacenzy@hotmail.com
-
Re: Making a GrandChase server
Umm... I'm having trouble understanding your posts, guys. Forgive me. :D
it should be, by default, DATABASE=stat
-
Re: Making a GrandChase server
can anyone giv me the direct link to this original guide ( which is from RagezoneBR ) ?
i went to RagezoneBR GrandChase section but thr always write "There are no new topics for display".
-
Re: Making a GrandChase server
I'm going to post a tutorial soon. I'm just figuring out everything - what it is and how it is done. I am nearly done, so yeah.
Umm, I still barely understand your posts, guys. Please type clearly.
-
Re: Making a GrandChase server
ok, i will wait for ur post to be done, as it seems that these few tutorials are nt very detailed, and the grammar sometimes makes me misunderstand some things. pls pst a reply here wif ur link to ur guide when u have completed it. thx.
-
Re: Making a GrandChase server
if you have error with database connect,
if you installed mssql 2005,
instal the 2000 version
ant the error disapears
-
Re: Making a GrandChase server
Can anyone help me i login but i dont see my server in the server list please REPLY
-
Re: Making a GrandChase server
one question: How do I get the right SQL thing since it keeps trying to get me to download the 2008 one Q.Q
-
Re: [Guide]Making a GrandChase server
Well DF isn't gonna realease his server again.
Anyone planning on going public with their server?
-
Re: [Guide]Making a GrandChase server
Well, I would try, but I'm still hopefully waiting for a chance. I'm about as 92% done anyway. I just need to make it run on my computer, which runs on windows 7.
-
Re: [Guide]Making a GrandChase server
Don't you mean Windows 7 Beta? And if you do get it work can I try it since (<- Can't go public for some reason on servers as in can't host public servers don't know why I port forwarded and crap no luck)
-
Re: [Guide]Making a GrandChase server
Is there anyone out htere with a proper explanation how to fix the gameserver crash?
-
Re: [Guide]Making a GrandChase server
If your going public with your server. Please let us know.
-
Re: [Guide]Making a GrandChase server
I would go public if I could get mine to work but I need help making it + need help making it public
-
Re: [Guide]Making a GrandChase server
Could you be specific about the crash? What error message does it display? I'm almost close to making it now... just a matter of time and I'll be done.
-
1 Attachment(s)
Re: [Guide]Making a GrandChase server
This is the problem. I hope you know how to fix it :D
-
Re: [Guide]Making a GrandChase server
Check your odbc files in your GameServer folder.
-
Re: [Guide]Making a GrandChase server
hope you get your server up and running shiningriver ^^.. goodluck dude.. make a server better than DF's.. unselfish guys receive blessings..:thumbup1:
-
Re: [Guide]Making a GrandChase server
Quote:
Originally Posted by
sonette
hope you get your server up and running shiningriver ^^.. goodluck dude.. make a server better than DF's.. unselfish guys receive blessings..:thumbup1:
agreed.
im getting "End SegaBill" error which causes my gameserver to crash, anyone can help?
-
Re: [Guide]Making a GrandChase server
end segabill error? If I could remember it right, it's an error made by your config_server.lua
-
Re: [Guide]Making a GrandChase server
-
Re: [Guide]Making a GrandChase server
@coffeeCRZ
if you're using 127.0.0.1 as your ip. Try to change and use your local IP address instead. Change the in the gameserver\config_server.lua and also the connectstatusDB in your MSSQL database. just change everything from 127.0.0.1 to your local ip.
To do this you can just double click on the Local Area Connection on your system tray. Click on support tab and you should find your IP Address there.
OR you could just type in ipconfig /all in the command prompt. look for ethernet adapter Local Area Connection and look for your IP Address there.
Use your IP and you should be good to go. :)
-
Re: [Guide]Making a GrandChase server
BTW, which client are u guys using?
-
Re: [Guide]Making a GrandChase server
They are using the Brazilian client.
-
Re: [Guide]Making a GrandChase server
server and client working 100%
and now
how can i create dungeon and some channel?
my server doesn't have dungeon turn on
-
Re: [Guide]Making a GrandChase server
can you help me step by step how to make gradchase server? please ...
starting up to end?
or pm me to my YM to chat w/ me to guide me .. : myownstyle666@yahoo.com
thanks for reading
-
Re: Making a GrandChase server
dude what that grandchase website?
-
Re: [Guide]Making a GrandChase server
You need to create your own room, then you can select a dungeon through that.
-
Re: [Guide]Making a GrandChase server
Quote:
Join Date: Jan 2009
Posts: 86
02-13-2009, 07:24 PM
You need to create your own room, then you can select a dungeon through that.
thanks very much ^^ shiningriver
-
Re: [Guide]Making a GrandChase server
-
Re: [Guide]Making a GrandChase server
I can't download Light 1017 SQL.7z.
It redirects to the download page when I click the download link on the download page.
-
Re: [Guide]Making a GrandChase server
Um... i can't open the tables.:?:
There is an error:*: Please help me.
http://i516.photobucket.com/albums/u...nd/problem.jpg
-
Re: [Guide]Making a GrandChase server
the font "Tahoma" isn't installed in your computer. wonder why.
Download it on the internet, or install a clean copy of Microsoft Office 2007.
-
Re: [Guide]Making a GrandChase server
-
Re: [Guide]Making a GrandChase server
i need help here about gameserver.exe, when i enter the game no channels appear and a Dialog box with question marks appear also. what could be the problem on my settings? thanks if someone help ^^
-
Re: [Guide]Making a GrandChase server
where can i find 'startal'l?
-
Re: [Guide]Making a GrandChase server
-
Re: [Guide]Making a GrandChase server
... DO I need to explain every error? Sigh. Those errors are not even technical ones.
THe startall.bat is found INSIDE the LightSQL folder.
The post above means that you made an entry in the characters column. You can read, can you not? The error is stated there. it says:
"Cannot insert duplicate key in dbo.Characters"
and it means that a column there is unique.
-
Re: [Guide]Making a GrandChase server
What should i do when a column is 'unique'?
-
Re: [Guide]Making a GrandChase server
Lol,
What do you mean unique?
-
Re: [Guide]Making a GrandChase server
configserver.lua~? i can't find it.
How do I edit main.exe with a HEX editor?
:*::*:
http://i516.photobucket.com/albums/u...ond/AAARGH.jpg
-
Re: [Guide]Making a GrandChase server
unique means that no other cells under that column contains the same value as it. In short, "walang kaparehas", "nada".
as for hexing, get yourself a hex editor, open your main.exe via your hex editor, and find "LoginServerIP" and edit the value there.
-
Re: [Guide]Making a GrandChase server
how do I fix the parameter error?
-
Re: [Guide]Making a GrandChase server
you need to be more informative than that. What do you mean?
Have you guys checked the other thread? that one's more updated than this.
-
Re: [Guide]Making a GrandChase server
-
Re: [Guide]Making a GrandChase server
you didn't run it via the start.bat file. Check the other thread I made. it's more updated.
-
Re: [Guide]Making a GrandChase server
wow thx man... i already finish to running server not for a day... this tutorial very easy to lead us making private server... gee
to shininggriver... thx for yours .xps tutorial guide anyway..
ask : can we run a client without start.bat?/ if klick main.exe then start.bat automaticly active.. thx
still waiting for data table season 2 GC XD
-
Re: [Guide]Making a GrandChase server
Shining,
I know the meaning of unique, but what I don't understand is his sentence :P.
http://i306.photobucket.com/albums/n...20Girls/28.gif
mebiggest,
no, do you have a problem w/ the .bat?
does your comp shut downs when opening?
http://i306.photobucket.com/albums/n...%20Girls/2.gif
-
Re: [Guide]Making a GrandChase server
@seraphiPod
shutdown ?, i dont have any difficult when i running sever/client.. till today
now i have a question... why the client crash today??.. yesterday still fine, i dont patched my client
did i had mistake ?, i have re-instal many times and no solution @_@; im using CZClient[BR]
-
Re: [Guide]Making a GrandChase server
about crash on client , that my mistaken on database ;p.. i put exp 999999 then client not running when i chosse server... (resolve)
-
Re: [Guide]Making a GrandChase server
Hey Guys,
Im not a comp geek ok? but you guys are! I downloaded the SQL server thingy but I cant see how can I install it...
it just extracted a bunch of files and I cant see the microsoft sql server management studio express thingy...
Please help me!~:blushing: