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

    Lua TFS 1.3 NPC that update normal mount to armored mount

    True, it really does, thanks
  2. I

    Lua TFS 1.3 use animal cure on a cat can reward player with mount

    Yeah, it's similar, but the other one you used the item and gain a mount, on this one you need to use the item on a monster. It works, but can you teach me how to put more creatures? For example in the script the player need to use the item on a cat, but what if I would like to use the item on a...
  3. I

    Lua TFS 1.3 NPC that update normal mount to armored mount

    Nice it works, but is there a way for the npc to say the name of mounts he will improve to? For example player say hi - mounts then the npc will give a list of mounts he can improve like "azudocus"
  4. I

    Lua TFS 1.3 walk on snow reward mount

    Also works, thanks
  5. I

    Lua TFS 1.3 use egg and receive a mount

    Nice, thanks
  6. I

    Lua TFS 1.3 if player uses 1000 potions he gain a mount

    It also works, thanks
  7. I

    Lua TFS 1.3 use egg and receive a mount

    It works, but can you put to remove the egg when used?
  8. I

    Lua TFS 1.3 Craft mount with itens in backpack

    Thank you, it works
  9. I

    Lua TFS 1.3 Craft mount with itens in backpack

    local craft = { -- itemid --------------- {itemid, amount} [1956] = {requiredItems = {{27851, 10}, {27978, 5}}, rewardMount = 8}, -- check mounts.xml for mount id [2222] = {requiredItems = {{1111, 1}, {2222, 2}}, rewardMount = 111}, } local action = Action() function...
  10. I

    Lua TFS 1.3 if player uses 1000 potions he gain a mount

    @Xikini It is not working, can you check if I add it right? line 566 local healthregenerationum = Condition(CONDITION_REGENERATION) healthregenerationum:setParameter(CONDITION_PARAM_TICKS, 10 * 60 * 1000) healthregenerationum:setParameter(CONDITION_PARAM_HEALTHGAIN, 20)...
  11. I

    Lua TFS 1.3 when you are fishing you can tame a mount

    <?xml version="1.0" encoding="UTF-8"?> <mounts> <mount id="1" clientid="368" name="Widow Queen" speed="20" premium="yes" /> feed <mount id="2" clientid="369" name="Racing Bird" speed="20" premium="yes" /> feed <mount id="3" clientid="370"...
  12. I

    Lua TFS 1.3 script that counts how many monsters player killed and give mount

    I only need to put this on script folder because it's revscript right? It didn't work. No erros appears, no count downs and no mounts received. local config = { [{"centipede", "bug"}] = {mountReward = 866, killGoal = 2, storage = 84753, monsterType = "bugs"}, -- check...
  13. I

    Lua TFS 1.3 when you are fishing you can tame a mount

    It isn't working. I put like yours, but it wasn't recognizing "player" so I change for cid, and the script work without error, but it doesn't give the mount. -- Script 100% by Mukah -- local useWorms = FALSE local waterIds = {493, 4822, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618...
  14. I

    Lua TFS 1.3 Craft mount with itens in backpack

    Hi guys, I would like a script that when the player for example: uses a pirate map with 5 wood + 3 rust remover + 10 nails in the backpack the player will receive a tin lizzard mount; uses a old piece of paper with 5 bat wing + 4 rust remover + 10 nails in the backpack the player will...
  15. I

    Lua TFS 1.3 use egg and receive a mount

    Guys I would like a script where the player uses one of those eggs and one of those happen: Use hydra egg: 91% Nothing 5% gain bogwurm as mount 3% gain gloomwurm as mount 1% gain rustwurm as mount Use phoenix egg: 91% Nothing 5% gain emerald raven as mount 3% gain mystic raven as mount -1%...
  16. I

    Lua TFS 1.3 walk on snow reward mount

    Hi guys, I would like a script where the player will gain: caped snowman when it does 100 steps on the snow; festive snowman when it does 1000 steps on the snow; muffled snowman when it does 10000 steps on the snow; Thanks guys
Back
Top