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

Search results

  1. Marco Oliveira

    [TFS 1.5] Lottery System

    This script defines a global event named "lottery" using the function GlobalEvent("lottery"). The function lottery.onThink is called every interval of time and performs the following actions: Gets a list of all players in the game. Creates a list of eligible players, excluding those who are...
  2. Marco Oliveira

    [TFS 1.3] [Globalevent] Random boss in room

    Thread updated, fixes and improvements were made.
  3. Marco Oliveira

    TalkAction [TFS 1.2+] Minimap generator (map scanner)

    I would like to thank you, I managed to transform the script into revscript and it works as it should, except for an error that returns to the console during execution, but nothing that will affect the result. Below is the script adapted to revscript: minimap_generator.lua local...
  4. Marco Oliveira

    Animated Texts Script

    Short description: This GlobalEvent creates an event called "Animated Texts" that runs every 20 seconds. Inside the onThink function, a loop is looped through a list of effects (which is not defined in this code) and for each effect it is checked if there are players within a given area around...
  5. Marco Oliveira

    Disable Battleye Error 12.20

    Could any kind soul inform the bytes of 12.87?
  6. Marco Oliveira

    Lua The Gatekeeper and Oracle

    https://github.com/EPuncker/orts2/tree/main/data/npc/scripts
  7. Marco Oliveira

    TFS 1.X+ Clone Market

    i love bugbr <3
  8. Marco Oliveira

    [12.80] - Forge Map

    Thanks
  9. Marco Oliveira

    TFS 0.X Ban Reason - options exchanged

    Take a look at: https://github.com/Emilianenko/optimized_forgottenserver-1/commit/5640e438f6f02959b038a620f526f53ad322fbe8
  10. Marco Oliveira

    ARTxen - Mapping Showoff - my start

    #5 'outdoor shop' is nothing more than the little house at the entrance of roshamuul, LOL
  11. Marco Oliveira

    AAC MAP on Website

    https://otland.net/threads/otclient-that-unpack-map-otbm-to-png-files.234213/
  12. Marco Oliveira

    Random item box tfs 1.4

    Try this model: https://github.com/otland/forgottenserver/blob/master/data/scripts/actions/others/mysterious_remains.lua
  13. Marco Oliveira

    RevScripts Click to pass

    local config = { minLevel = 200, firstPosition = Position(100, 100, 7), secondPosition = Position(100, 100, 7) } local treePass = Action(); function treePass.onUse(player, item, fromPosition, target, toPosition, isHotkey) if player:getLevel() >= config.minLevel then if...
  14. Marco Oliveira

    [list] CIPSoft lazy solutions

    The Royal Costume will be available from Percybald in Carlin and Alyxo in Issavi, for the proud sum of 15,000 silver tokens and 12,500 gold tokens for the base outfit, and 7,500 silver tokens and 6,250 gold tokens for each addon.
  15. Marco Oliveira

    Forgottenserver - protocol 10x and 12x

    You will not have access to the legacy protocol, but you can base it on Version 12.71 update by Zbizu · Pull Request #3748 · otland/forgottenserver (https://github.com/otland/forgottenserver/pull/3748/commits/65ba75861c05083787ebce155bf63429d276f0ac) and add it.
  16. Marco Oliveira

    Forgottenserver - protocol 10x and 12x

    Hello how are you? You can find here a branch with version 12.72 in clean TFS, unlike all the crap from crashbr. Credits to @zbizu https://github.com/Zbizu/forgottenserver As for converting the map, I don't know if there is any tool that does this except you have to track your entire map with...
  17. Marco Oliveira

    TFS master protocol 12.x support [Development Thread]

    Very proud of everyone who contributed in some way to make this happen, here is a thank you to everyone and especially @zbizu.
  18. Marco Oliveira

    C++ addBestiaryKill

    data/scripts/creaturescripts/others/bestiary_kill.lua You must change from: participant:addBestiaryKill(creature:getName()) For: participant:addBestiaryKill(creature:getName(), 3)
  19. Marco Oliveira

    [Brazil] [12.70+] KronusOT GLOBAL ⭐ | Summer Update 2021 FULL | WARZONES 7, 8, 9

    Another server, how long will this one be open? You have a good server, but I don't understand why you close them and open them with another name every 20 days, anyway I wish you good luck.
Back
Top