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!

[RELEASE] CHS C9 Server Files

Status
Not open for further replies.
Newbie Spellweaver
Joined
Oct 31, 2015
Messages
19
Reaction score
2
Looks like there is a Break throw :D
Guys ,,
is anyone planning to create a tutorial or a Guide about how to create and configure the server files and client ?
 
Experienced Elementalist
Joined
Jan 21, 2015
Messages
235
Reaction score
202
it was ambiguous problem bt finally it work
thanks to everyone helped here
especially @lastfun
Divin3 - [RELEASE] CHS C9 Server Files - RaGEZONE Forums

Divin3 - [RELEASE] CHS C9 Server Files - RaGEZONE Forums

Divin3 - [RELEASE] CHS C9 Server Files - RaGEZONE Forums

Divin3 - [RELEASE] CHS C9 Server Files - RaGEZONE Forums

now just a little question
can i run it on public ip like Hamachi ?!
 
Last edited:
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Any1 tried to run the serverside in w8.1x64?

Tapatalk-kal küldve az én GT-I9300-el
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
[off]

just in case, still there is shitload file posted by various developer, i think everything usefull tool, patch, and important solution need to be in one post.
to roll over 19 pages and such of file with compare and read everything is pain in butt

in my opinion

[/off]
 
  • Like
Reactions: DNC
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
@lastfun
this query what you comment out is in c9world db / stored procedures?

my client stuck after login, its nothing happens no one a single error message, or something. even nothing shows on servers too. i think something messed up with my db
if i shut down the servers i gets server connection lost message in client
 
Experienced Elementalist
Joined
Jan 21, 2015
Messages
235
Reaction score
202
Hycker it happened to me sometimes , and i discovered its from RAM ,it was full .
anyway maybe its same with u


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

is there any c9t tool ?!
 
Elite Diviner
Joined
Apr 28, 2012
Messages
420
Reaction score
439
lastfun
this query what you comment out is in c9world db / stored procedures?

my client stuck after login, its nothing happens no one a single error message, or something. even nothing shows on servers too. i think something messed up with my db
if i shut down the servers i gets server connection lost message in client

no, no need comment db

if the screen freezes with a clean (without a window, "Connection"), the error is not in the database
1. check the game server (run he?)
2. === to all===
As far as i understand...
Game server can perform multiple functions. If you look at LMSConfig.DAT:
Code:
<Data>
	<Zone No>
		<Common>
			<ConnectDB Name="Unity".../>
			<ConnectDB Name="Service".../>
			<Server Param="ServerType=Auth ServerNo.../>
			<Server Param="ServerType=AuthBroker ServerNo.../>
			<Server Param="ServerType=MemCached ServerNo..." />
			<!-- this param will be applied for all game servers in this zone -->
			[COLOR="#808080"]<!--
				KeepAliveInterval : Fixed Value
				KeepAliveCheckThreshold : Max alive wait-time between client and server
				MaxSkillCountPerSec : Max skill count per second
				SpeedHackCheckThreshold : Max interval tick time between client and server
			-->[/COLOR]
			<Default Param...." />
		</Common>

		<World Param="ServerType=World ServerNo...">
			<Common>
				<ConnectDB Name="World".../>
				<ConnectDB Name="Log".../>
				<ConnectDB Name="Rank".../>
				<ContentSwitches.../>

				<!-- ITC_SERVER Connection Information -->
				<ChinaBilling.../>

				<!-- this param will be applied for all game servers in this world -->
				<Default Param...>
				<Default Param.../>
				<DailyReset TimeHour.../>
			</Common>
			[COLOR="#FF0000"]<!-- Lobby -->[/COLOR]
			<Server Param="ServerType=[COLOR="#0000FF"]Game ServerNo=1[/COLOR]...[COLOR="#EE82EE"]GameServerType=LOB[/COLOR].../>
			[COLOR="#FF0000"]<!-- Guild House -->[/COLOR]
			<Server Param="ServerType=[COLOR="#0000FF"]Game ServerNo=2[/COLOR]...[COLOR="#EE82EE"]GameServerType=GHS[/COLOR].../>
			[COLOR="#FF0000"]<!-- PVP -->[/COLOR]
			<Server Param="ServerType=[COLOR="#0000FF"]Game ServerNo=3[/COLOR]...[COLOR="#EE82EE"]GameServerType=PVP[/COLOR].../>
			[COLOR="#FF0000"]<!-- Fortune Survival -->[/COLOR]
			<Server Param="ServerType=[COLOR="#0000FF"]Game ServerNo=4[/COLOR]...[COLOR="#EE82EE"]GameServerType=CTS[/COLOR].../>
			[COLOR="#FF0000"]<!-- Arena -->[/COLOR]
			<Server Param="ServerType=[COLOR="#0000FF"]Game ServerNo=5[/COLOR]...[COLOR="#EE82EE"]GameServerType=NOR[/COLOR].../>
			[COLOR="#FF0000"]<!-- Channels -->[/COLOR]
			<Server Param="ServerType=[COLOR="#0000FF"]Game ServerNo=6[/COLOR]...[COLOR="#EE82EE"]GameServerType=NOR[/COLOR].../>
			<Server Param="ServerType=[COLOR="#0000FF"]Game ServerNo=7[/COLOR]...[COLOR="#EE82EE"]GameServerType=NOR[/COLOR].../>
			<Server Param="ServerType=[COLOR="#0000FF"]Game ServerNo=8[/COLOR]...[COLOR="#EE82EE"]GameServerType=NOR[/COLOR].../>
			
			<Server Param="ServerType=Auction ServerNo.../>
			<Server Param="ServerType=Relay ServerNo.../>
			<Server Param="ServerType=Community ServerNo.../>
			<Server Param="ServerType=Log ServerNo.../>
			<Server Param="ServerType=DataCache ServerNo.../>
			<Server Param="ServerType=Stun ServerNo.../>
		</World>
	</Zone>
</Data>

Several types of servers: Lobby=LOB; Guild House=GHS; PVP=PVP; Fortune Survival=CTS;Arena=NOR; Channels=NOR.
Thus, to enter the game, it is necessary to run Lobby & Channels, others do not necessarily (just not maps).
At the moment i do not run GHS, PVP, CTS, Arena because they take up computer resources.

- configuration in the LMSConfig.DAT and ServerBaseConfig.dat must be the same.
- numbering game servers must be in order.

A common mistake - runs only game server 1 and get a blank screen at the login.

for example (minimum start, only Lobby & Channel):

LMSConfig.DAT:
Code:
...
<!-- Lobby -->
			<Server Param="ServerType=Game ServerNo=1 IP=10.1.25.7 PublicIP=10.1.25.7 TcpPort=10501 ChannelNo=1 GameServerType=LOB MapKey=56 MaxUser=4000 Community=0 Auction=0 ChatLog=1 LogServer=1 DataCache=1 LogFile=1 LogConsole=1 LogLevel=8 Autoblock=0 Threshold=0 PcTradeThreshold=0 " />
			
			<!-- Channels -->
			<Server Param="ServerType=Game ServerNo=2 IP=10.1.25.7 PublicIP=10.1.25.7 TcpPort=10506 ChannelNo=1 GameServerType=NOR MapKey=10 MaxUser=500 Community=1 Auction=1 ChatLog=1 LogServer=1 DataCache=1 LogFile=1 LogConsole=1 LogLevel=8 Autoblock=0 Threshold=0 PcTradeThreshold=0 " />
...

ServerBaseConfig.dat:
Code:
...
<!-- Lobby -->
			<Server Param="ServerType=Game ServerNo=1 IP=10.1.25.7 PublicIP=10.1.25.7 TcpPort=10501 ChannelNo=1 GameServerType=LOB MapKey=56 MaxUser=4000 Community=0 Auction=0 ChatLog=1 LogServer=1 DataCache=1 LogFile=1 LogConsole=1 LogLevel=8 Autoblock=0 Threshold=0 PcTradeThreshold=0 " />
			
			<!-- Channels -->
			<Server Param="ServerType=Game ServerNo=2 IP=10.1.25.7 PublicIP=10.1.25.7 TcpPort=10506 ChannelNo=1 GameServerType=NOR MapKey=10 MaxUser=500 Community=1 Auction=1 ChatLog=1 LogServer=1 DataCache=1 LogFile=1 LogConsole=1 LogLevel=8 Autoblock=0 Threshold=0 PcTradeThreshold=0 " />
...

start_gs.bat:
Code:
start C9GameServer.exe 1
start C9GameServer.exe 2

result:



p/s/ while i writing a message, NaiWan ahead of me)
 
Experienced Elementalist
Joined
Jan 21, 2015
Messages
235
Reaction score
202
good job and good Note LastFun

hmmm wanna ask how can i give my char. GM permission ?
 
Experienced Elementalist
Joined
Jan 21, 2015
Messages
235
Reaction score
202
he had to be you
C9Unity->TblAccount->cAuthLevel=6

my account master is cAuthLevel=6
but when i use gm command nothing happened !
shouldn't i use it in chat ? or is there a special console window ?!
 
Elite Diviner
Joined
Apr 28, 2012
Messages
420
Reaction score
439
again about shop
shop is configured in mssql
C9Service ->
->TblShopMenuInfo
->TblShopProductDetailInfo
->TblShopProductInfo
there are a lot of fields, but almost all of them are intuitive, it is necessary to try to change something and see what happens
for example (price change item):
TblShopProductInfo-> column "cPrice" - displayed price (what we see in the store)
TblShopProductDetailInfo-> column "cPrice" - the real price (what will be debited from your account when you buy)
after edit need reboot worldserver
p.s. add point - C9World->TblPcInfo-> column "cWB"
need relogin account
 
Last edited:
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
Please post your questions inside the help section.
I notice that a lot of users post their errors in this thread. Warnings will be given out!
 
Experienced Elementalist
Joined
Jan 21, 2015
Messages
235
Reaction score
202
hmm , i think there is a little problem with English translation !
now in any shop view the price does not show it just like that

purchase price : gold

and it should be like :

purchase price : 30 gold

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

found new translation bug :(

Divin3 - [RELEASE] CHS C9 Server Files - RaGEZONE Forums


 
Last edited:
Newbie Spellweaver
Joined
Sep 11, 2015
Messages
77
Reaction score
42
hmm , i think there is a little problem with English translation !
now in any shop view the price does not show it just like that

purchase price : gold

and it should be like :

purchase price : 30 gold

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

found new translation bug :(

Divin3 - [RELEASE] CHS C9 Server Files - RaGEZONE Forums



Hi. here the fix for you. Extract in root client.

This fix almost all. items/items infos/ quests / skills infos/ nps buys and sells/
.

https://mega.nz/#!HFEy3QJC!RIi2dzwTV7kqJcFzgsj5_5QuUIIpbZSCYOVsl70fzBA

















I will try everything :D
 
CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,669
Reaction score
294
again,please can i have a clean guide with all the links in 1 single post..?its annoying to go through 20 pages
 
Status
Not open for further replies.
Back
Top