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

  1. D

    Lua [TFS 1.4.2] Shows a modalwindow when onStepIn

    function endTaskModalWindow(player, storage) local data = getTaskByStorage(storage) local newmessage local completion = false if player:getTaskKills(data.storagecount) < data.total then if taskOptions.selectLanguage == 1 then newmessage =...
  2. D

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Hello Xikini I think this modal window would help a lot of servers: A modal that when you step on a sqm, you choose whether to accept Grizzly Addams' tasks (something like that instead of going to ask him hi-join-yes, task, tarantula, yes). That is, just step on a sqm and it gives you the tasks...
  3. D

    Lua Monster reflect Elemental damage by a %, TFS 1.4

    [2024-02-06 09:53:32.607] [error] C:\otserv-canary-main\canary-main\data-otservbr-global/monster\humanoids\crazed_summer_rearguard.lua [2024-02-06 09:53:32.608] [error] ...vbr-global/monster\humanoids\crazed_summer_rearguard.lua:113: unexpected symbol near '<'
  4. D

    Lua Xikini's Free Scripting Service TFS 1.4.2

    how i can do a Task System with click a pedestal?
  5. D

    Lua Xikini's Free Scripting Service TFS 1.4.2

    its fixed thank you
  6. D

    Lua Xikini's Free Scripting Service TFS 1.4.2

    you're amazing bro!! it works perfectly 1715370699 a error appaers xd
  7. D

    Lua Xikini's Free Scripting Service TFS 1.4.2

    For example: you are hunting with your team in... dragons (example) when they attack you, suddenly they hit you with critical damage and the critical damage animation appears. check it out: https://tibia.fandom.com/wiki/Many_Faces
  8. D

    Lua Xikini's Free Scripting Service TFS 1.4.2

    What would a script be like where specific monsters could also deal specific critical damage?
  9. D

    Monsters with critical damage? tfs 1.3

    Will it be possible for a creature to hit you with critical damage, just like the players? I am creating a script, but it works and there is no error in the log or crash. local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT...
  10. D

    [TFS 1.3] [Revscriptsys] Easy to configure teleport room script

    how can i change it to an item in a use action?
  11. D

    Exaltation forge otland tfs

    Will the final content of the exaltation forge be public? I would like to test it...
  12. D

    TFS 1.X+ Lifefluid and POT nekiro version 7.72 1.5

    what is that OTC? i need it XD plx
  13. D

    OTClient 1.0 (Release)

    it works with 8.00? i got error: "connection failed. (error 10061)
  14. D

    TFS 1.3 Lottery System

    I got a problem with this script and i don't know why.. --[[ ACCOUNT_TYPE_NORMAL = 1, ACCOUNT_TYPE_TUTOR = 2, ACCOUNT_TYPE_SENIORTUTOR = 3, ACCOUNT_TYPE_GAMEMASTER = 4, ACCOUNT_TYPE_GOD = 5 ]] local config = { interval = "1 minute", rewards = {[2160] = 3}, --...
Back
Top