• 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

    Animation/decayTo

    Hello everyone, I’m having trouble synchronizing animations. I’ve tried pretty much every option in Object Builder, but nothing works. Do you have any advice? <item id="27108" article="a" name="terrarium spider"> <attribute key="decayTo" value="27109" /> <attribute key="duration"...
  2. Xarah

    Death without loss

    Hello, I’d like to create an area/arena where players don’t lose anything upon death. Maybe I could handle it in such a way that, as soon as a player’s health bar drops to, say, 1 HP, they get kicked out in front of the arena? Tfs 1.4.2 Please give me some advice.
  3. Xarah

    Tower, waves of monsters.

    Hello, I'm trying to create a script for a "Tower." The idea is that once you enter the arena, waves of monsters appear for you to defeat. After defeating three waves, a boss appears. Once you kill the boss, you can move on to the next floor. Right now, the script works in such a way that when...
  4. Xarah

    Reward chest

    Hello, I have a problem with the daily boss chest. When I try to make the rewards appear in a bag, it suddenly stops assigning any rewards at all. This chest is supposed to give random rewards. function onUse(player, item, fromPosition, target, toPosition, isHotkey) -- KONFIGURACJA...
  5. 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...
  6. 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 = {}...
  7. 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...
  8. Xarah

    Map

    How to remove PZ from tiles? Probably simple, but I can't seem to find it.
  9. 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...
  10. 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 =...
  11. 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...
  12. Xarah

    POI Goshnar

    Hello, I have a problem with the script. The script is not responding to the blood. I tried modifying the script, but nothing works. I would appreciate any suggestions. Thank you in advance for any guidance. action lua: function onUse(player, item, fromPosition, target, toPosition, isHotkey)...
  13. Xarah

    Banshee Quest lever

    Hey, I need help with a script for the Banshee Quest, the levers are not responding. data\actions\scripts\lua: local function doTransformCoalBasins(cbPos) local tile = Tile(cbPos) if tile then local thing = tile:getItemById(1485) -- We are checking if there is an item with ID...
  14. Xarah

    Map (black sqm)

    Hello, I have a problem with replacing graphics from version 10.98 to 8.0. When I try to replace the graphics, it bugs my map. These are specific graphics marked in the screenshot. I can replace other graphics without any issues. Please help.
Back
Top