Arnie can you help me with my error?
I could say maybe you need to link with NtlCore.lib but maybe its better you learn about pointers classes and other basic stuff and start with a open source project which compiles and works out of the box and start to change things in it and find out why it stops working
- - - Updated - - -
Ohw, I didn't see it was red
But, i put NtlCore.lib and send me more errors.
When i see all the work to do for gameserver ....
I have GameServer, before i can compile it, but now i have change somethinks.
yes but it's a virtual gameserver if i can say.
I realized I had made good progress.
yeah ! i can access to the loading screen ! than game crash.
- - - Updated - - -
just successfuly connected ingame then UG_CHAR_READY_FOR_COMMUNITY_SERVER_NFY make me crash server
Yes, i don't know what i do wrong.
I use YOUR sources.
But i change it.
- - - Updated - - -
@Arnie36
i have this problem, can you help me with that?
Code:Error 5 error LNK2019: símbolo externo "public: __thiscall RWS::CEventId::CEventId(void)" (??0CEventId@RWS@@QAE@XZ) sin resolver al que se hace referencia en la función "void __cdecl RWS::`dynamic initializer for 'ERROR_NOT_A_VALID_MESSAGE_ID''(void)" (??__EERROR_NOT_A_VALID_MESSAGE_ID@RWS@@YAXXZ) C:\source\NtlLib\Server\GameServer\GameServer.obj GameServer
For your insert into character, what have you use for unsigned char ?
my create character function
app->db->prepare("CALL CharCreate (?,?,?,?,?,?,?,?, @charId, @wResultCode)");
app->db->setString(1, Ntl_WC2MB(req->awchCharName));
app->db->setInt(2, req->byRace);
app->db->setInt(3, req->byClass);
app->db->setInt(4, req->byGender);
app->db->setInt(5, req->byFace);
app->db->setInt(6, req->byHair);
app->db->setInt(7, req->byHairColor);
app->db->setInt(8, req->bySkinColor);
//app->db->setInt(9, req->byBlood);
I still need to find a good way to get the account id..