• 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. I

    [Action] Item Gives Random Mount onUse.

    Hello, I made this simple script to give players Random Mounts onClick. --[[ Random Mount Reward Item Author: Igor Hideki This script creates an item that grants the player a random mount that they do NOT already own. If the player already owns all available mounts, the...
  2. Bee King

    RevScripts BLOCK MC PVP

    Hello everyone, My server allows MC (multi-client), but I want it to be used exclusively for progression, not for PVP... I've seen on some servers that MC PVP is blocked — for example, if a player with the same IP has a character with a skull, other characters using the same IP cannot attack...
  3. Codinablack

    Multispawn and multisummon command 1.0

    Free revscript talkaction for "multi spawning" monsters and summons.. Basically it takes up to three parameters, and goes as far as three squares in all directions out from the player, making a total of 48 max monsters at a time.. Three ways to use it are: /multispawn wolf : 3 -- Spawns three...
  4. L

    TFS 1.4.2 [Revscript] Boosted Daily Creatures with boosted creature showcase

    Simply but functional boosted creatures that replicates the boosted monsters at X spawn position, change the monsters with your server monsters. -------------------------------------------------------------------------------------- CREATE TABLE boosted_monsters ( id int NOT NULL...
  5. P

    Mana train (drain) spell [Canary revscript]

    Hi. I've just created mana train (drain) spell that drains x mana every x seconds for x seconds. The drained mana is added to the magic level progress. ManaDrainCancel script should remove event after logout. If someone can improve the code I will be grateful. 1. Create new .lua script...
  6. Adorius Black

    [TFS 1.4.1] TOP Online Players statues + Reward

    Hi! This script was originally posted by Xikini i think, and I've updated it with some new features. The script creates statues for the top 3 online players and updates every 5 minutes (you can modify this interval). I've added functionality where the script rewards players every 5 minutes...
  7. sevengym

    Pls help me with this code (House Training Dummy) its half-fixed.

    Inspired by this code link to post (btw i use tfs 1.5 by nekiro) I reworked the script to work like this: 1.Players can summon dummy only in houses. 2.Monster is attacking players in pz Before my change I couldnt spawn dummy in either PZ or house. I changed local creature =...
  8. Paxiz

    RevScripts 2 scripts need, chest + effect

    I need two scripts. 1. Need script to chest example evolunia quest chest, quest chest have storage 4444 and give to storage 5555 +1. 2. Need script to send effect (485) with interval 3s on Tutor, Senior Tutor, GM or other support rank. TFS 1.4.2
  9. highsanta

    [TFS 1.0+] Bag with random items inside 2024-05-19

    Use the bag to get random items and some gold.
  10. RonieNeubauer

    [Canary v.3.1.2+] Teleport Cube + Cooldown + Battle + Price

    local supremeCube = Action() local config = { price = 50000, storage = 9007, cooldown = 60, towns = { { name = "Ab'Dendriel", teleport = Position(32732 , 31634 , 7) }, { name = "Ankrahmun", teleport = Position(33194 , 32853 , 8) }, { name = "Carlin"...
  11. richardestro

    Error with firestorm Revscript

    Hey buddies, I'm trying to use this Revscript for firestorm event: --[[ Credits: Sarah Wesker Version: 1.2 Compat: TFS 1.3 Create: December 2020 ]]-- local config = { miscellaneous = { name = "FireStorm", -- event name talkaction = "!firestorm", --...
  12. T

    RevScripts Autoloot

    Hello everyone, I have a problem. I'm using the Canary OpenTibiaBR latest version, and I have this autoloot script. However, it has the following issue: after adding one item, it doesn't allow adding any more items, and the !autoloot command simply bugs out. It doesn't display any errors; it...
  13. T

    RevScripts Teleport after kill

    Hey, folks! I've created a script here, but I'm facing a certain difficulty. The script's goal is that whenever monster 'X' is killed, it creates a portal in a specific location. It's working fine, but it keeps giving the following warning I couldn't adapt the script to use 'onKill'. If...
  14. Klank

    [TFS 1.X] Food with conditions

    Hi, I'm sharing my extended food code, which can make food more useful than just eating for default reg.time. The code are configured with: Instant health Instant mana Instant soul Additional mana regeneration Additional health regeneration speed boost How to use? Add the item id of the...
  15. Sarah Wesker

    [TFS 1.5] ⚡ Bounce Spell ⚡

    Some time ago I published a rebound spell, but it had many details that could be improved, and of course I heard the complaints and decided to recreate it from scratch, trying to make it better and more precise and realistic, so here you have the rebound spell rewritten. --[[ ⚡ Bounce Spell...
  16. donabimbo

    RevScripts Problem with position in Revscripts (Action)

    Greetings, I noticed something that I don't know that I would have to add to make it work. I have a Revscripts type Movements, which I can place position on, without the need to use id, aid or uid. local wayOut = MoveEvent() function wayOut.onStepIn(creature, item, position, fromPosition)...
  17. hellboy

    TFS 1.X+ Get position light level

    Hello it's possible to get light level per selected position on server side? Including: getWorldLight() floor level item light sources (torch, firefield, etc) creatures light source (player with "utevo lux" spell, etc)
  18. Sarah Wesker

    [TFS 1.5] Send SquareColour when equiped a set

    This system is similar to the [TFS 1.5] Simple Aura System I published some time ago, but this time it's purely cosmetic. Essentially, by equipping certain pre-defined items in the configuration, you will automatically gain a colored square that appears at configurable intervals. Fully optimized...
  19. Sarah Wesker

    [TFS 1.5] Sex System 2.0 🍑

    Sex System 2.0 🍑 I already released a sex system some time ago, but it was using commands and it was a bit ugly. Here I bring you version 2, which uses modal windows, fully compatible with TFS-master. In addition to using modalwindows, sex will have benefits for both men and women. Here is a...
  20. Sarah Wesker

    [TFS 1.5] ❤ TradeTimes System ❤

    ❤ TradeTimes System ❤ System that controls how many times a specific item can be traded. The system does not time any items, you must do it yourself in your own scripts. If you want to try using it on TFS 1.4 here is a solution Here is an example of how you can add an item to the system...
Back
Top