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

quest

  1. Crixpx

    Lua [Action][annihilator][help] console error OTX 3 :c

    hi i have a problem in my script for annihilator quest when i use the lever i get this error Lua Script Error: [Action Interface] data/actions/scripts/quests/annihilator/lever.lua:onUse data/actions/scripts/quests/annihilator/lever.lua:33: attempt to index a nil value stack traceback...
  2. pasiak12

    [RME] clear/delete all the quest chests

    Hi I am looking for a simple way to clear or delete all the containers that contains items. Find function (ctrl+f) gives me a lot of containers (For example for chest it gives 1k+ results). Is it possible to at least display only chests that contains something?
  3. monkeyy

    Solved Strange items coming out of quest chest

    Hello all, I noticed that almost every chests which are in the reward room after a quest, are filled with strange items such as; plants , walls , energy fields etc.. Link>> https://snag.gy/8ODVIt.jpg However, when I check the contents of the chest @ RME, the correct items are inside the...
  4. Nigtwisj

    Quest chest problems

    So i have these chests that i want to give items. But when i open them it opens the chest and gives me the items basicly duplicating the rewards This is how my chests are set up. And this is what happens when i open them ingame
  5. Esparda

    [request] Door cant open if a player have storage "xxx"

    Greetings.. I need some help with this request, I Hope someone can help with a script my idea is when a player do a quest he cant pass again the door of that quest, thnak you for you help guys.. sorry my bad english
  6. danne3131

    Scripter TFS 1.2 8.0 NPC/ACTION/LUA CODER - Paying good Job

    Ive got a TFS 1.2 downgraded to 8.0 by Ninja on otland wich u have probarly seen, What i have is the 8.0 server, a 7.6 map wich i will add liberty bay and svargrond to lateron. This is the server wich i use: https://github.com/ninjalulz/forgottenserver/tree/8.0 The server does not have any...
  7. cbrm

    Lower Roshamuul Quest

    Lower Roshamuul: The Giant Traverse tested in TFS 1.2 10.95 In order to repair the bridge and advance further, the following tasks must be done. Completing a task also awards some Inquisition Gold. Rewards can be managed with Sandomo by the use of the keyword gratitude, and then repairs. Add...
  8. cbrm

    Spike Tasks Quest

    Spike Tasks Quest Help the Gnomes to fight their enemies around The Spike! Originally scripted on TFS 1.2, 10.77. Also tested on 10.95 http://tibia.wikia.com/wiki/Spike_Tasks_Quest/Spoiler Initial Setup You need to have common sense, patience and at least an average ot knowledge to install...
  9. Colandus

    Action Desert/Vocation Quest Script [7.92+]

    local config = { -- level needed to make the quest level = 20, -- if players should be able to do the quest unlimited amount of times (not conflicting quest rewards) redo = { status = true, -- true = unlimited, false = once storageValue = 4535 -- only if status...
  10. Colandus

    Multi Quest

    Class for "multi quests" :) Note: The code is untested (cookie for whoever tests it for me!) missionQuest = {} missionQuest.__index = missionQuest function missionQuest.new(doneStorage, confirmedStorage) if(type(doneStorage) ~= 'number') then return FALSE, error("missionQuest...
Back
Top