• 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

    Npc Lua Error

    Please close this thread
  2. Helliot1

    How to change loot description

    We got it! 😁 const std::string& name = (item ? item->getName() : it.name); if (!name.empty()) { s << (item ? item->getPluralName() : it.getPluralName()) << ' '; if (it.stackable && subType > 1) { if (it.showCount) { s << "(" << subType << ")"...
  3. Helliot1

    How to change loot description

    But this is only for the article or I can change for this "gold pieces (4), egg (2)" ?
  4. Helliot1

    How to change loot description

    Need help to change my loot description.. I'm using otx3 8.60... I found this "ss << nameDescription << " dropped " << corpse->getContentDescription() << ".";" I want to change the content description... Currently its like "a swarm dropped 4 gold pieces, 2 egg." and I want to change for "A...
  5. Helliot1

    Help with loot description.

    You need find this file data/creaturescripts/scripts/others/boss_reward_chest.lua Search and remove it! if con.player and con.score ~= 0 then local lootMessage = ("The following items dropped by %s are available in your reward chest: %s"):format(creature:getName()...
  6. Helliot1

    Lua Scrollbar

    Need help please.
  7. Helliot1

    Lua Scrollbar

    Hello Slavi, thank you very much for helping me!! I did it right? Because it didn't work :( abilities.otui MiniWindow id: abilitiesWindow height: 50 !text: tr('Abilities') &save: true InsideWindow id: InsideWindow2 image-border: 2 size: 132 20 anchors.top: parent.top...
  8. Helliot1

    Lua Scrollbar

    I need put a scrollbar on these 2 tabbar (Skills and Talents), but I want that scrollbar appears on the main window (abilities). Somebody have any idea how I can do it ? I already tried put a scrollbar on abilities window, to control skills and talents window, but it don't works because they...
  9. Helliot1

    Fightmode Button

    ERROR: protected lua call failed: LUA ERROR: /game_actions/actions.lua:32: attempt to index global 'buttonChat' (a nil value) stack traceback: [C]: in function '__index' /game_actions/actions.lua:32: in function 'ligaChat' /game_actions/actions.otui:69: [@onCheckChange]:2: in...
  10. Helliot1

    Fightmode Button

    I only changed my design interface OTUI, nothing with LUA. I already set sandboxed to false and placed the function @onCheckChange: toggleChat(), but I can't create a variable to acess the other module... I'm all day trying to do this, but it seems impossible... I was reading the Lua tutorial...
  11. Helliot1

    Fightmode Button

    thanks for your attention @zbizu, you are helping me a lot!! I have some doubts. 1) set sandboxed to false for both modules (otui) In otml file I placed "sandboxed: false", okay? 2) create a variable that isn't local You can give me a variable model for me to understand? Where I create this...
  12. Helliot1

    Fightmode Button

    any idea ?
  13. Helliot1

    Fightmode Button

    Hello! In my actions module I create a fightmode button, but I need connect this button with the console Checkbox. How can I start this? Any idea ?
  14. Helliot1

    OTClient Panel with Scrollbar

    Somebody can help me please?
  15. Helliot1

    OTClient Panel with Scrollbar

    Bump
  16. Helliot1

    OTClient Panel with Scrollbar

    if I create a button, that "show/hide" my Widget and put a scrollbar is better than this way that create scrollbar inside my panel? This way is functional? Right?
  17. Helliot1

    OTClient Panel with Scrollbar

    Hello Mr Tala, I tried do that, but the scrollbar is inside the panel, and now have 2 scrollbar. 😕 How can I attach the main scrollbar with this panel? Because I did all of this in the 'skills.otui', and I need to do this in 'abilities.otui' that's the main file, right...
  18. Helliot1

    OTClient Panel with Scrollbar

    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!! This is my Panel and is not scrolling, I think it's because the scroll can't find the Panel. Somebody can help me fix this ...
  19. Helliot1

    Lua "attempt to index a nil value"

    Bump
  20. Helliot1

    Lua "attempt to index a nil value"

    Anyone can help me please? I'll be so grateful
Back
Top