Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home/iano/public_html/tpforums-vb5/forum/includes/class_core.php on line 5842

PHP Warning: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 588

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 612

PHP Warning: Use of undefined constant archive_postsperpage - assumed 'archive_postsperpage' (this will throw an Error in a future version of PHP) in ..../archive/index.php on line 456
C++ Login Server Error! [Archive] - Forums

PDA

View Full Version : C++ Login Server Error!



Webo
03-03-2015, 02:52 PM
Hello ALL! Im he problem im compile THIS TFS Source Code (https://github.com/otland/forgottenserver/tree/master/src)
Im Update protocol game to 10.58 and Work Perfect!
Im update to 10.70 compile succes and im login to server have this Error
http://i.imgur.com/Kn2VhiA.png
Meaby protocol login Bytes change?
This Is protocol login cpp:
https://github.com/otland/forgottenserver/blob/master/src/protocollogin.cpp
This Protocl cpp
https://github.com/otland/forgottenserver/blob/master/src/protocol.cpp
And Conection:
https://github.com/otland/forgottenserver/blob/master/src/connection.h
How to change Bytes Protocol Login ?? Need HELP PLZ

Casky
03-03-2015, 06:19 PM
This Tibia error is about the server offline, are you sure you are at least reaching the login server?

I dont know about these errors, but if you are sending a wrong login packet I GUESS that you would get a different error message, not sure tbh.

Webo
03-04-2015, 10:14 AM
Yea Bro Is tibia error but server ONLINE! im login 10.58 work :D im login 10.70 error disconect login server How to decompile tibia cilent 10.71?

Casky
03-04-2015, 01:46 PM
The login packet changed after the Token auth, if I remember, Jo3 talked about that somewhere in this forum.

Edit: Just found it: http://tpforums.org/forum/threads/6211-Changes-to-Outgoing-Login-Packet-10-7x

Webo
03-04-2015, 01:51 PM
ok but what was the old logging package I do not know who is responsible for this pakeit and how to replace it

Casky
03-04-2015, 05:00 PM
Check TibiaAPI's source code, I guess that the login packet didn't change until 10.7X, so the old structure should be the same, and the new one is in the link above, you must check your server source code and change to the new structure, I guess that's it, not sure if you have to do more changes, I'm new in this thing.

Webo
03-05-2015, 11:52 AM
No work idk :(