Re: Dragonball Online Release Source
Quote:
Originally Posted by
xDarKyx
Since yesterday I'm able to use the whole server using only mysql. (AuthServer, CharServer and GameServer)
To everyone you should convert the mysql String (For Character's name) you got from the data base into a Wchar_t.
You can get the sql::SqlString without crash ?
Re: Dragonball Online Release Source
guys watch "StringHandler".h and .cpp maybe there you can find what you need.
Im really sure there must be some functions from NTL on to convert WCHAR and other strings.
- - - Updated - - -
http://s14.directupload.net/images/140616/myyzu984.jpg
conert WCHAR (username, password)
works perfect :)
Re: Dragonball Online Release Source
login function with database support done
http://www.youtube.com/watch?v=7yUMuqZrvfY
login check : username, password and if account is blocked
Re: Dragonball Online Release Source
Quote:
Originally Posted by
Daneos
I really like the block and active system, can you also make them temporarily? like you can block someone for an hour, day or a few minutes.
Re: Dragonball Online Release Source
Quote:
Originally Posted by
Crup
I really like the block and active system, can you also make them temporarily? like you can block someone for an hour, day or a few minutes.
startTimeBlock, endTime;
should be 1 function i think
Re: Dragonball Online Release Source
It should be unless it's a command used in-game.
Re: Dragonball Online Release Source
Quote:
Originally Posted by
ATIDOT3
startTimeBlock, endTime;
should be 1 function i think
Nah dude.. I do everything with the procedure function.. Much more clean and better
Quote:
app->db->prepare("CALL AuthLogin (? ,?, @acc_id, @result_code)");
app->db->setString(1, Ntl_WC2MB(req->awchUserId));
app->db->setString(2, Ntl_WC2MB(req->awchPasswd));
app->db->execute();
app->db->execute("SELECT @acc_id, @result_code");
app->db->fetch();
That is the whole query I use for the login
edit: but yes, I can do temp banns.. in status I make "temp" and then I do a check if it says "temp" then it will view the date and compare date with today. If temp bann ended, then the status will change to active(unbanned) and player can log in
Re: Dragonball Online Release Source
Keep it up guys loving the progress!! and for those of you bitching for this to come out be patient its not gonna come out in a month! its gonna take a while so be patient and have faith! DBO FOREVER!! Also gonna play this and DBOr
Re: Dragonball Online Release Source
dbor is shit dude.. They already work 8 month and still dont have much more than we have right now. So we can say, what we did few weeks they did in 5 month
Re: Dragonball Online Release Source
Of course we work good i'm here :star:.
Ok i go out XD. :creep:
Re: Dragonball Online Release Source
Thread restored @james deleted it for some reason.
Re: Dragonball Online Release Source
Quote:
Originally Posted by
Daneos
dbor is shit dude.. They already work 8 month and still dont have much more than we have right now. So we can say, what we did few weeks they did in 5 month
Try not to say things like this because flame will start and eventually this thread will be deleted for keeps. I guess, there are plenty of people here from DBOR.
Re: Dragonball Online Release Source
Im working right now on create character. Aftrer I finished with the char server I will post my newest source here.
Re: Dragonball Online Release Source
Quote:
Originally Posted by
MentaL
Thread restored @
james deleted it for some reason.
sorry guys, pressed the big red button
Re: Dragonball Online Release Source
Quote:
Originally Posted by
Daneos
Im working right now on create character. Aftrer I finished with the char server I will post my newest source here.
you'll have the same problem than me with the charname i think.
i'm doing the gameserver at the moment for make it compiling.
Fuck me with all the file i'm adding / modifying