• 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 Samuel Bili

  1. S

    OTClient window size

    I want to know the size of the otclient window, I tried using g_window.getWidth(), but even resizing the window the result remains the same.
  2. S

    UIButton

    which files? sorry I'm new to otclient
  3. S

    UIButton

    Where can i find the otui variables?
  4. S

    UIButton

    I fixed it but now this error appears teste.lua function init() mainWindow = nil mainButton = nil mainWindow = g_ui.displayUI('teste.otui') mainWindow:hide() connect(g_game, { onGameStart = show, onGameEnd = hide }) end function...
  5. S

    UIButton

    I created a button, but when I call the function mymodule:recursiveGetChildById('test'), it returns a nil value. teste.lua function init() mainWindow = nil mainButton = nil mainWindow = g_ui.displayUI('teste.otui') mainWindow:hide() connect(g_game, {...
  6. S

    Problem to show window

    How to reload the module by script? 1633478558 I searched the sources and found "g_modules", now just the first question, how to make the window only appear when you have a result in Opcode.
  7. S

    Problem to show window

    I'm having trouble showing the window only when I get the Opcode buffer, only when I get a result from the buffer do I want to show the window. Here's my code: local mymodule local Opcodes = 100 local healthBar = nil local manaBar = nil function init()...
  8. S

    Otclient module

    I created a module, but I don't know how to get it to start when logging into OTC, if anyone can help me.
Back
Top