I have changed it != wasnt needed anyways.Quote:
Aha oke but do you run your gameserver in debug mode cuz i'm also having problems with a program in debug mode to read .txt files
and silkroad doesn't have a default login you have to create one in the users table
Well I don't have any suggestion(cuz I don't know much about opcodes. I'm still trying to figure out how those things work and how i can write a packet reader in c++) but I have a little question. In the Private.cs about line 86 there is this query:
does this one work for you or did you changed it? cuz i'd to change it to 'deleted = 0'Code:MsSQL ms = new MsSQL("SELECT TOP 4 * FROM karakterler WHERE account='" + name + "' AND deleted != '1'");
You can disable with 0 as you said above aswell
but since i just wanted to continue developing i did
Code:
MsSQL ms = new MsSQL("SELECT * FROM karakterler WHERE account='" + name + "'");
Currently checking for item equipped on character screen etc.
While i wait until the server is up so i can start sniffing
[Only registered and activated users can see links. Click Here To Register...]