• 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

    POI Goshnar

    The script is unresponsive, no information appears in the console.
  2. 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)...
  3. Xarah

    Banshee Quest lever

    The problem is solved, I had to modify the sent scripts for TFS 1.4.2.
  4. Xarah

    Banshee Quest lever

    Thanks for your response. Using your scripts, I adjusted my action IDs (aid) and unique IDs (uid), but it still didn’t work. Then I did exactly as you suggested, and it still didn’t work. The problem is that the script doesn't run at all, and the levers don't change their position. It behaves as...
  5. 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...
  6. Xarah

    Map (black sqm)

    Thank you, everything is working.
  7. Xarah

    Map (black sqm)

    No, there are no errors. I noticed that the graphics that bug the map don't have animations, but I searched through various SPR files, and none of them have animations for these specific graphics.
  8. 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