- Joined
- Nov 20, 2015
- Messages
- 5
- Reaction score
- 0
Can someone give a quick tut how to add items in the cash shop? and I'm having this error when opening the c9 rename tool made by lastfun. thanks



the truth gm authority is 7 not 6
did you can create character with auth 1 ?
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
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.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
If they cant create chars with auth lvl1 you have errors in mssql i tested it and it works with all except 0
Other question. Someone alredy try creat jumping characters?
you can create normal char ?
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
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.
To view the content, you need to sign in or register
can anyone translate this?