otland / otclient

An alternative tibia client for otserv written in C++11 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to customize
https://docs.otland.net
Other
54 stars 22 forks source link

Monster Outfits Bugged #2

Open theshibbies opened 5 years ago

theshibbies commented 5 years ago

Using latest TFS and OTC, these outfits are bugged out when idled, the issue seems to only persist with client 10.98.

It is happening because the idle is 32x32 while the walking is 64x64, so you have to edit the spr/dat so that they both are the same dimensions then the bug will be fixed. This bug also seems to crash my client.

outfit_bug

DSpeichert commented 5 years ago

Edit the spr/dat? We don't have those in the repo, so it's not something we can edit. There must be some other fix then.

theshibbies commented 5 years ago

It is something that can by fixed by editting the spr/dat. But I assumed it must be something to do with creatures internalDrawOutfit function or along those lines since it's not being able to compensate for the idle size being different than the walking.