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

    Fallembra OT

    ot tibia 8.6 -war -pvp-enforced www.facebook.com/fallembraot
  2. falls13

    FLOOR REMOVING STONE

    it worked, only it was to step on and it took 2 minutes for the stone to disappear. step is after 2 minutes the stone disappears.
  3. falls13

    FLOOR REMOVING STONE

    Okay, test here, thx.
  4. falls13

    FLOOR REMOVING STONE

    would you have put it to step on the floor, and after about 2 minutes, the stone was removed?
  5. falls13

    FLOOR REMOVING STONE

    thx
  6. falls13

    FLOOR REMOVING STONE

    SOMEONE WOULD HAVE A SCRIPT, OF FLOOR THAT REMOVES STONE AND AFTER TIME SHE APPEARS AGAIN.
  7. falls13

    put that floor to summon monster for 4 minutes, after that time would summon a boss.

    tfs 0 3 6 local monster = {"demon", {x = 1, y = 1, z = 1}} local timetoremove = {2, "min"} function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) if getCreatureByName(monster[1]) then return true end local m = doCreateMonster(monster[1], monster[2])...
  8. falls13

    OPEN TRADE CHAT AUTOMATICALLY AFTER LOGIN

    TFS 0.3.6 [Error - CreatureScript Interface] [08/04/2019 23:10:46] data/creaturescripts/scripts/login.lua:onLogin [08/04/2019 23:10:46] Description: [08/04/2019 23:10:46] data/creaturescripts/scripts/login.lua:19: attempt to call global 'doPlayerOpenChannel' (a nil value) [08/04/2019...
  9. falls13

    Solved NPC error

    ok thx
  10. falls13

    Solved NPC error

    [08/04/2019 20:53:58] [Error - Npc interface] [08/04/2019 20:53:58] In a timer event called from: [08/04/2019 20:53:58] data/npc/scripts/cassino.lua:onCreatureSay [08/04/2019 20:53:58] Description: [08/04/2019 20:53:58] (luaDoRemoveItem) Item not found
  11. falls13

    Solved NPC error

    I made downlaod of this module and it worked, only that it gave error in npc of the casino, it does not take the money of the punter! [08/04/2019 20:07:20] [Error - Npc interface] [08/04/2019 20:07:20] In a timer event called from: [08/04/2019 20:07:20] data / npc / scripts / casino.lua...
  12. falls13

    Solved NPC error

    link plis
  13. falls13

    Error during sell items for Soya

    I'm with the same problem, just sell stacked items, do not sell single unit items. npc/lib/npcsystem/modules.lua:1229: [ShopModule.onBuy] Item not found on shopItems list [08/04/2019 19:33:56] stack traceback: [08/04/2019 19:33:56] [C]: in function 'error' [08/04/2019 19:33:56]...
  14. falls13

    change this name

    I got it fixed here, thanks!
  15. falls13

    change this name

    client.lua local musicFilename = "/sounds/startup" local musicChannel = g_sounds.getChannel(1) function setMusic(filename) musicFilename = filename if not g_game.isOnline() then musicChannel:stop() musicChannel:enqueue(musicFilename, 3) end end function reloadScripts()...
  16. falls13

    Could it be how to put these bars in the old client?

    How can you tell me?
  17. falls13

    Lua Use storage value to restrict the consumption of food

    OK, thanks for the help!
  18. falls13

    Lua Use storage value to restrict the consumption of food

    It worked ! only one thing, when he enters zone pz and leaves, to recover mana and life, but the time continues. How can you fix this?
Back
Top