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

Recent content by Hijo de la Luna

  1. Hijo de la Luna

    Trying to extend 10.98

    Hello, OTLand. I have been trying to extend CipSoft Tibia 10.98 client, but at the moment I open the client, it gives me an error. I have downloaded this extended spr, opened it with Object Builder and exported to 10.98 version, but it did not work. Do I have to make any modification to...
  2. Hijo de la Luna

    Converting 15.20 to 10.98

    I am using The Forgotten Server 1.4.2
  3. Hijo de la Luna

    Converting 15.20 to 10.98

    Hello, I have tried compiling sprites from 15.20 to 10.98. I loaded 15.20 dat/spr, and exported it as 10.98 version. Everything went ok, it does compile, but at the moment I try to log-in to server, client get crashed. These are the data/spr I tried with...
  4. 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
  5. 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"...
  6. 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...
  7. 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