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!

Video Guide C9 - Server + Databases setup

Newbie Spellweaver
Joined
Jun 6, 2014
Messages
66
Reaction score
2




Thanks to lastfun and everyone who contributed to fix the files!

Game files and guide is provided here in the post:

https://forum.ragezone.com/f857/release-chs-c9-server-files-1067307/index15.html#post8528791

Started with a fresh VM and installed dotnet 4.0:
Microsoft Mssql Server here is a Link:



Select this Version: SQLEXPRWT_x64_ENU.exe on the following screen.

Here are the bat files used to update the odbc connection: Remember must run them as Administrator!




password rar client ??
 
Newbie Spellweaver
Joined
Dec 4, 2015
Messages
8
Reaction score
0




Thanks to lastfun and everyone who contributed to fix the files!



Game files and guide is provided here in the post:

https://forum.ragezone.com/f857/release-chs-c9-server-files-1067307/index15.html#post8528791

Started with a fresh VM and installed dotnet 4.0:
Microsoft Mssql Server here is a Link:



Select this Version: SQLEXPRWT_x64_ENU.exe on the following screen.

Here are the bat files used to update the odbc connection: Remember must run them as Administrator!




what's the password?
 
Junior Spellweaver
Joined
Dec 14, 2008
Messages
108
Reaction score
79
No Password.



I haven't been on here much. But I have been working on a project for this!

Juntoa - Video Guide C9 - Server + Databases setup - RaGEZONE Forums

Plain webpage with a few options!
Juntoa - Video Guide C9 - Server + Databases setup - RaGEZONE Forums

Login page
Juntoa - Video Guide C9 - Server + Databases setup - RaGEZONE Forums

User name along with characters stats level exp mana health. Also the map the character is in.
Juntoa - Video Guide C9 - Server + Databases setup - RaGEZONE Forums

Guild page and a few stats from database.
Juntoa - Video Guide C9 - Server + Databases setup - RaGEZONE Forums

Register page

This is the pre build I plan on adding some error capture in the code and fine tuning the interface.
Maybe add Gm Panel not sure yet!
This is my first website built from the ground up in Asp.net with c# backend.
I plan on releasing this when it it more stable!

User can change password on the password change page.
 
Newbie Spellweaver
Joined
Dec 4, 2015
Messages
8
Reaction score
0
No Password.



I haven't been on here much. But I have been working on a project for this!

Juntoa - Video Guide C9 - Server + Databases setup - RaGEZONE Forums

Plain webpage with a few options!
Juntoa - Video Guide C9 - Server + Databases setup - RaGEZONE Forums

Login page
Juntoa - Video Guide C9 - Server + Databases setup - RaGEZONE Forums

User name along with characters stats level exp mana health. Also the map the character is in.
Juntoa - Video Guide C9 - Server + Databases setup - RaGEZONE Forums

Guild page and a few stats from database.
Juntoa - Video Guide C9 - Server + Databases setup - RaGEZONE Forums

Register page

This is the pre build I plan on adding some error capture in the code and fine tuning the interface.
Maybe add Gm Panel not sure yet!
This is my first website built from the ground up in Asp.net with c# backend.
I plan on releasing this when it it more stable!

User can change password on the password change page.

bro when i extract your file 6G its saying passowrd
 
Junior Spellweaver
Joined
Oct 27, 2015
Messages
164
Reaction score
33
no need Game. only game pass?
you need first database and server setup.
 
Newbie Spellweaver
Joined
Dec 4, 2015
Messages
8
Reaction score
0


anyone have any idea about why i can put start
 
Newbie Spellweaver
Joined
Jun 27, 2006
Messages
95
Reaction score
17
i solved the problem using prompt and run the script


C:\>sqlcmd -E -S<ServerName> -d<dbName> -iD:\<inputfile>
Changed database context to '<dbName>'.
 
Back
Top