• 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!

Recent content by richardestro

  1. richardestro

    TFS 1.X+ My server freeze when create item

    It worked well. Just having the same problem with items that cannot be carried but can be moved (house's decorations, for example) But for any other items, theres no problem, thanks mate :)
  2. richardestro

    TFS 1.X+ My server freeze when create item

    Hello! Latelly I having a problem when I create any item that cannot be carried (doors, floors, teleports, etc..) with the talkaction "/i". Using TFS 1.3. I was reading this thread: Solved - freeze when create item (https://otland.net/threads/freeze-when-create-item.248145/) The guy had the...
  3. richardestro

    "Mini boss" Revscript

    It works perfectly as i wanted, thanks for all man :)
  4. richardestro

    "Mini boss" Revscript

    Another bumpsi
  5. richardestro

    "Mini boss" Revscript

    bump to see if someone know another way
  6. richardestro

    "Mini boss" Revscript

    Did that, but sadly still nothing :(
  7. richardestro

    "Mini boss" Revscript

    Hey! Looking for some help, i found this revscript that summons a "stronger version" of a killed monster, for TFS 1.3. local spawnbosses = { ["Rotworm"] = { chance = 50, bossName = "Demon" -- i use Demon only for test }, ["Dragon"] = { chance = 50...
  8. richardestro

    Roulette Revscript problem

    Bump
  9. richardestro

    Roulette Revscript problem

    I foget, i use TSF 1.3 I tried both solutions, first i did this changes: And still having the same errors, later on i tried to do the changes in player.lua and i removed the "disableMovingItemsToRoulettePositions = EventCallback" in the original Revscript With that the roulette still...
  10. richardestro

    Roulette Revscript problem

    Bump
  11. richardestro

    Roulette Revscript problem

    Hello, i'm trying to add a roulette to my server and i found a Revscript for that, but currently it's giving me 2 errors in the console. the first one it's at the moment I start the server: Lua Script Error: [Scripts Interface] D:\Escritorio\Basureron't\Pruebas del canaot\Canas Ote\Toxic...
  12. richardestro

    Error with firestorm Revscript

    That worked to start the event,; event started got 1 wave and then the console shows this error lol: Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) ... canaot\Canas Ote\Toxic Tibia\data\scripts\firestorm.lua:363: bad argument #1 to 'pairs' (table expected...
  13. richardestro

    Error with firestorm Revscript

    Hey buddies, I'm trying to use this Revscript for firestorm event: --[[ Credits: Sarah Wesker Version: 1.2 Compat: TFS 1.3 Create: December 2020 ]]-- local config = { miscellaneous = { name = "FireStorm", -- event name talkaction = "!firestorm", --...
  14. richardestro

    [TFS 1.3] EventCallback: Firestorm Event

    TFS 1.3, Thanks for the help, i'll open a topic then :)
  15. richardestro

    [TFS 1.3] EventCallback: Firestorm Event

    I just noticed i pasted a old error that i when i was trying to put it another script in data/globalevents...; already cleaned that cause i couldn't make it work. I'll take a look to the link, also when i put de Revscripts in data/scripts i have this error when I execute "!firestorm open" Lua...
Back
Top