C9 - General Help Thread

the truth gm authority is 7 not 6

thanks you
can use command /notice

lastfun - C9 - General Help Thread - RaGEZONE Forums
 
did you can create character with auth 1 ?

no. i can't





Auth = 0 can't connect to server
Auth = 1 Can't Create Character
Auth = 2 Can't Create Character
Auth = 3 Can't Create Character
Auth = 4 Can't Create Character
Auth = 5 Can Create Character And Use a Command
 
Complete Job ID

Code:
0 = Fighter
3 = Hunter
1 = Shaman
4 = Witch Blade


5 = Elite Fighter
6 = Elite Shaman
8 = Elite Hunter
9 = Elite Witchblade


10 = Guardian
11 = Blademaster
12 = Warrior
13 = Pragon Defender
14 = Blade Emperor


15 = Destroyer
16 = IIlusionist
17 = Elementalist
18 = Taoist
19 = Cipher


20 = Elemental Empress
21 = Arbiter


30 = Scout
31 = Crimson Phantom
32 = Wind Sweeper
33 = Firebrand
34 = Warden
35 = Slayer
36 = Nightstalker
37 = Amphitrite
38 = Punisher
39 = Ren Eretique


43 = Berserker
49 = Shadow
51 = Gunslinger
55 = Demonisher
57 = Reaperess
61 = Bladedancer
64 = Deathdealer


65 = IIiphia Rose
66 = Blood Thief
67 = Crow
68 = Gear Executor
69 = Soulreaper


70 = Mystic
 
If they cant create chars with auth lvl1 you have errors in mssql i tested it and it works with all except 0
 
If they cant create chars with auth lvl1 you have errors in mssql i tested it and it works with all except 0
My mssql restore dont give me erros in restore and i have the same problme to. maby its becuse is in local ip. i will try with external ip and feedback.
 
you can create normal char ?

no i cant..

error message "This content is corrently unavaible".

have no mssql error and no server error. i this is only thing defenition..



I descovery where is the error. but i dont know fix for now. the error of creating character is in the Upgrade server/client.

If you use clean server and client with no upgrades you can creat characters with lvl 1 rights.
 
i need some help to set the server for internet, need to know exactly wich ips i need to replace in LMSConfig and ServerBaseConfig... also what to do to turn on bridge mode, and what it means " change all 127.0.0.1 from server config to external ip. " its only in LMSConfig, ServerBaseConfig, start_max.ba and sql or im missing something?
 
About promotional character.

I discovery where we can add promotional character and quanty of characters we can add per account.

So use this query.

Code:
USE [C9World]


UPDATE [Game].[TblAccInfo]
   SET [cAccNo] = 1 --your account id
      ,[cAddPcMaxSlot] = 10 --quanty of characters can be created per account
      ,[cWorldJumpingCharacterCnt] = 16 --quanty off the promotional characters can be created
 WHERE [cAccNo] = 1 --your account id
GO

But when we try creat promotional char we receive error.

I hope some good guy in this forum help us to fix that.
 
Last edited:
About promotional character.

I discovery where we can add promotional character and quanty of characters we can add per account.

So use this query.

Code:
USE [C9World]


UPDATE [Game].[TblAccInfo]
   SET [cAccNo] = 1 --your account id
      ,[cAddPcMaxSlot] = 10 --quanty of characters can be created per account
      ,[cWorldJumpingCharacterCnt] = 16 --quanty off the promotional characters can be created
 WHERE [cAccNo] = 1 --your account id
GO

But when we try creat promotional char we receive error.

I hope some good guy in this forum help us to fix that.


maybe server data and client is not match properly
 
Last edited:


can anyone translate this?

该授权文件的机器码与本机不匹配
本机机器码 yk/BrQAIAgABD2EA4EBLEl
( 按CTRL + V粘帖)

The authorization file with the native machine code does not match
Native machine code yk / BrQAIAgABD2EA4EBLEl
(Press CTRL + V to paste)
 
Back