Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[2013] RaiderZ server files + databases + client = Bola

Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
Yes in teory needs a web api, it's send to your web api by POST and data is XML format. and web api must response to loginserver as XML data format.
don't forget to commented line that use method "$this->WriteLog(...);" it's write log to text file for debug post data or you create your own $this->WriteLog method.

This is a part of the conversation I had with jenose He can connect in Raiderzbr with her laravel's api, and he share her APIController, this apicontroller are in my unfinished laravel api, but i don't have more laravels knowledge... because this, the api it's unfinished.

My api can connect into db, but i don't know what I can do for runs with the client :((
 
Newbie Spellweaver
Joined
Jan 7, 2012
Messages
54
Reaction score
0
Did you fixed this error?

i have the same error here =/ any solution?

DB ERROR : DBTASK ID : 202200002, DB STATE : NUM(0), NativeErr:242, SQLSTATE[22007], StateInfo:[Microsoft][ODBC SQL Server Driver][SQL Server]A conversão de um tipo de dados varchar em um tipo de dados datetime resultou em um valor fora do intervalo.
 
Back
Top