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

Search results

  1. Xarah

    Boss arena

    I slightly modified the script, and now I have a different problem. The script is supposed to work so that if someone is in the arena, it won't create a new boss, but the opposite happens—bosses are created every time a new player enters. -- Konfiguracja local triggerTileUid = 3334 -- UID...
  2. Xarah

    Boss arena

    Hello, I have a problem with a boss. The script spawns a creature when someone enters the arena area. After you kill the boss, a tile should unlock so you can walk through it. The issue is that, once the boss is killed, the storage doesn’t register that it’s been defeated—it’s really strange...
  3. Xarah

    NPC King Tibianus

  4. Xarah

    NPC King Tibianus

    Hello, how can I make an NPC respond only to "hail king" or "salutations king"? modules.lue: FocusModule = { npcHandler = nil } -- Creates a new instance of FocusModule without an associated NpcHandler. function FocusModule:new() local obj = {}...
  5. Xarah

    RME House

    Hello, I have a problem with houses. Yesterday, I was organizing the houses, assigning them to the correct towns, and today I only have the houses I fixed yesterday, while the rest, for some reason, have been removed. Does anyone know what I did wrong? The rest of the houses got deleted and were...
  6. Xarah

    Map

    How to remove PZ from tiles? Probably simple, but I can't seem to find it.
  7. Xarah

    Svargrond Arena

    I probably don't have anything duplicated; it would show up in the console.
  8. Xarah

    Svargrond Arena

    It didn't help; is there another file responsible for loading the lib files?
  9. Xarah

    Svargrond Arena

    Now the stone disappears, but it looks like it's not retrieving information from the lib, because now there's an issue with the teleport: local condition = Condition(CONDITION_OUTFIT) condition:setTicks(120000) condition:setOutfit({lookType = 111}) function onStepIn(creature, item, position...
  10. Xarah

    Svargrond Arena

  11. Xarah

    Svargrond Arena

    The problem is that it can't find the stone. I added debugging to display all items on the given tile. Or maybe it's not reading the lib library at all? Although it seems like everything is fine: data\lib: -- Core API functions implemented in Lua dofile('data/lib/core/core.lua') --...
  12. Xarah

    Svargrond Arena

    tfs 1.4.2 [10.98] I have the arena files from: [10.98] Requested Real Map Datapack (https://otland.net/threads/10-98-requested-real-map-datapack.262491/) 1731104082 No debug messages are showing up.
  13. Xarah

    Svargrond Arena

    after removal: targetMonster = target:isMonster() the error disappeared, but the stone is still in its place any ideas?
  14. Xarah

    Svargrond Arena

  15. Xarah

    Svargrond Arena

    Hello, I'm having an issue with the arena, specifically with the stone that doesn't disappear when we kill a monster. I tried debugging it, and it shows that it can't find the stone. I've been struggling with this for a while now, and it's probably something minor. If you have any ideas on what...
  16. Xarah

    NPC Elena

    yes
  17. Xarah

    NPC Elena

    I tried on both facc and pacc.
  18. Xarah

    NPC Elena

    He still acts as if he doesn't see the item in the backpack.
  19. Xarah

    NPC Elena

    Hello, I have an issue with the NPC. The first part works, and I receive the hat, but there's a problem with the sniper gloves. I have the item with me, but the script behaves as if it doesn't detect the item. local keywordHandler = KeywordHandler:new() local npcHandler =...
  20. Xarah

    Map editor

    Hello, I have a problem with replacing graphics from 10.98 to 8.00. After replacing the graphics, the wave animations do not sync with each other. Could this be caused by the fact that the ID in the game and in the map editor is different from the one in Object Builder? Or maybe the graphic...
Back
Top