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

tfs1.5

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. J

    Can not login to tibia

    Hello I have tfs 1.5 8.60 by nekiro and ubuntu 20.04 and I can not login to tibia when I login is write cannot connect to the game server Error disconnected from server (200002) Please help me - Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"...
  7. 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...
  8. Erambo

    TFS 1.X+ [TFS 1.5 / 7.72] cannot use object - transforms.lua

    Hello Otlanders, Issue: "You cannot use this object" - result when trying to use torch (itemId: 2050) Desc: There are some lack of id's in transform.lua I guess... Even that, when I've added id's for torch, it works but just to mid step, then the torch burned endlessly, probably I added id's...
  9. Z

    Rarity items tfs 1.5 7.72

    trying to implement [TFS 1.X] Rarity Rolls & Custom Attributes Library (https://otland.net/threads/tfs-1-x-rarity-rolls-custom-attributes-library.268888/) on nekiro tfs 1.5 772 everything working with some changes to source and script but when i use element damage it doesnt work. The damage...
  10. Aspect

    C++ Check in Monster Spells

    How do I do this in TFS 1.5? SpellList::const_iterator it = mType->spellAttackList.begin(); for(uint32_t i = 1; it != mType->spellAttackList.end(); ++it, ++i) I know how the functions are called, but I didn't understand how it would work to do it this way in 1.5 since SpellList and...
  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

    [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...
  13. Tacabala22

    RevScripts Small Upgrade System on TFS 1.5 Downgrade Nekiro 8.6

    [PT-BR] Olá, preciso de ajuda. Ficarei feliz se alguém puder ajudar, eu segui esta instalação, e me deparei com este erro! [EN] Hello, I need help. I will be happy if anyone can help, I followed this installation, and I came across this error! Lua Script Error: [Scripts Interface]...
  14. G

    OTClient otc 12.86

    still not possible to use otc in version 12.86 of tfs from github? And if it is already possible, where is it?
  15. Sarah Wesker

    Scripter 🌸 Scripting Services - TFS 1.X+ / Canary 🌸

    💖 Hello OTLanders community! 💖 I'm @Sarah Wesker, a programmer with extensive experience in developing and maintaining OT Servers 1.x+. Over the years, I have worked on several Tibia server projects, and now I would like to offer my skills and knowledge to the community. Here is a summary of...
Back
Top