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

revscripts

  1. Sarah Wesker

    MoveEvent Infinity Rooms - TFS 1.3

    This was inspired by this thread. data/scripts/infinityrooms.lua -- Infinity Room Config local IRConfig = { startPos = Position(2887, 1756, 7), -- upper left corner tpInAid = 65000, -- actionid for enter teleport tpOutAid = 65001, -- actionid for exit teleport foodAid = 65002...
  2. Sarah Wesker

    💰 DreamOfGold 💰 Event | TFS 1.3 Revscript ~ EventCallback

    Hello again, here I bring you the 💰 Dream Of Gold 💰 event, it is about walking on the gold to accumulate points, you can also find chests full of gold, you must click on these chests to win a very considerable amount of extra gold, according to the configuration. Players who gain extra...
  3. Sarah Wesker

    [TFS 1.3] EventCallback: Firestorm Event

    Here is the Firestorm Event, the steps to follow below: Create a new lua file on directory data/scripts/ and name it firestorm.lua then paste the code into the file and that's it! In the first lines of the script you can find the event settings. If you don't want to shut down the server and...
  4. miguelshta

    RevScripts help converting this movements: to revscripts

    Script 1.- actionid: 45000 local conditionRed = Condition(CONDITION_OUTFIT) conditionRed:setTicks(120 * 60 * 1000) conditionRed:setOutfit({lookType = 465, lookHead = 94, lookBody = 94, lookLegs = 94, lookFeet = 94}) local conditionBlack = Condition(CONDITION_OUTFIT) conditionBlack:setTicks(120...
Back
Top