• 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. A

    RevScripts [OTBR 1.x] SSA exhaust please

    no work :s
  2. A

    RevScripts [OTBR 1.x] SSA exhaust please

    this way wouldn't it work?
  3. A

    RevScripts [OTBR 1.x] SSA exhaust please

    For this scripts to work, would you have to add a storage to the player that is forever?
  4. A

    Lua Errors with creaturescript

    Yes it worked thank you very much
  5. A

    Lua Errors with creaturescript

    @Sarah Wesker Test
  6. A

    Lua Errors with creaturescript

    now he only gives the storage to the person who gives him the last attack
  7. A

    Lua Errors with creaturescript

    hello, help me with this error in console please on <...pts/creaturescripts/quests/liquid_black/jaul_storage.lua:6> Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/creaturescripts/quests/liquid_black/obujos_storage.lua:callback...
  8. A

    Lua Mount

    perfect
  9. A

    Lua Mount

    i would rather it was ready
  10. A

    Lua Mount

    If I write to you for discord, will you help me create it? I'm bad at scripting
  11. A

    Lua Mount

    Hello help me with a script that is to tame this mount "Gryphon" but only with this mask on and its items to tame A) Mask: 36204 B) Item Tamed: 36411 Monster Name: Gryphon Mount ID: 144 Note: You must have the Mask "Item A" on to be able to use the Item Tamed "Item B" on the Monster name...
  12. A

    Lua Clickable item if you have a certain storage value

    with this storage you can open the chest "50039, 1" When you open it, it gives you the items and this storage "50039, 3" and you can't open the chest anymore check npc line 12 and 35 if msgcontains(msg, "mission") and player:getStorageValue(Storage.Kilmaresh.Twelve.Boss) == 3 then...
  13. A

    Lua Clickable item if you have a certain storage value

    15:28 You don't have permission to open this. I have storage 50039, 1 and I want it from 50039, 3
  14. A

    Lua Clickable item if you have a certain storage value

    lol i didn't see that
  15. A

    Lua Clickable item if you have a certain storage value

    local config = { STORAGE_PERMISSION = 50039, -- storage key required to open the chest? STORAGE_CHEST_OPENED = 50039, -- storage key given after chest opened? itemId = 36282, -- give this item itemCount = 1 -- give this amount } local a = Action() function...
  16. A

    Lua Clickable item if you have a certain storage value

    now it just doesn't give it to you hahaha
  17. A

    Lua Clickable item if you have a certain storage value

    local config = { needStorageKey = 77756, -- storage key required to open the chest? needStorageValue = 1, -- storage value required to open the chest? giveStorageKey = 50033, -- storage key given after chest opened? giveStorageValue = 1, -- storage value given after chest opened...
  18. A

    Lua Clickable item if you have a certain storage value

    I understand you, I'll explain you better Need Storage: 77756 Chest: 36267 -------------------------------------------------- Reward: 36266 Reward Storage: 50033 Message: "You find a golden symbol at the bottom of the blood-filled basin."
  19. A

    Lua Clickable item if you have a certain storage value

    I want a chest that when you click it gives you an item if you have this Storage 50033, I use TFS 1.3 from OTBR
  20. A

    Lua Clickable item if you have a certain storage value

    Hello, can you help me with a script of a chest or a coal basin by clicking on an item only if you have this storage 50033
Back
Top