• 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!

[Tibia 8.6] Removing account data warning - need HEX address

mishida

New Member
Joined
Mar 1, 2020
Messages
24
Solutions
2
Reaction score
3
Hello,
I need to remove "Account Data Warning" beacuse I can't use god commands like "/i <itemid>".
Does anyone knows the hex address which i can search in tibia.exe and disable that annoying window?
 
Solution
You should consider changing account name because this warning is there for reason however if you want to disable it:
go to offset
Code:
0x24783
in hex editor(ctrl+g) and change
Code:
0x74
to
Code:
0xEB
Back
Top