• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Znote can't login to the game.

Soyer

Member
Joined
May 2, 2017
Messages
23
Reaction score
5
Hello.
I have compiled TFS 1.5 (12.85) ots with installed ZnoteAAC, web works, I can make account, login and create character, but I can't login to the game. I'm using OTIPChanger and original tibia 12. I changed client ip to http://127.0.0.1/login.php and this happen:

1321321.png

I can't even delete these %00% marks, everytime when I delete them in OTIPChanger they still appear.
I have downloaded 12.72 client with changed IP built, I can log in to my account in game but when I choose character there is information:

123123213.png

It's already second acc what I have installed, previously was Gesioracc but there were many errors after completed installation. I couldn't also log in to the game, because of the same errors.
 
It's ip changer fault, its filling with wrong bytes.
 
Now I tried to change ip in other way, I have opened client in Notepad++, changed RSA key, changed loginwebservice, counted letters and added "NUL". When I opening client icon is changing to:

86735ab5f0065a0af5152842f281f87e.png

with error:

94d6b7d742038605bcaeec46d3a7f662.png

in english: D:/ots/Tibia custom client 12/packages/Tibia/bin/client localhost is not a valid Win32 application.
 
Now I tried to change ip in other way, I have opened client in Notepad++, changed RSA key, changed loginwebservice, counted letters and added "NUL". When I opening client icon is changing to:

View attachment 64882

with error:

View attachment 64883

in english: D:/ots/Tibia custom client 12/packages/Tibia/bin/client localhost is not a valid Win32 application.

You broke the binary, remember to use replace insert mode when doing any binary modification. When changing protocol12 loginWebService urls, I think you can use space in notepad++ (just remember to be in replace mode by clicking on insert), since it is interpreted string. For older protocols where you configure domain/ips, you had to use the hex value 00 which represents null.
 
You broke the binary, remember to use replace insert mode when doing any binary modification. When changing protocol12 loginWebService urls, I think you can use space in notepad++ (just remember to be in replace mode by clicking on insert), since it is interpreted string. For older protocols where you configure domain/ips, you had to use the hex value 00 which represents null.

I don't know why it is not working, I have INS mode on during replacing, I've watched many tutorials doing exactly same things, but mine client changing icon somehow and same error still appearing...
 
After many tries, let's say I made a step forward, icon is not changing, I can run client edited client, but there is another error:

123123123.png

Client is freezed, the only one thing what I can do is just close it by task manager.
 
As Znote mentioned above, use INSERT mode while editing the client.

I just posted this in another post.

Skip even bothering with an ip-changer, it's dead for years ever since 8 series.
enter https://tibia.com
download their latest client
edit the client with notepad++
OBS!
while editing, make sure to use INSERT mode.
point it towards your login.php (Website) so http or https://youripordomain.com/login.php


If you're using znote acc, make sure to edit config.lua and config.php parts to match each other.
That's pretty much it. Now you have an client pointed towards your server
 
Back
Top