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

Recent content by Gengo

  1. G

    Lua [8.6] attempt to call global 'getTileThingByPos'

    The error message says that there is no such function on your server, check if you have added it to luascripts.cpp
  2. G

    OTClient Vertical Progress Bar

    Change the Y axis function UIVerticalProgressBar:updateBackground() if self:isOn() then local width = self:getWidth() - self.bgBorderRight - self.bgBorderLeft local height = math.round(math.max((self:getProgress() * (self:getHeight() - self.bgBorderBottom - self.bgBorderTop)), 1))...
  3. G

    OTClient Callout does not center

    modules/game_console search for Highlighted Text
  4. G

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    It's not a picture, it loads in real time as the map explores
  5. G

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    ActionBar VipList e AutoLoot Minimap 3d
  6. G

    Add Position Widget

    Hello everyone I would like to know how I can set the position of a widget, just like StaticText, doing this: g_map.addThing (widget, g_game.getLocalPlayer (): getPosition (), -1) I know this way I can not because addThing does not accept widget. Excuse me if it was not clear what I want, but I...
  7. G

    OTClient - PopMenu Trade Market

    Could someone help me with the following code: I'm trying to do a trade market, when the player right click on npc appears in the popMenu list the Trade Market option, but in this way I'm trying to do I'm not getting results, I've tried in other ways, but with no success.
Back
Top