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

    TFS 1.X+ Wall torches don't save their stat

    now nothing appear on output file.
  2. J

    TFS 1.X+ Wall torches don't save their stat

    Well, in this Position: [X: 32358] [Y: 32198] [Z: 7]. have a lamp, ItemID: [5908]., i used this lamp and trasform to ItemID: [5907] the file in the main folder show this {["Position(32358, 32198, 7)"] = 5907}
  3. J

    TFS 1.X+ Wall torches don't save their stat

    i did, tested but unfortunately it didn't work
  4. J

    TFS 1.X+ Wall torches don't save their stat

    now 0 errors console, i tested 3 different locations, a file was created in the main folder {["Position(32354, 32198, 7)"] = 5908} ["Position(32358, 32198, 7)"] = 5907} ["Position(32358, 32198, 7)"] = 5907} but after save server, everything is as before, i need do something on startup.lua?
  5. J

    TFS 1.X+ Wall torches don't save their stat

    First, thanks so much guys for help, and find a solution for my case... Wel.. i created a file named lamp_states.lua located data/lib in my file lib.lua i put there dofile('data/lib/lamp_states.lua') in actions/scripts/others folder i created a file lamp_states.lua and I registered actions.xml...
  6. J

    TFS 1.X+ Wall torches don't save their stat

    i will test ^^
  7. J

    TFS 1.X+ Wall torches don't save their stat

    Good idea, but idk how to do this script :/
  8. J

    TFS 1.X+ Wall torches don't save their stat

    When you use a wall lamp inside house and turn on the lamp for example, after server save, lamp back to turn off
  9. J

    TFS 1.X+ Wall torches don't save their stat

    Is there any way to save lamps or torches inside houses? I tried to add tile house to the walls, but it didn't work.
  10. J

    Lua Addevent time to execute onStepIn after a minute

    function onStepIn(creature, item, position, fromPosition) if creature:isPlayer() and Game.isItemThere({x = 38479, y = 33920, z = 07},3696) and Game.isItemThere ({x = 38478, y = 33920, z = 07},3696) then Game.transformItemOnMap({x = 38478, y = 33902, z = 07}, 1791, 1947)...
  11. J

    [USA] [Custom - 8.0] Nostalrius [Thursday 09.19.2019] [20:00 GMT -3]

    Suxxxxxx server, will die 1 week
  12. J

    [USA] [Custom - 8.0] Nostalrius [Thursday 09.19.2019] [20:00 GMT -3]

    I dont recommend play this server, lost time and the GM just want money + money...
  13. J

    [USA] [Custom - 8.0] Nostalrius [Thursday 09.19.2019] [20:00 GMT -3]

    Sux server, 1 week will die.
  14. J

    Old School 7.4 Mapping Showoff

    Awesome 😍, i will follow this.
  15. J

    Azleh/Shaqz is a scammer!

    Maybe someone here is sellling cam play/record of @gugu15 system 🤣
  16. J

    Quiver for paladins - tfs1.X

    up
  17. J

    Quiver for paladins - tfs1.X

    because people can put other container inside container 1999 and this code will work too... maybe is this part? iter.hasNext(); iter.advance()
  18. J

    request Lua script TFS[1.2]

    work, but i can put items not allowed, for example, the container is on arrow slot, a item not allowed on hand for example, i push directly on container without open, work normally. just blocking if i push a item not allowed in slots of container opened :/
  19. J

    Quiver for paladins - tfs1.X

    in this case for example, how add a condition if container is different of id 1999 no work this system?
Back
Top