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

Debug when add new outfits

Erexo

Kage
Premium User
Joined
Mar 27, 2010
Messages
741
Solutions
5
Reaction score
194
Location
Pr0land
GitHub
Erexo
Hello guys,
i have big problem, i add new outfits to my tibia.spr, everything works fine, i see that outfit correctly etc,
but some players have debug when they saw that outfit (about 1/4 players).
They have the same client etc, sometimes have debug, sometimes dont, so i dont understand where the problem is...

Here is screenshot from debug reporting:
HiEenDTQR.jpg

Please help me, its very important to me.
 
If there are only some players having that debug , They imo have another tibia client. Try to ask them to download again ur client , make it sure they are using the right one.
 
Last edited:
outfit.h I think

you need to edit this part:
Lua:
#define OUTFITS_MAX_NUMBER 25

change it to whatever you want, also on constant.lua you should add the outfits here:
Lua:
maleOutfits = {128, 129, 130, 131, 132, 133, 134, 143, 144, 145, 146, 151, 152, 153, 154, 251, 268, 273, 278, 289, 325, 328, 335}
femaleOutfits = {136, 137, 138, 139, 140, 141, 142, 147, 148, 149, 150, 155, 156, 157, 158, 252, 269, 270, 279, 288, 324, 329, 336}

I think that should be enough, if it's not post here and I'll post something more detailed.
 
Back
Top