• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

C++ TFS 1.3 (8.60) – How to Fix Outfit Crashes in Official Client?

srhrich

Member
Joined
Jul 29, 2012
Messages
236
Reaction score
23
Hi,


I’m trying to get the official Tibia 8.60 client to work with this source:
[8.6] [TFS1.3] Alkurius Global & Coustom (https://otland.net/threads/8-6-tfs1-3-alkurius-global-coustom.273912/)


The problem is that the client always crashes when players open the Set Outfit window — especially if the outfit is a retro outfit or any outfit that doesn’t exist in 8.60.


My question:
👉 Is it possible to add support for these outfits to the official 8.60 client, or do I have to rely on OTClient?
👉 Would replacing the .dat and .spr files be enough, or not possible at all?


Technical note (my understanding so far):


  • The 8.60 client executable only knows about the outfits and IDs that existed in 8.60.
  • Even if I replace the .dat and .spr files, the client won’t recognize newer outfit IDs → crash.
  • To make it work in 8.60, I would need to modify the client itself and inject new outfit definitions (which is advanced).
  • OTClient, on the other hand, seems much easier because it supports custom outfits and sprites without crashing.

I’d like to make the official 8.60 client work (so people can still use Elfbot), but if that’s not realistically possible, I’d like to know before I waste more time.


Thanks in advance!
 
i in fact you can add more outfit but it has a limit. in order to add them you need to edit outfits.xml add match outfit ids with yours sprites, the limit without crashing are two more outfits otherwise you need a dll

you can use this
 
Back
Top