• 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. 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
  2. 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...
  3. hodleo

    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...
  4. hodleo

    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...
  5. 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...
  6. 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 Bottom