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

Search results

  1. Helliot1

    Lua "attempt to index a nil value"

    Bump
  2. Helliot1

    Lua "attempt to index a nil value"

    Hello guys, I have been trying for a few days to solve a mistake, but it is impossible for me. I need the help of you who understand this better than me!! Where am i going wrong? I got this error on my OtClient: ERROR: lua function callback failed: LUA ERROR: /corelib/util.lua:56: attempt to...
  3. Helliot1

    WASD Mode on OtClient

    How can I turn this button on using a button on another module? Example, I have a Module_Actions, and inside have a button Fight Mode. How can this button activate the Ctrl F ? I tried this, but don't work: Actions.otui CheckBox2 id: toggleChat !text: tr('Fightmode')...
  4. Helliot1

    OTClient Call other module

    I need call a other module in a function. I tried this, but don't work. How I can do this ? consoleToggleChat = modules.game_actions.consolePanel:getChildById('toggleChat')
  5. Helliot1

    OTClient Module (a nil value)

    Thanks, this solve my problem, but the window don't open. :(
  6. Helliot1

    OTClient Module (a nil value)

    I don't found anything wrong in lua... local aboutWindow function init() aboutWindow = g_ui.displayUI('about') aboutWindow:open() aboutWindow:disableResize() aboutWindow:setup() end function terminate() aboutWindow:destroy() end function toggle() if aboutWindow:isVisible() then...
  7. Helliot1

    OTClient Module (a nil value)

    Hello everybody, I have a error in my terminal, and I can't get solve this. Terminal ERROR: protected lua call failed: LUA ERROR: /client_entergame/entergame.otui:142: [@onClick]:2: attempt to index field 'client_about' (a nil value) stack traceback: [C]: in function '__index'...
  8. Helliot1

    TFS 1.X+ Hide creature on batlelist

    It will hide all monsters in battlelist.
  9. Helliot1

    TFS 1.X+ Hide creature on batlelist

    Paste into your Battle.Lua battleWindow = nil battleButton = nil battlePanel = nil filterPanel = nil toggleFilterButton = nil lastBattleButtonSwitched = nil battleButtonsByCreaturesList = {} creatureAgeList = {} mouseWidget = nil sortTypeBox = nil sortOrderBox = nil hidePlayersButton = nil...
  10. Helliot1

    OTClient Help to create a BUTTON!!

    I've never seen in OTClient, a button where you can click the "next" or "back" and it will set an option. And when I click the next button, it goes to the next option. Like that: I would like to know if this exists? And if it does not exist, if anyone can help me, give me some information on...
  11. Helliot1

    Lua ConsoleToggleChat a nil value

    Bump
  12. Helliot1

    Lua ConsoleToggleChat a nil value

    bump...
  13. Helliot1

    Lua ConsoleToggleChat a nil value

    This not works, my otmod is like ur otmod. Module name: game_actions description: Manage actions window author: Helliot website: http://www.thelastempire.net sandboxed: true autoload: true autoload-priority: 1000 scripts: [ actions ] @onLoad: init() @onUnload: terminate()
  14. Helliot1

    Lua ConsoleToggleChat a nil value

    bump...
  15. Helliot1

    Lua ConsoleToggleChat a nil value

    Somebody can help me please?!
  16. Helliot1

    [USA] ZezeniaOnline [RPG] [Custom 100%] | Content Updates

    This is my server!! Soon I'll release it, I think this month.
  17. Helliot1

    [USA] ZezeniaOnline [RPG] [Custom 100%] | Content Updates

    I do not think Zezenia was sold. I just think it's a marketing, just to make some money... If you want to play something like Zezenia, I recommend seeing my server.
  18. Helliot1

    Lua ConsoleToggleChat a nil value

    BUMP!
  19. Helliot1

    Lua ConsoleToggleChat a nil value

    This is not working... :(
  20. Helliot1

    Lua ConsoleToggleChat a nil value

    I create a button in other module, to connect with my Console module, but I can't make this work.. The line 170 is " if consoleToggleChat:isChecked() then" I get this error on my OtClient ERROR: protected lua call failed: LUA ERROR: /game_console/console.lua:170: attempt to index global...
Back
Top