Ok, well i'm kinda just getting the hang of this pserver stuff. So when someone wants to connect to my pserver with hamachi, what files would they need? Would they just be able to connect straight away when they launch it? Also is there a launcher i could use so when i modify things on my pserver there game will update too?
well if you only one who gone play then make the ip : 127.1.etc
in your dekaronserver\share\ channellist and loginlis
and in your dekaronclient\data\share\ channellist and loginlis
and also dekaronserver\all 4 folder
Session\confiure.ini
login\confiure.ini
cast\confiure.ini
dekaronserver\confiure.ini
bt if oyu want to host it
then take the ip of your hamtchi .
and post it in the same files too
i have a problem when i run a dbmon.i got error message
this > *CS* Extended Error Message: +CME ERROR: 22
and set roaming=false; constate=connected
what is that error? what can i do.
DBMON is not just for hosting a dekaron server, it monitors all PC activity, I sometimes keep it on even if I don't run my server, just to see what is going on. I think that is your PC's problem.
1. Open Enterprise Manager (Start -> Programs -> Microsoft SQL Server -> Enterprise Manager)
2. Go To Tools -> SQL Query Analyzer (Login With Your "sa" Password)
Code:
Use account;
Go
Insert Into [TBL_USER] Values ('09101410275532', 'ID', 'Password', 'E-Mail', 'Secret Answer', 'Secret Question')
Insert Into [USER_PROFILE] Values ('09101410275532','ID','Password','801011000000',' 1','0','Y','01/01/2006 00:00:00',null,null,null,'000')
(NOTE: 09101410275532 Must Be Changed Atleast 1 Digit Per Account Added This Way)
i need to change ID,Password,Email,secret answer, and secret question right?but i had some error...
(1 row(s) affected)
Server: Msg 2627, Level 14, State 1, Line 1
Violation of PRIMARY KEY constraint 'PK_USER_PROFILE'. Cannot insert duplicate key in object 'USER_PROFILE'.
The statement has been terminated.
1. Open Enterprise Manager (Start -> Programs -> Microsoft SQL Server -> Enterprise Manager)
2. Go To Tools -> SQL Query Analyzer (Login With Your "sa" Password)
Code:
Use account;
Go
Insert Into [TBL_USER] Values ('09101410275532', 'ID', 'Password', 'E-Mail', 'Secret Answer', 'Secret Question')
Insert Into [USER_PROFILE] Values ('09101410275532','ID','Password','801011000000',' 1','0','Y','01/01/2006 00:00:00',null,null,null,'000')
(NOTE: 09101410275532 Must Be Changed Atleast 1 Digit Per Account Added This Way)
i need to change ID,Password,Email,secret answer, and secret question right?but i had some error...
(1 row(s) affected)
Server: Msg 2627, Level 14, State 1, Line 1
Violation of PRIMARY KEY constraint 'PK_USER_PROFILE'. Cannot insert duplicate key in object 'USER_PROFILE'.
The statement has been terminated.
what is that error?
Double primary key, that in user_profile I think is user_id and user_no.
Change user_id and user_no.