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

graphics in the store

Xarah

Member
Joined
Apr 18, 2018
Messages
48
Reaction score
8
Hello, I have a problem with graphics in the store. Most of the graphics work correctly, but a few of them have some strange glitches. They work fine when placed "on the ground," so it's probably not a graphics issue. I suspect it's something related to the store itself — does anyone have any idea?

wewe-ezgif.com-video-to-gif-converter.gif

TFS 1.4.2
OTCv8
 
I suspect it's something related to the store itself — does anyone have any idea?
Do you mean that "Sphere" and "Light" shake or there is a problem with reset of animation on "Terrarium Snake" in half of animation (it's probably .gif problem)?
Are that custom items (ex. imported from 12+ Tibia) or default 10.98 items?

OTCv8 'game_shop' module uses default UIItem widget to render item image:

Shaking may be somehow related to rendering 32x32 or 64x64 items in 48x48 area of that UIItem. OTC may do some 'centering' here and center different frames of animation to different positions on screen.
IDK what virtual: true attribute does to Item in .otui, but you can try to change it to false:

What OTCv8 do you use?
Last official .exe from GitHub - OTCv8/otclientv8: Clean, ready to use version of OTClientV8 - Alternative, highly optimized Tibia client (https://github.com/OTCv8/otclientv8) ?
or new OTAcademy version that you compiled yourself GitHub - OTAcademy/otclientv8: Mirror of official OTClientV8 (https://github.com/OTAcademy/otclientv8/) ?
 
  • It's about the light and the sphere shaking.
  • Some items are originally from version 10.98, while others are taken from higher versions.
  • As for OTCv8, I have the second version.
 
Back
Top