• 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 Boss Loot ItemId Error

    can you accommodate?
  2. A

    RevScripts Boss Loot ItemId Error

    I have no idea where the code is, do not know what it's like that
  3. A

    RevScripts Boss Loot ItemId Error

    hello, someone help me with this error, all bosses when killing it gives the loot like this with itemid use tfs 1.3 otbr
  4. A

    RevScripts Kill add Storage

    thanks bro, you are the best
  5. A

    RevScripts Kill add Storage

    Good afternoon, someone helps me with a scripts of killing a monster you of a storage for 24 hours
  6. A

    RevScripts [OTBR 1.x] SSA exhaust please

    hello, can someone help me put exhausted the ssa and might ring? I already tested in /data/events/scripts/player.lua and it doesn't work -- SSA exhaust local exhaust = { } if toPosition.x == CONTAINER_POSITION and toPosition.y == CONST_SLOT_NECKLACE and item:getId() ==...
  7. A

    RevScripts Monster Attack Factions

    Hello, can someone help me, how do I make these two creatures of different factions always attack each other?
  8. A

    RevScripts Add Quest Log

    Hello, does anyone know how to add new Quest Log in tfs 1.3 otbr?
  9. A

    RevScripts Exp Scroll

    fix bro
  10. A

    RevScripts Exp Scroll

    Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/creaturescripts/others/familiars.lua:callback ...server/data/scripts/creaturescripts/others/familiars.lua:84: attempt to concatenate a userdata value stack traceback: [C]: in function '__concat'...
  11. A

    RevScripts Exp Scroll

    local familiar = { [VOCATION.CLIENT_ID.SORCERER] = {id = 994, name = "Sorcerer familiar"}, [VOCATION.CLIENT_ID.DRUID] = {id = 993, name = "Druid familiar"}, [VOCATION.CLIENT_ID.PALADIN] = {id = 992, name = "Paladin familiar"}, [VOCATION.CLIENT_ID.KNIGHT] = {id = 991, name =...
  12. A

    RevScripts Exp Scroll

    thanks, it worked 1617121511 now it gives me this error in the console when using the scroll exp Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/creaturescripts/others/familiars.lua:callback ...server/data/scripts/creaturescripts/others/familiars.lua:85: attempt to...
  13. A

    RevScripts Exp Scroll

    Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/actions/exp_scroll.lua:callback data/lib/core/player.lua:332: attempt to call global 'getExperienceForLevel' (a nil value) stack traceback: [C]: in function 'getExperienceForLevel'...
  14. A

    RevScripts Exp Scroll

    1.3 otbr
  15. A

    RevScripts Exp Scroll

    Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/actions/exp_scroll.lua:callback /home/forgottenserver/data/scripts/actions/exp_scroll.lua:4: attempt to call method 'addLevel' (a nil value) stack traceback: [C]: in function 'addLevel'...
  16. A

    RevScripts Exp Scroll

    no work bro :s
  17. A

    RevScripts Exp Scroll

    Does anyone have a revscript of a scroll exp that always gives you 2 levels?
  18. A

    Help Creature Scripts (Revscriptsys)

    Have discord bro?
  19. A

    Help Creature Scripts (Revscriptsys)

    local mType = Game.createMonsterType("Wild Knowledge") local monster = {} monster.description = "a wild knowledge" monster.experience = 0 monster.outfit = { lookType = 293, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0, lookMount = 0 }...
  20. A

    Help Creature Scripts (Revscriptsys)

    it does not give any error bro but it does not work either
Back
Top