How can I get packet size (in bytes) of Tibia client ? ( 10.10 / 10.00 / 10.98 )
not sure what you mean by 'death'
Sorry i mean I WANNA SEND LOGIN-PACKETS to the SERVER, not the Client. The servers require an RSA encrpyted data from the "client", so in this case I am goign to be that "client".
How can I get packet size (in bytes) of Tibia client ? ( 10.10 / 10.00 / 10.98 )
Can you explain abit better?
Do you want all the bytes sent in all the packages to be bytes? Most likely not posible atleast not if you wanna re-send them to the client.
All package header are bytes ex; forgottenserver/protocolgame.cpp at master · otland/forgottenserver · GitHub
Are you trying to get "death" working like this one from real tibia, without disconnecting?yes, i am trying to re-send the LOGIN-PACKETS to a client with protocol 10.00 & client 10.10.
not sure what you mean by 'death'Are you trying to get "death" working like this one from real tibia, without disconnecting?
Sorry i mean I WANNA SEND LOGIN-PACKETS to the SERVER, not the Client. The servers require an RSA encrpyted data from the "client", so in this case I am goign to be that "client".Can you explain abit better?
Do you want all the bytes sent in all the packages to be bytes? Most likely not posible atleast not if you wanna re-send them to the client.
All package header are bytes ex; forgottenserver/protocolgame.cpp at master · otland/forgottenserver · GitHub
not sure what you mean by 'death'
Sorry i mean I WANNA SEND LOGIN-PACKETS to the SERVER, not the Client. The servers require an RSA encrpyted data from the "client", so in this case I am goign to be that "client".