• 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+ / Canary] ๐ŸงŸ Zombie Event ๐ŸงŸ

    Sarah Wesker submitted a new resource: [TFS 1.5+ / Canary] ๐ŸงŸ Zombie Event ๐ŸงŸ - Zombie event created by ๐“œ๐“ฒ๐“ต๐“ต๐“ฑ๐“ฒ๐“ธ๐“ป๐“ฎ ๐“‘๐“ฃ Read more about this resource...
  2. 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...
  3. 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 =...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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 =...
  15. 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...
  16. Sarah Wesker

    RevScripts โค โ„ฑ๐“‡๐‘’๐‘’ ๐’ฎ๐’ธ๐“‡๐’พ๐“…๐“‰๐’พ๐“ƒ๐‘” ๐’ฎ๐‘’๐“‡๐“‹๐’พ๐’ธ๐‘’ ๐’ฏโ„ฑ๐’ฎ ๐Ÿท.๐Ÿป+ โค

    โค ๐…๐ซ๐ž๐ž ๐’๐œ๐ซ๐ข๐ฉ๐ญ๐ข๐ง๐  ๐’๐ž๐ซ๐ฏ๐ข๐œ๐ž ๐Ÿ.๐Ÿ“+ โค ๐Ÿ“š (ใฃโ—”โ—กโ—”)ใฃ โ„๐“ƒ๐’ป๐‘œ๐“‡๐“‚๐’ถ๐“‰๐’พ๐‘œ๐“ƒ ๐Ÿ“š โค โ„ฐ๐“ƒ๐‘”๐’พ๐“ƒ๐‘’: ๐’ฏโ„ฑ๐’ฎ ๐’ช๐’ป๐’พ๐’ธ๐’พ๐’ถ๐“ โค โ„ฐ๐“ƒ๐‘”๐’พ๐“ƒ๐‘’ ๐’ฑ๐‘’๐“‡๐“ˆ๐’พ๐‘œ๐“ƒ: ๐Ÿท.๐Ÿป+ โš™๐Ÿ”งโ„‹๐‘œ๐“Œ ๐“‰๐‘œ ๐“‡๐‘’๐“†๐“Š๐‘’๐“ˆ๐“‰ ๐’ถ ๐“ˆ๐’ธ๐“‡๐’พ๐“…๐“‰? โค โ„ณ๐’ถ๐“€๐‘’ ๐“ˆ๐“Š๐“‡๐‘’ ๐“Ž๐‘œ๐“Š ๐“‚๐‘’๐‘’๐“‰ ๐“‰๐’ฝ๐‘’ ๐’ธ๐‘œ๐“‡๐“‡๐‘’๐’ธ๐“‰ ๐“‹๐‘’๐“‡๐“ˆ๐’พ๐‘œ๐“ƒ ๐’ถ๐“ƒ๐’น ๐‘’๐“ƒ๐‘”๐’พ๐“ƒ๐‘’. โค ๐’ฏ๐“‡๐“Ž ๐“ƒ๐‘œ๐“‰ ๐“‰๐‘œ ๐“‚๐’ถ๐“€๐‘’ ๐“Ž๐‘œ๐“Š๐“‡ ๐“‡๐‘’๐“†๐“Š๐‘’๐“ˆ๐“‰ ๐“‰๐‘œ๐‘œ ๐’ธ๐‘œ๐“‚๐“…๐“๐‘’๐“, ๐’ถ๐“ˆ ๐“‰๐’ฝ๐‘’ ๐“ˆ๐’พ๐“‚๐“…๐“๐‘’๐“ˆ๐“‰ ๐‘œ๐“ƒ๐‘’๐“ˆ ๐“Œ๐’พ๐“๐“ ๐’ท๐‘’ ๐“‰๐’ถ๐“€๐‘’๐“ƒ ๐’ธ๐’ถ๐“‡๐‘’ ๐‘œ๐’ป ๐’ป๐’พ๐“‡๐“ˆ๐“‰. โค ๐’ด๐‘œ๐“Š ๐’ถ๐‘”๐“‡๐‘’๐‘’ ๐“ƒ๐‘œ๐“‰ ๐“‰๐‘œ...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top