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

Create custom client for 10.99

Axelor

Member
Joined
Sep 2, 2010
Messages
505
Reaction score
9
Does anyone know how to create a custom client so you redirect your domain name in it and people can open and directly play your ot with that client. It has to be for the version 10.99 (Skip update patch)
 
Solution
THIS ONLY WORK FOR 10.98

use this editor online.
HexEd.it - Browser-based Online Hex Editing
then upload the tibia.exe and make this changes to get rid off the update patch.

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

To change the Ip follow this thread.

Custom Client [8.6 - 10.XX]

if you gonna use custom client then use 10.98. (the current version of the oficial tfs)

why?

because the update 10.99 is only a minor update to add 3 new outfits and 3 new mounts to the store. (so is the same as 10.98)
Updates/10.99

And if you wanna add all the new stuff 11.0+ (new outfits...
AFAIK there is no way to avoid the update promt, seeing as Cip.... is trying to get everyone to use T..Ia 11.
Either convert a version of 11 to work with TFS (there are plenty of guides on OTLand)
Or accept it.

Edit;
Actually you might be able to get rid of that message, give it a try; Tibia 10.98 custom client

About creating a custom client, once again we even have a thread, so try this; https://otland.net/threads/custom-client-8-6-10-xx.212219/¨
 
THIS ONLY WORK FOR 10.98

use this editor online.
HexEd.it - Browser-based Online Hex Editing
then upload the tibia.exe and make this changes to get rid off the update patch.

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

To change the Ip follow this thread.

Custom Client [8.6 - 10.XX]

if you gonna use custom client then use 10.98. (the current version of the oficial tfs)

why?

because the update 10.99 is only a minor update to add 3 new outfits and 3 new mounts to the store. (so is the same as 10.98)
Updates/10.99

And if you wanna add all the new stuff 11.0+ (new outfits, mounts, sprites) to your client 10.98.
you can use the OBDexporter, and object builder. (ItemEditor) for the otb.
 
Solution
Back
Top