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

revscript

  1. miguelshta

    RevScripts help turn back to level 700 when die also always blessed

    im making otserver war enforced so i wanted to create a default chars like "sorcerer level 700, druid level 700" so users can login by 1/1 in sorcers for example and i need to turn back to default level 700 when they die
  2. Yan18

    TFS 1.X+ [TFS 1.3 - RevScripts] How to Use Spells by Callback Instead setFormula for Summons?

    Hello guys! I wanna create a spell by RevScripts using combat:setCallback instead combat:setFormula because setFormula is static and I can't get summons from a player. I tried to create a spell, but have no damage (0 value damage): local combat = Combat()...
  3. Znote

    [TFS 1.4] Spell: Empower Summons (Monster AI)

    Created a spell that makes your summons more interesting to play with. From the AcidsOT advertisement thread: Create file in data/scripts/ folder, like empowermonster.lua and put this in: -- Player spell (utevo gran res) that empowers summons upgradedSummons = {} local empower =...
  4. Sarah Wesker

    [TFS 1.3] Teleport Command - !tp <dest>

    data/scripts/teleportcommand.lua local destinations = { -- please use lower case names --["place name"] = { position=Position(100, 100, 7), inPz=true, level=100, infight=false } ["temple"] = { position=Position(3191, 1809, 7) }, ["depot"] = { position=Position(3190, 1800, 7) }...
  5. beenii

    [TFS 1.3] Advanced quest chests

    System by strutZ with a small modification to do anahi type quest 4 chest 1 reward. Features Easy config Can add level requirements for chests Supports Item Rewards Supports Experience Rewards Supports Outfit Rewards Supports Addon Rewards Supports Mount Rewards Supports Anihi Quest (4 Chest...
  6. Hyagosrs

    GlobalEvent [REVSCRIPTSYS] Autobrodcast for your server

    This is the AutoBroadcast messages for your server data/scripts/globalevent/autobroadcast.lua local autoBroadcast = GlobalEvent("AutoBroadcast") function autoBroadcast.onThink(interval, lastExecution) local messages = { "[DONATES]: write your message here", "[COMMANDS]: write your...
  7. Sarah Wesker

    [TFS 1.3] Small Autoloot

    Hello, here is a small, totally local autoloot system that is easy to configure ;) Required version: TFS 1.5 last version *** If you are using an alternate version such as: TFS-1.5-Downgrades, maybe you should merge these changes: A new way to manage player storages...
  8. F

    Error NPC

    Can someone give me a hand? I'm using a task npc via modalwindow Advanced Task NPC (https://otland.net/threads/advanced-task-npc.266598/) but when I get away from npc and say task npc still keeps answering me. explanatory video
  9. Codinablack

    Solved QQ Revscript and Global var practice.

    Like the title says, its just a quick question. Is it bad practice, or is there any reason one would want to avoid setting up a global variable in a revscript sctipt. Like so:
  10. J

    RevScripts TFS[1.3] action revscript lever shop(cant get it to work)

    i just felt the need to say that this is my very first attempt at writing something. so i made an attempt to make a shop that uses actionids on levers, but I just cannot get it to work and I cannot see any errors. what am I missing? local shop = { [2051] = {id = 12325, cost = 2, count =...
Back
Top