C9 - General Help Thread

guys i still have the epicc9 files + patch since it closed , is there a way to make them work somehow?
 
alright i'll try to upload, my network is really crap, it will take 1.5 day to upload . but when its done i'll send it to you , btw add me on skype: zzstunngamerzz

best internet in the world '-' >
 
Last edited:
alright i'll try to upload, my network is really crap, it will take 1.5 day to upload . but when its done i'll send it to you , btw add me on skype: zzstunngamerzz

best internet in the world '-' >

I thought you mean you have a server files. XD



 
alright i'll try to upload, my network is really crap, it will take 1.5 day to upload . but when its done i'll send it to you , btw add me on skype: zzstunngamerzz

best internet in the world '-' >

I will love you if that true
 
so , you guys think that is there a way to update the database plus the client to try to host the epicc9 files or no way?
cuz if no, then i'm losting my time to update the client files .
 
so , you guys think that is there a way to update the database plus the client to try to host the epicc9 files or no way?
cuz if no, then i'm losting my time to update the client files .

Just upload an we will ser we can do. Nothing we make is a wast off time. Only trying we can have sucess my friend
 
alright dude . Just wait till i finally finish uploading it cuz , well as you saw on the print , network here sucks .
 
can anyone create character with authlvl1 ? i cant create char with authlvl1 dont know why

Yes, just make sure you have 1 in quotes to parse it as a string. I'm playing it as a player (1) as well :).

Code:
USE [C9Unity]
GO
INSERT INTO Auth.TblAccount([cAccId], [cPassword], [cAuthLevel])
VALUES ('player', 'player', '1');
 
Yes, just make sure you have 1 in quotes to parse it as a string. I'm playing it as a player (1) as well :).

Code:
USE [C9Unity]
GO
INSERT INTO Auth.TblAccount([cAccId], [cPassword], [cAuthLevel])
VALUES ('player', 'player', '1');

in game i cant create character.



Yes, just make sure you have 1 in quotes to parse it as a string. I'm playing it as a player (1) as well :).

Code:
USE [C9Unity]
GO
INSERT INTO Auth.TblAccount([cAccId], [cPassword], [cAuthLevel])
VALUES ('player', 'player', '1');

when i create character this word is appear "This Section is not available"
 
Last edited:
i get this error whenever i click on the start.bat, how can i fix it?
Untitled2 - C9 - General Help Thread - RaGEZONE Forums
 
Back