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!

C9 - General Help Thread

Elite Diviner
Joined
May 15, 2009
Messages
403
Reaction score
414
To those who have problem with SQL connectivity, if your C9 server and SQL server run in same machine no need to setup ODBC. Simply create another account in SQL logins (example: username c9) and make the account owner of all C9 database. Edit LMSConfig.DAT & ServerBaseConfig.DAT and put your created user (c9). That should solve the connectivity problem.

Addition info about GameServerType..
GBS = Guild Battle Server I think...
 
Experienced Elementalist
Joined
Jan 21, 2015
Messages
235
Reaction score
201
anyone know how to bring up this admin tool window ?
its embedded in C9.exe
but need some configuration
i saw in some old post in other forum
that its called from/admin command but it didn't happened to me

lastfun - C9 - General Help Thread - RaGEZONE Forums
 
Experienced Elementalist
Joined
Sep 13, 2014
Messages
232
Reaction score
85
To those who have problem with SQL connectivity, if your C9 server and SQL server run in same machine no need to setup ODBC. Simply create another account in SQL logins (example: username c9) and make the account owner of all C9 database. Edit LMSConfig.DAT & ServerBaseConfig.DAT and put your created user (c9). That should solve the connectivity problem.

Addition info about GameServerType..
GBS = Guild Battle Server I think...


lastfun - C9 - General Help Thread - RaGEZONE Forums



USER : c9
PASS : Tlskdls


still same sir

here is my LMSConfig
PHP:
<?xml version="1.0" encoding="utf-8" ?><LMSConfig>	<Region Code="101" ScriptVer="1" />	<LMS IP="127.0.0.1" Port="10900" AdminToolPort="21000" />	<GMS IP="127.0.0.1" Port="10001" />	<LogOutput File="1" Console="1" DebugWindow="1" Level="6" /></LMSConfig><!-- ServerType --><!-- 1: MemCached 2: Auth 3: AuthBroker4: World 5: Auction 6: Community 7: Game 8: Relay9: Log10: DataCache11: Stun--><!-- GameServerType --><!--0: Game1: pvp2: guild3: lobby--><Data>	<Zone No="1">		<Common>			<ConnectDB Name="Unity" ID="c9" Pass="Tlskdls" Address="127.0.0.1,1433" DBName="C9Unity" />			<ConnectDB Name="Service" ID="c9" Pass="Tlskdls" Address="127.0.0.1,1433" DBName="C9Service" />			<Server Param="ServerType=Auth ServerNo=1 IP=127.0.0.1 PublicIP=127.0.0.1 TcpPort=10721 LogFile=1 LogConsole=1 LogLevel=8 " />			<Server Param="ServerType=AuthBroker ServerNo=1 IP=127.0.0.1 TcpPort=10741 LogFile=1 LogConsole=1 LogLevel=8 " />			<Server Param="ServerType=MemCached ServerNo=1 IP=127.0.0.1 TcpPort=11211 " />			<!-- this param will be applied for all game servers in this zone -->			<!--				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			-->			<Default Param="KeepAliveInterval=3 KeepAliveCheckThreshold=30 MaxSkillCountPerSec=7 SpeedHackCheckThreshold=60" />		</Common>		<World Param="ServerType=World ServerNo=10 IP=127.0.0.1 TcpPort=10731 Name=World1 MaxUser=10 LogServer=1 LogFile=1 LogConsole=1 LogLevel=8 Autoblock=0 Threshold=0 PcTradeThreshold=0">			<Common>				<ConnectDB Name="World" ID="c9" Pass="Tlskdls" Address="127.0.0.1,1433" DBName="C9World" />				<ConnectDB Name="Log" ID="c9" Pass="Tlskdls" Address="127.0.0.1,1433" DBName="C9Log" />				<ConnectDB Name="Rank" ID="c9" Pass="Tlskdls" Address="127.0.0.1,1433" DBName="C9Rank" />				<ContentSwitches UseInGameShop="TRUE" UseCashStore="TRUE" UseNpcShop="TRUE" UsePersonalStore="TRUE" UsePcTrade="TRUE" UseMail="TRUE" UsePcWarehouse="TRUE" UseGuildWarehouse="TRUE" UseSpecialItem="TRUE" UseItemRepair="TRUE" UseItemEnchant="TRUE" UseItemPickup="TRUE" UseAutoBlock="FALSE" />				<!-- ITC_SERVER Connection Information -->				<ChinaBilling IP="127.0.0.1" Port="7100" SecondIP="127.0.0.1" SecondPort="8888" UserID="test" SecretKey="itc_client" />                  				<!-- this param will be applied for all game servers in this world -->				<Default Param="MaxMachineUser=2000 DailyInit=7 WeeklyInit=6,7"  />				<Default Param="ClassDisable=-1 MaxMachineUser=2000 DailyInit=7 WeeklyInit=6,7 ServerOneState=0 Dorian=0 HanRTA=0 SpeedServer=0 ServerEvent=0 GameGuard=1 AAS=0 NewCharacter=0 " />				<DailyReset TimeHour="7" TiredRate="150" ResurrectionCoin="5" SurvivalCoin="3" SurvivalFortuneModeCoin="10" NormalBoost="100" PcRoomBoost="100" PcRoomResurrectionCoin="0" />			</Common>			<!-- Lobby -->			<Server Param="ServerType=Game ServerNo=1 IP=127.0.0.1 PublicIP=127.0.0.1 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=127.0.0.1 PublicIP=127.0.0.1 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 " />									<Server Param="ServerType=Auction ServerNo=1 IP=127.0.0.1 TcpPort=10751 LogFile=1 LogConsole=1 LogLevel=8 " />			<Server Param="ServerType=Relay ServerNo=1 IP=127.0.0.1 PublicIP=127.0.0.1 TcpPort=10711 UdpPort=10711 MaxUdpPort=499 LogFile=1 LogConsole=1 LogLevel=8 " />			<Server Param="ServerType=Community ServerNo=1 IP=127.0.0.1 TcpPort=10791 LogFile=1 LogConsole=1 LogLevel=8 " />			<Server Param="ServerType=Log ServerNo=1 IP=127.0.0.1 TcpPort=10771 LogFile=1 LogConsole=1 LogLevel=8 " />			<Server Param="ServerType=DataCache ServerNo=1 IP=127.0.0.1 TcpPort=10761 LogFile=1 LogConsole=1 LogLevel=8 " />			<Server Param="ServerType=Stun ServerNo=1 IP=127.0.0.1 PublicIP=127.0.0.1 UdpPort=10781 LogFile=1 LogConsole=1 LogLevel=8 StunStage=1 StunSecondIP=127.0.0.1 StunSecondPort=10782 " />		</World>	</Zone></Data>
 
Junior Spellweaver
Joined
May 19, 2014
Messages
104
Reaction score
24
lastfun - C9 - General Help Thread - RaGEZONE Forums



USER : c9
PASS : Tlskdls


still same sir

here is my LMSConfig
PHP:
<?xml version="1.0" encoding="utf-8" ?><LMSConfig>    <Region Code="101" ScriptVer="1" />    <LMS IP="127.0.0.1" Port="10900" AdminToolPort="21000" />    <GMS IP="127.0.0.1" Port="10001" />    <LogOutput File="1" Console="1" DebugWindow="1" Level="6" /></LMSConfig><!-- ServerType --><!-- 1: MemCached 2: Auth 3: AuthBroker4: World 5: Auction 6: Community 7: Game 8: Relay9: Log10: DataCache11: Stun--><!-- GameServerType --><!--0: Game1: pvp2: guild3: lobby--><Data>    <Zone No="1">        <Common>            <ConnectDB Name="Unity" ID="c9" Pass="Tlskdls" Address="127.0.0.1,1433" DBName="C9Unity" />            <ConnectDB Name="Service" ID="c9" Pass="Tlskdls" Address="127.0.0.1,1433" DBName="C9Service" />            <Server Param="ServerType=Auth ServerNo=1 IP=127.0.0.1 PublicIP=127.0.0.1 TcpPort=10721 LogFile=1 LogConsole=1 LogLevel=8 " />            <Server Param="ServerType=AuthBroker ServerNo=1 IP=127.0.0.1 TcpPort=10741 LogFile=1 LogConsole=1 LogLevel=8 " />            <Server Param="ServerType=MemCached ServerNo=1 IP=127.0.0.1 TcpPort=11211 " />            <!-- this param will be applied for all game servers in this zone -->            <!--                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            -->            <Default Param="KeepAliveInterval=3 KeepAliveCheckThreshold=30 MaxSkillCountPerSec=7 SpeedHackCheckThreshold=60" />        </Common>        <World Param="ServerType=World ServerNo=10 IP=127.0.0.1 TcpPort=10731 Name=World1 MaxUser=10 LogServer=1 LogFile=1 LogConsole=1 LogLevel=8 Autoblock=0 Threshold=0 PcTradeThreshold=0">            <Common>                <ConnectDB Name="World" ID="c9" Pass="Tlskdls" Address="127.0.0.1,1433" DBName="C9World" />                <ConnectDB Name="Log" ID="c9" Pass="Tlskdls" Address="127.0.0.1,1433" DBName="C9Log" />                <ConnectDB Name="Rank" ID="c9" Pass="Tlskdls" Address="127.0.0.1,1433" DBName="C9Rank" />                <ContentSwitches UseInGameShop="TRUE" UseCashStore="TRUE" UseNpcShop="TRUE" UsePersonalStore="TRUE" UsePcTrade="TRUE" UseMail="TRUE" UsePcWarehouse="TRUE" UseGuildWarehouse="TRUE" UseSpecialItem="TRUE" UseItemRepair="TRUE" UseItemEnchant="TRUE" UseItemPickup="TRUE" UseAutoBlock="FALSE" />                <!-- ITC_SERVER Connection Information -->                <ChinaBilling IP="127.0.0.1" Port="7100" SecondIP="127.0.0.1" SecondPort="8888" UserID="test" SecretKey="itc_client" />                                  <!-- this param will be applied for all game servers in this world -->                <Default Param="MaxMachineUser=2000 DailyInit=7 WeeklyInit=6,7"  />                <Default Param="ClassDisable=-1 MaxMachineUser=2000 DailyInit=7 WeeklyInit=6,7 ServerOneState=0 Dorian=0 HanRTA=0 SpeedServer=0 ServerEvent=0 GameGuard=1 AAS=0 NewCharacter=0 " />                <DailyReset TimeHour="7" TiredRate="150" ResurrectionCoin="5" SurvivalCoin="3" SurvivalFortuneModeCoin="10" NormalBoost="100" PcRoomBoost="100" PcRoomResurrectionCoin="0" />            </Common>            <!-- Lobby -->            <Server Param="ServerType=Game ServerNo=1 IP=127.0.0.1 PublicIP=127.0.0.1 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=127.0.0.1 PublicIP=127.0.0.1 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 " />                                    <Server Param="ServerType=Auction ServerNo=1 IP=127.0.0.1 TcpPort=10751 LogFile=1 LogConsole=1 LogLevel=8 " />            <Server Param="ServerType=Relay ServerNo=1 IP=127.0.0.1 PublicIP=127.0.0.1 TcpPort=10711 UdpPort=10711 MaxUdpPort=499 LogFile=1 LogConsole=1 LogLevel=8 " />            <Server Param="ServerType=Community ServerNo=1 IP=127.0.0.1 TcpPort=10791 LogFile=1 LogConsole=1 LogLevel=8 " />            <Server Param="ServerType=Log ServerNo=1 IP=127.0.0.1 TcpPort=10771 LogFile=1 LogConsole=1 LogLevel=8 " />            <Server Param="ServerType=DataCache ServerNo=1 IP=127.0.0.1 TcpPort=10761 LogFile=1 LogConsole=1 LogLevel=8 " />            <Server Param="ServerType=Stun ServerNo=1 IP=127.0.0.1 PublicIP=127.0.0.1 UdpPort=10781 LogFile=1 LogConsole=1 LogLevel=8 StunStage=1 StunSecondIP=127.0.0.1 StunSecondPort=10782 " />        </World>    </Zone></Data>

make sure you set the proper role for user 'c9' to respective database.
 
Elite Diviner
Joined
May 15, 2009
Messages
403
Reaction score
414
anyone have .c9t editor?

---
any Chinese here? please translate the word inside the red box in this picture below..

 
Last edited:
Newbie Spellweaver
Joined
Sep 11, 2015
Messages
77
Reaction score
42
im litle desapointing with this CHI client. we real need full eng client. CHI have no skill voices . only whaaa or whoooo .. in eng client character say the skill name like "Fire Ball" "Tornado" "Meteor" and many many others. unfortly for C9Lovers this CHI client its real desapointing. Sory for my bd eng.
 
Junior Spellweaver
Joined
Apr 17, 2008
Messages
189
Reaction score
41
when you try to enter the map sometimes you get a error in gameserver9
2015/11/20 23:46:52 [ERR] - ItemInfo Error
2015/11/20 23:46:58 [ERR] - ItemInfo Error

from what i have seen the server files has the new character info there, the 6th continent, new 6th continent stages, items, survival instance
but the client doesnt have, when you apply the 12 patches you can see that it adds the 6th continent, a character, the 6th continent instances and some items for every race, also it changes the c9.exe file, after we apply the patches we still add the "old" c9.exe to connect to the server so the new changes are not there in the exe file
i think the exe needs to be cracked
 
Newbie Spellweaver
Joined
Nov 20, 2015
Messages
5
Reaction score
0
im litle desapointing with this CHI client. we real need full eng client. CHI have no skill voices . only whaaa or whoooo .. in eng client character say the skill name like "Fire Ball" "Tornado" "Meteor" and many many others. unfortly for C9Lovers this CHI client its real desapointing. Sory for my bd eng.

Likewise. even the server files and the item names are in CHI. You need to translate everything :3 I hope the admin of EpicC9 release his server files. lol

btw, anyone knows how to change exp, gold, drop rate? and how to add items in cash shop? That's the only to-do list for me. thanks
 
Experienced Elementalist
Joined
Jan 21, 2015
Messages
235
Reaction score
201
Likewise. even the server files and the item names are in CHI. You need to translate everything :3 I hope the admin of EpicC9 release his server files. lol

btw, anyone knows how to change exp, gold, drop rate? and how to add items in cash shop? That's the only to-do list for me. thanks
if you mean items in database c9resource ,then i want to told you that i sa that the c9resource database is useless and server doesnot read from it to be sure try to change its name and no error will be fired and the client will work as usual

about exp, gold, drop rate until now we still search bt maybe it fro gamedata.c9t or gamedata.c9d

i have release an sql query to translate current cash shop to english here is it
https://forum.ragezone.com/f857/release-chs-c9-server-files-1067307-post8531595/#post8531595

try digging on these table and u will know how to add new items :)
 
Newbie Spellweaver
Joined
Nov 20, 2015
Messages
5
Reaction score
0
if you mean items in database c9resource ,then i want to told you that i sa that the c9resource database is useless and server doesnot read from it to be sure try to change its name and no error will be fired and the client will work as usual

about exp, gold, drop rate until now we still search bt maybe it fro gamedata.c9t or gamedata.c9d

i have release an sql query to translate current cash shop to english here is it
https://forum.ragezone.com/f857/release-chs-c9-server-files-1067307-post8531595/#post8531595

try digging on these table and u will know how to add new items :)

I used your sql query before. and I checked those 3 tables. what im trying to find out is like this:
shop02_tap01K_C9_00014191Resurrection bookGP_C_COIN1002.01111e+0132.01111e+0132.01111e+013??????????????0015?NEW,R1NULL????25501100

that's the first row in TblShopProductInfo, where you can add items.
the only ID is K_C9_00014191, and the productname is Resurrection book.
I checked TblItemInfo in C9Resource and looked for that resurrection book. I found that name, however its itemid is different.
So how am I supposed to add an item without any reference from the TblItemInfo?
I'm trying to add an item and it doesnt show up in the cash shop. Hope you or someone can give me a quick tut. thanks
 
Experienced Elementalist
Joined
Jan 21, 2015
Messages
235
Reaction score
201
when a player use the abuse system where does the message go ?!
i looked for all tables and files but i can see it ?
also guild war system how to change its time from sunday at 00:00
 
Newbie Spellweaver
Joined
Jul 8, 2007
Messages
8
Reaction score
0
anyone have .c9t editor?

---
any Chinese here? please translate the word inside the red box in this picture below..



21971, [收费]哥布林仓库入场券,[surcharge] Goblin warehouse tickets.


23821, 被占领的守护者之塔入场券,occupied Guardian Tower tickets.
 
Newbie Spellweaver
Joined
Aug 23, 2015
Messages
16
Reaction score
3
How to enter hell / bardiel for solo? Not must full 4player.
 
Experienced Elementalist
Joined
Sep 13, 2014
Messages
232
Reaction score
85
what is authority for normal user sir ?

because i put it 1 so i cannot create character.

it popup "This content is currently unavailable."
 
Last edited:
Back
Top