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

revscriptsys

  1. Hyagosrs

    RevScripts NPC Addoner Request

    Does anyone have a NPC Addoner to help me?
  2. 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
  3. Jaki Maoh

    RevScripts Rain Effects change with/without source edit

    Hello community! I've been searching around, and found some brilliant scripts that made it rain some (CONST?) effects from the sky and in the ground. I was thinking if perhaps it is possible to add new effects types on source and then adding new images (gifs or pngs) for this effects. If...
  4. Jaki Maoh

    RevScripts [TFS1.X+] Achievements talkactions script?

    Hello community! I followed this thread: Darkhaos Achievements LIB/Talkaction Changed some functions to try and make it work but unsurprisingly, did not manage. So I decided to call you experts for help. ;) Could someone make/share a working talkaction just like @Evil Puncker's that checkes...
  5. Znote

    [TFS 1.3] Broadcast a welcome message when a new account logs in for the first time

    File install path: data/scripts/welcome.lua When a player logs in for the first time (on an account), broadcast a message to every player online, welcoming them to the server. This gives existing players a chance to welcome and help them get started on the server. I believe persistent...
  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. Hyagosrs

    TalkAction Command !softboots [REVSCRIPTSYS]

    this is a command to renew soft boots !softboots. add this script (soft_boots.lua) in /data/scripts/talkaction/players local aol = TalkAction("!softboots") function aol.onSay(player, words, param) if player:removeMoneyNpc(10000) and player:removeItem(10021, 1) then...
  8. soul4soul

    OpenTibia OT Monster Converter

    OT Monster Converter OT Monster Converter is a tool for converting monster files between the various formats used by open tibia servers. Any supported input format can be converted to any supported output format. The program is flexible enough to allow the same input and output format which is...
  9. V

    Actualizar tfs

    ¿Buenas, como va todo? Necesito de su opinión, tengo un servidor otbr cuando aún no habían implementado revscripts, realmente todo funciona muy bien, la duda que tengo es si en algo cambian los revscripts a los que se usaban antes? Mayor optimización, más posibilidades realizar scripts o solo es...
  10. Snavy

    MoveEvent [1.3] Zombski 🧠🧟‍♂️

    Preview https://streamable.com/omlu69 https://streamable.com/t94vmq map setup code Create new folder in data/scripts, call it zombie Inside data/scripts/zombie/ add the following files: zombski.lua zombie.lua
  11. Snavy

    Action [1.3] BattleCity 🔥

    Inspired by Preview gamepreview (https://streamable.com/45m0vj) Setup Code inside your data/scripts/ folder create a new folder called battlecity (data/scripts/battlecity/) Download battle_city.zip and extract the files into the folder you created.
  12. Snavy

    Action [1.3] Bomberman 💣💥

    How to play - to place bombs use !bomb command Setup Preview Code (UPDATED 14 Apr 2021 - 15:56 - GMT+2) data/scripts/bomberman.lua Support If you have problems with the code, create a new thread on the support board.
  13. Snavy

    Lua Snavy & Levi - Free Scripting Service - TFS 1.3

    @Levi999x and I will be providing scripting service for free. The thread will be locked after a while but might be unlocked again later. [ REQUIREMENTS ] TFS: 1.3(+) ( github.com/otland/forgottenserver ) SCRIPTS: Actions, Creaturescripts, Globalevents, Movements, Talkactions INFO: Give...
  14. Snavy

    TFS 1.X+ check talkaction origin

    Is there a way to know, from the sources, whether a talkaction was registered through revscriptsys?
  15. T

    TFS 1.X+ performance

    hey folks, excuse my ignorance but i want developers with more experience to share what they think about this will normal players feel the diff between revscriptsys script, tfs 1.3 functions script or tfs 1.3 with old 0.4-0.3 functions script? will it cause any type of performance problems if...
  16. Znote

    [TFS 1.3] [Revscriptsys] Free Lua scripting service - Post your requests! Let's learn it together!

    What is revscriptsys? Revscriptsys is a new way to register your scripts in an easy drag and drop way without the need to register it with xml. Basically you just place your .lua file into data/scripts/ or any subfolder according to your taste, except for monster files, they go into...
  17. hellboy

    revscriptsys

    Yesterday I saw this commit: revscriptsys (#2558) · otland/forgottenserver@62dac47 (https://github.com/otland/forgottenserver/commit/62dac47c01610f652a5d792d4c9e06f4f0febefa) 1. There is any additional documentation about this? Last time I heard about revscriptsys few years ago (I guess in...
Back
Top