Hello
I was put the right RSA to my OTserv and Client and all it's OK.
But now i edited the protocol in c++ the line:
"Only clients with protocol 8.54 can enter"
and I have a question when i change the:
to (my custom client v1.05)
Where i need to change it in Client ? (i mean what line in Hex editor or something)
I was put the right RSA to my OTserv and Client and all it's OK.
But now i edited the protocol in c++ the line:
"Only clients with protocol 8.54 can enter"
and I have a question when i change the:
#define CLIENT_PROTOCOL "854"
to (my custom client v1.05)
#define CLIENT_PROTOCOL "105"
Where i need to change it in Client ? (i mean what line in Hex editor or something)