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

quest

  1. Jpstafe

    Lua I'd like to know if you can do this in a quest

    Hello Tibian community, I came up with the idea, of my server with global map, to give continuity to the Tibia quests that have not been solved until today, I would like to make the custom quest, of the Basilik and the serpentine tower, in the basilik, I would like to be able to create teleports...
  2. SalvaART

    Lua Learn spell by making quest TFS 1.5

    Hello everyone! Could someone explain to me how to teach spells by completing quests? Namely, when we complete the quest, click on the box, it teaches us the spell, gives us a reward and a message pops up such as you received a reward xxx and you learned the "utevo lux" time. Big + for any help!
  3. N

    Help with demon helmet

    Hello, I present my problem since I have the quest "demon helmet", and when you use the lever, the stone is removed, however it does not return unless you use the lever again.. Would it be possible that using the lever removes the stone and you have 45 seconds to go to the chests? These are...
  4. Sarah Wesker

    🍬 Simple Quest Chest System 🍬

    Available for Engine: TFS-master data/scripts/little_quest_chest.lua --[[ Little Quest Chests Create By: 𝓜𝓲𝓵𝓵𝓱𝓲𝓸𝓻𝓮 𝓑𝓣 TFS Version: 1.5 ]]-- local storageBase = 9000000 local actionId = 65535 local action = Action() function action.onUse(player, chest, fromPos, target, toPos...
  5. Zarosiano

    TFS 1.X+ [TFS1.4.2]HELP! Can anyone rate this script? (Quest Script .lua)

    This is a quest script from an NPC, everything works normally, however, when killing the mob, the message does not appear in the chat, and I also checked that it is not counting. I use the same script (changed storages) in other quests, and it works.
  6. almirtibiaalmir

    blank questlog

    Hello, i tryed the questlog step by step tutorial -> [Configuration] How to make a working Quest Log (https://otland.net/threads/configuration-how-to-make-a-working-quest-log.143683/) tfs 1.5 nekiros downgrade. the quest works now, and the quest update appears, but the questlog is still...
  7. underewar

    Action [TFS 1x] ClickItems to CreateTeleport

    Once the main stone appears it will be necessary to click on all the others so that they are again "normal" stones. Then the teleport appears. in addition you may be charged something to enter the tp after using the stones. Enjoy. data/scripts/action.xml <action actionid = "10100" event =...
  8. L

    TFS 0.X Check Backpack slots and player capacity (Already have working script)

    I have this working action script, when i click the corpse on the ground it gives me an obsidian lance, and starts a quest on it. function onUse(cid) local queststatus = getPlayerStorageValue(cid,50125) if queststatus == -1 then local bp = getPlayerSlotItem(cid...
  9. C

    [USA] [12.72] Ruthless Nights - real map with some custome content, brand new!

    https://discord.gg/wQBgdTJpZy Brand New Pvp Server! 12.72 Client (Based on OTBR) Real Map with some custom content! Working Quests Online Trainers Gain stamina in pz and in trainers 24/7 Uptime (SS 6am EST) Spells are given free and automatically to the player Active Staff (also will be looking...
  10. Z

    Lua GetPlayerStorageValue Scrolls - Nostalrius

    I've been looking for actions to add to nostalrius, but unfortunately I haven't found one that works. I believe the PlayerStorageValue is different. So I have a question, and a request. If anyone has the code ready for: Blue Djinn and Green Djinn access Postman Access Bless Scroll XP scroll...
  11. Jaki Maoh

    NPC Storage checker NPC "Removedemon"

    Hello community! I really needed a way to check the player storages and as I could not find a simple way to do that, ended up creating this NPC that has helped me a lot already. If anyone is interested in doing some quest or really any kind of script that uses storages, this could be handy...
  12. Jaki Maoh

    OTClient Giving NPCs the [new quest] sign above the head

    Hello community! When thinking about giving quests, most rpgs have this function of the NPC having some kind of floating sign above the head, indicating that the NPC has something to interact with. I am not talking about the speechbubble that appears after the name, configurable in the xml file...
  13. Varianek

    TFS 0.4 Work Quest Log

    Hi, I would like to give you a configured quest log in client from my evo OTS (work TFS 0.4) Script use storage 2253,1 and you can see this quest1 Done quest chest (use script questsystem search in otland or system.lua in yourtfs/data/action/quest/system.lua) have 50080,1 storage but you can use...
  14. Kabo Flow

    Lua Npc Quest

    good I wanted to see if someone helps me I take a npc to quest for storage .. example the npc asks you for help to search for an item in that place You will have to go for that item to pick it up and then return to deliver it and ask you to take a gift to a friend who is in another area ...
  15. betoxz

    Solved TFS 1.3 Default Annihilator Quest not working

    Hello people, I kind start again on this magnificent word of OT, so don't be so harsh on me please.. I just installed TFS 1.3 from the repo and I was doing some testing.. I could see there was some quest on the map for example annihilator. So I was trying to look for the script in the data...
  16. Jpstafe

    how to do experience quest¿

    Hello, how can I do so that in a quest, a chest should give you an experience ?, not just a chest .. any items you put on the map, that you click and it gives you experience the version I use is 7.6,
  17. M

    Lua NPC task

    0.4 Hello guys, I'm here to ask for a favor. To start, I have this npc's script, where it gives the player a task to do, like killing some amount of monsters, and it works perfectly, BUT i want something more. I was trying to do something like: If the player has a specific storage, the npc will...
  18. Hyagosrs

    [HELP] [MOVEMENTS] You Don´t have permission to use this portal. [HOW TO REALEASE ACCESS]

    i need help to realese access to the portals from Thw forgotten Knowledge Quest. And this is the movement script: local destination = { [27715] = {newPos = Position(32807, 31657, 8), effect = CONST_ME_MORTAREA}, [27716] = {newPos = Position(32325, 32089,7), effect =...
  19. A

    Lua Quest/npc

    how to do it every player at the time of character creation had some missions to access bosses or other places or unlock npc, what like rashid? Can someone help how to maked ? Sorry for my english
  20. demon088

    Lua [TFS 1.X] Random Reward Action

    Hello OtLand! I wanted to share this action script that I have written with other scripts posted in this site. Review it and if someone wants to use, it would be cool! I'm using TFS 1.2 and it is working fine! It is useful to make this a random reward box. In my own OTS I use 6 different items...
Back
Top