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

    Lua TFS 1.3 Monster heal after stepping into fire field

    I changed the id to anything else and it works, thanks man and sorry for my confusion with id.
  2. I

    Lua TFS 1.3 Monster heal after stepping into fire field

    local healMonster = MoveEvent() healMonster:type("stepin") function healMonster.onStepIn(creature, item, position, fromPosition) if not creature:isMonster() then return true end local currentMaxHealth = creature:getMaxHealth() local healthPercent = currentMaxHealth * 0.1...
  3. I

    Lua TFS 1.3 Monster heal after stepping into fire field

    It didn't work. No errors shown on TFS either. I add the fire field id and put the script on data/scripts.
  4. I

    Lua Spell for monster to heal a specific boss

    Hey, I would like a spell for a specific monster to use from time to time to heal a specific boss when they are close to each other.
  5. I

    Lua TFS 1.3 Monster heal after stepping into fire field

    Hey guys, as the title say, I would like a script where a specific monster will be healed x% amount of max health after stepping into fire field.
  6. I

    Lua TFS 1.3 use item x id and change floor in a few minutes

    Thank you @Xikini , like always you are a Jedi
  7. I

    Lua TFS 1.3 use item x id and change floor in a few minutes

    like this: local function convertGround(position, targetTileId, newTileId) local tile = Tile(position) if tile then local ground = tile:getGround() if ground then if ground:getId() == targetTileId then ground:transform(newTileId)...
  8. I

    Lua TFS 1.3 use item x id and change floor in a few minutes

    But can we remove the item when the player uses it? I mean before the player set it on the floor. Like for example, the player uses the item and it break (disappear)
  9. I

    Lua TFS 1.3 use item x id and change floor in a few minutes

    I didn't manage to make it work, can somebody help me?
  10. I

    Lua TFS 1.3 use item x id and change floor in a few minutes

    If I would like to implement for the item to desapear with a certain chance would be like this? local function convertGround(position, targetTileId, newTileId) local tile = Tile(position) if tile then local ground = tile:getGround() if ground then if...
  11. I

    Lua TFS 1.3 use item x id and change floor in a few minutes

    It work's perfectly, thanks @Xikini
  12. I

    TFS 1.2 Looking for action transform item to x item

    How can I make the process start using a item on it instead of just clicking on it? For example use a axe on the tree to start the process of transformation
  13. I

    Lua TFS 1.3 use item x id and change floor in a few minutes

    Hi guys, I'm looking for a script where the player uses a item x id on a y id floor and after a few minutes it would change to floor id z. Can somebody help me out? For example, the player would use shovel(item x id) on the desert floor(y id floor) and after a few minutes the floor would change...
  14. I

    Lua Plantation script TFS 0.4 to 1.3

    Hi guys, I found this script and I would like very much to use on my server, however I'm getting a error that I didn't find a way to solve. -- Plantation System created by Vítor Bertolucci - Killua -- 02/04/2014 local usableDirt = 103 -- Dirt to seed local mustBeInHouse = true -- Is it only...
  15. I

    Lua Plantation script TFS 1.3

    up
  16. I

    Lua Plantation script TFS 1.3

    up
  17. I

    [CUSTOM] RuneScape OT Project

    Is there a discord so we can follow the progress?
  18. I

    Lua Plantation script TFS 1.3

    up
Back
Top