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

Search results

  1. 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...
  2. Sarah Wesker

    🎃 Hallowen Tile 🎃

    This is a simple revscript that dresses the player with a lookType of some random monster when he steps on a tile with a specific action id or failing that a specific position. Available for TFS 1.x+ and Canary. hallowen_random_outfit.lua local config = { actionId = 8000, positions =...
  3. 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...
  4. Sarah Wesker

    [TFS 1.5] Counter based on a monster.

    I have created a couple of functions that help create a monster that represents a countdown timer with its name changing every second to reflect the countdown. On each tick, an onThink function is executed if it exists, or an onEnd function is executed if it exists. This function accepts some...
  5. Sarah Wesker

    [TFS 1.5] Simple Aura System

    Hello everyone, I hope you're all doing well. Today, I'm here to share a very simple aura system for TFS 1.5 that I think you'll find interesting. This system has some basic but useful configurations that can add a new touch to your gameplay. One of the options available is the ability to add...
  6. 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...
  7. Sarah Wesker

    🍬 Simple Quest Chest System 🍬

    Available for Engine: TFS-master data/scripts/little_quest_chest.lua --[[ Little Quest Chests Create By: 𝓜𝓲𝓵𝓵𝓱𝓲𝓸𝓻𝓮 𝓑𝓣 TFS Version: 1.5 ]]-- local storageBase = 9000000 local actionId = 65535 local action = Action() function action.onUse(player, chest, fromPos, target, toPos...
  8. Sarah Wesker

    Feature [TFS 1.5] Talkaction on/off Old Magic Wall

    Changes: Old Magic Wall Talkaction Go to your config.lua and set the clientId of the wall you want to change: magicWallId = 2129 -- magic wall Add the clientId of the old magic wall: oldMagicWallId = XXXX You can change the storage value where the ON / OFF state of the command will be saved...
  9. Sarah Wesker

    Expansive Spell with lifeleech and manaleech

    data/scripts/exevo_test.lua local lifeLeechAmount = 50 local manaLeechAmount = 50 local creaturesCount = 0 -- It is only used to calculate the number of creatures that were affected, leave it at 0 local healthEvent = CreatureEvent("leechHealth") function healthEvent.onHealthChange(creature...
  10. 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...
  11. Sarah Wesker

    [TFS 1.5] 💰 𝒟𝓇𝑒𝒶𝓂 𝒪𝒻 𝒢𝑜𝓁𝒹 💰 𝓋𝟸 💴

    Download From GitHub: 💛 Drᥱᥲm Of Goᥣd v2 💛 Download From OTLand: 💛 Drᥱᥲm Of Goᥣd v2 💛 Note: if you use TFS 1.4 you may want to try the colorless version HERE. 💛 0 Iᥒfrᥲᥴtιoᥒ 💛 1 Iᥒfrᥲᥴtιoᥒ 💛 Hoᥕ to ᥕιᥒ 1 ιᥒfrᥲᥴtιoᥒ? 💛 Hoᥕ mᥲᥒყ ιᥒfrᥲᥴtιoᥒs ᥴᥲᥒ ყoᥙ hᥲvᥱ ᥲt most: 💛.🎛MAX 💛 Thᥱ rᥱᥕᥲrd bᥲg ιs...
  12. Sarah Wesker

    Pair Of Soft Boots that regenerate by percentage

    You need to remove the active and inactive Id settings in items.xml, in this case the pair of soft boots, 2640 and 6132 You should also delete the configuration of movements.xml Then you can use the following script to have your pair of soft boots with percentage regeneration that is updated...
  13. Sarah Wesker

    [TFS 1.5] Rewards by online time (𝒪𝓃𝓁𝒾𝓃𝑒 𝒫𝑜𝒾𝓃𝓉𝓈 𝒮𝓎𝓈𝓉𝑒𝓂)

    This is a very common script, I even posted a similar one a long time ago, but I still want to post the version for TFS 1.5. for tfs 1.4 click here Rewards by online time. data/scripts/rewardsbyonlinetime.lua --𝓜𝓲𝓵𝓵𝓱𝓲𝓸𝓻𝓮 𝓑𝓣 local config = { seconds = 3600, -- 1 hour eventInterval =...
  14. Sarah Wesker

    [TFS 1.4.1+] Super Foods instantly heal

    I saw this thread and it made me want to do it for current TFS with Revscript. Here I leave the script. data/scripts/superfoods.lua local superFoods = { [31944] = { hp = 1000, mana = 2000, hpPercent = 10, manaPercent = 10, removable = true, -- remove...
  15. Sarah Wesker

    RevScripts ❤ ℱ𝓇𝑒𝑒 𝒮𝒸𝓇𝒾𝓅𝓉𝒾𝓃𝑔 𝒮𝑒𝓇𝓋𝒾𝒸𝑒 𝒯ℱ𝒮 𝟷.𝟻+ ❤

    ❤ 𝐅𝐫𝐞𝐞 𝐒𝐜𝐫𝐢𝐩𝐭𝐢𝐧𝐠 𝐒𝐞𝐫𝐯𝐢𝐜𝐞 𝟏.𝟓+ ❤ 📚 (っ◔◡◔)っ ℐ𝓃𝒻𝑜𝓇𝓂𝒶𝓉𝒾𝑜𝓃 📚 ❤ ℰ𝓃𝑔𝒾𝓃𝑒: 𝒯ℱ𝒮 𝒪𝒻𝒾𝒸𝒾𝒶𝓁 ❤ ℰ𝓃𝑔𝒾𝓃𝑒 𝒱𝑒𝓇𝓈𝒾𝑜𝓃: 𝟷.𝟻+ ⚙🔧ℋ𝑜𝓌 𝓉𝑜 𝓇𝑒𝓆𝓊𝑒𝓈𝓉 𝒶 𝓈𝒸𝓇𝒾𝓅𝓉? ❤ ℳ𝒶𝓀𝑒 𝓈𝓊𝓇𝑒 𝓎𝑜𝓊 𝓂𝑒𝑒𝓉 𝓉𝒽𝑒 𝒸𝑜𝓇𝓇𝑒𝒸𝓉 𝓋𝑒𝓇𝓈𝒾𝑜𝓃 𝒶𝓃𝒹 𝑒𝓃𝑔𝒾𝓃𝑒. ❤ 𝒯𝓇𝓎 𝓃𝑜𝓉 𝓉𝑜 𝓂𝒶𝓀𝑒 𝓎𝑜𝓊𝓇 𝓇𝑒𝓆𝓊𝑒𝓈𝓉 𝓉𝑜𝑜 𝒸𝑜𝓂𝓅𝓁𝑒𝓍, 𝒶𝓈 𝓉𝒽𝑒 𝓈𝒾𝓂𝓅𝓁𝑒𝓈𝓉 𝑜𝓃𝑒𝓈 𝓌𝒾𝓁𝓁 𝒷𝑒 𝓉𝒶𝓀𝑒𝓃 𝒸𝒶𝓇𝑒 𝑜𝒻 𝒻𝒾𝓇𝓈𝓉. ❤ 𝒴𝑜𝓊 𝒶𝑔𝓇𝑒𝑒 𝓃𝑜𝓉 𝓉𝑜...
  16. Sarah Wesker

    [TFS 1.5] Sex System

    Hello everyone, I wanted to give this script to you on Valentine's Day, but I couldn't do it on time, so here it is today. Description: This is a small system of sex between players. How is it used? You just have to have a player in front of you and say the command !sex, then a sex request is...
  17. Sarah Wesker

    [TFS 1.5] Small Action Reward Container System

    This is a short script that I wrote quickly for those who still have the habit of creating small chest rewards in the map editor. data/scripts/rewardContainerSystem.lua local action = Action() function action.onUse(player, item, fromPos, target, toPos, isHotkey) if not...
  18. Sarah Wesker

    [TFS 1.4] Small Upgrade System (allowed wand and rods)

    Small Upgrade System The upgrade of wands and rods is allowed. You can add several types of object to use the system, in example code I have configured two objects per example: Each object has its well defined properties and it is already a matter of you using your imagination ||||||||: Here...
  19. Sarah Wesker

    [TFS 1.3] Mini Shop with command or modalWindow

    Extra: Most updated version with new features Note: Versión custom (Use the Extra) A small store system with command but that also works with windows. If you want to open the modalWindow you just have to type: !shop list If you want to buy with just the command you must type: !shop <nombre...
  20. Sarah Wesker

    [TFS 1.3] Small Boss Room

    data/scripts/bossroom.lua local config = { actionId = 5900, -- ActionID to use in the lever bossName = "Demon", bossPosition = Position(3111, 1846, 7), -- Position where the boss will appear bossArea = { fromPos = Position(3101, 1845, 7), -- Upper left corner of the room...
Back
Top