• 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 10.98 custom client

Kubakos

Well-Known Member
Joined
Mar 3, 2010
Messages
959
Solutions
2
Reaction score
51
Hello I've launched an server for tibia protocols 10.97 , 10.98 and 11.
When I made custom client based on tibia 10.98, when i log in to my account there is alltime an message to update client to tibia 11 version :

S3rIClM.png


When i click on cancel I can connect to my server. But this message is appearing all time and it's pretty anoying.
Does someone know how to fix it?
 
Solution
Actually you can get rid of this annoying message and I'm know 2 methods(require hex edit).

The first one is to instead of create window make it NULL:
Code:
Offset: 0x9FF55
Change: E8 D6 A2 03 00
To: B8 00 00 00 00

The second one is to get rid off event trigger that create this window(require more hex edits):
Code:
Offset: 0x261DC
Change: 6A 00 6a 00 6A 4D EB 26
To: 90 90 90 90 90 90 EB 2B

Offset: 0x27E52
Change: 6A 00 6A 01 6A 4D E8 F3 F5 16 00
To: 90 90 90 90 90 90 90 90 90 90 90
Actually you can get rid of this annoying message and I'm know 2 methods(require hex edit).

The first one is to instead of create window make it NULL:
Code:
Offset: 0x9FF55
Change: E8 D6 A2 03 00
To: B8 00 00 00 00

The second one is to get rid off event trigger that create this window(require more hex edits):
Code:
Offset: 0x261DC
Change: 6A 00 6a 00 6A 4D EB 26
To: 90 90 90 90 90 90 EB 2B

Offset: 0x27E52
Change: 6A 00 6A 01 6A 4D E8 F3 F5 16 00
To: 90 90 90 90 90 90 90 90 90 90 90
 
Solution
Actually you can get rid of this annoying message and I'm know 2 methods(require hex edit).

The first one is to instead of create window make it NULL:
Code:
Offset: 0x9FF55
Change: E8 D6 A2 03 00
To: B8 00 00 00 00

The second one is to get rid off event trigger that create this window(require more hex edits):
Code:
Offset: 0x261DC
Change: 6A 00 6a 00 6A 4D EB 26
To: 90 90 90 90 90 90 EB 2B

Offset: 0x27E52
Change: 6A 00 6A 01 6A 4D E8 F3 F5 16 00
To: 90 90 90 90 90 90 90 90 90 90 90

Working thanks you very much :)
 
Actually you can get rid of this annoying message and I'm know 2 methods(require hex edit).

The first one is to instead of create window make it NULL:
Code:
Offset: 0x9FF55
Change: E8 D6 A2 03 00
To: B8 00 00 00 00

The second one is to get rid off event trigger that create this window(require more hex edits):
Code:
Offset: 0x261DC
Change: 6A 00 6a 00 6A 4D EB 26
To: 90 90 90 90 90 90 EB 2B

Offset: 0x27E52
Change: 6A 00 6A 01 6A 4D E8 F3 F5 16 00
To: 90 90 90 90 90 90 90 90 90 90 90
do not work for my 10.98 string ot found any ideas?
Post automatically merged:

i can't find this on hex tibia 10.98 help!
 
Last edited:
Actually you can get rid of this annoying message and I'm know 2 methods(require hex edit).

The first one is to instead of create window make it NULL:
Code:
Offset: 0x9FF55
Change: E8 D6 A2 03 00
To: B8 00 00 00 00

The second one is to get rid off event trigger that create this window(require more hex edits):
Code:
Offset: 0x261DC
Change: 6A 00 6a 00 6A 4D EB 26
To: 90 90 90 90 90 90 EB 2B

Offset: 0x27E52
Change: 6A 00 6A 01 6A 4D E8 F3 F5 16 00
To: 90 90 90 90 90 90 90 90 90 90 90
I do this and Otchanger ip cant open tibia and i cant login in any ot...
 
Last edited:
Any Good suggetion of hex editor? i tried to edit my tibia client file but its "only read" and i cant change it :( help please
 
Back
Top