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

otui

  1. K

    OTClient Bossbar help with image scaling

    Hello I'm creating a bossbar that will be used for certain monsters in our server. I'm having issues when scaling the game window. The frame scales correctly and is an element of type UIWidget with size 356 x 68 (setting size scales down image correctly). However it's the type ProgressBar which...
  2. K

    create a new tooltip in .lua otclientv8

    I'm implementing a rarity system on my server, but for that, it seems I need to do everything from 0 (since I can't find it anywhere around) One of the things in the rarity system that I want to do, is also to put the item description for when I hover over it. I'm doing it based on what...
  3. K

    Topmenu bugging all

    I've been trying to solve this problem for about 5 hours and I finally decided to ask you for help... If I put the "20-topmenu.otui" in "styles" this happens: *note that the panel items are on the right and organized, but there is a black band around it, on the lower arrow, note that the...
  4. mar173

    [LIB] [FIXED] Grid Layout

    Why does not it stick together? All sides should be equal. Blue Green has more width than Blue Pink Orange Red. Where is problem? In my code or otclient? local cell_count = 0 local Row local Grid local Column Column = SDK_Class() function Column:__init(args, parent) self.rows = {}...
Back
Top