• 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. Hijo de la Luna

    Downgrade my tfs 1.5 src

    Why do not use TFS 1.4.2? https://github.com/otland/forgottenserver/releases/tag/v1.4.2
  2. Hijo de la Luna

    RevScripts add cooldown

    local exhaustedTime = 30 -- seconds local tmp = {} local config = { { name = "Ab'Dendriel", position = Position(32732, 31634, 7) }, { name = "Ankrahmun", position = Position(33194, 32853, 8) }, { name = "Carlin", position = Position(32360, 31782, 7) }, { name = "Darashia"...
  3. Hijo de la Luna

    TFS 1.X+ Use of item with time.

    function onUse(player, item, fromPosition, itemEx, toPosition) local storageValue = player:getStorageValue(81100) if storageValue <= os.time() then local doubleExpDuration = 30 * 60 -- 30 minutes in seconds local newExpEndTime = os.time() + doubleExpDuration...
  4. Hijo de la Luna

    Scripter I need scripter who rewrite scripts from 0.3.7 to 1.4.2.

    2) DHQ STONE local teleportId = 1387 local newTeleportPosition = Position(359, 344, 10) local newTeleportDestPosition = Position(397, 348, 9) local wallId = 1354 local wallPosition = Posiion(357, 345, 10) local function createWale() local wall = Game.createItem(wallId, 1, wallPosition)...
Back
Top