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

    TFS 1.X+ Market System 7.72

    Does anyone know how I can add items to the market? Since 7.72 doesnt have this if I open it from object builder,
  2. VitoxMaster

    Solved NPC with more than 255 (limit) items on list [OTVclientv8 + TFS 1.5 Nekiro 8.6]

    Hi everyone. I couldn't find similar topic so I've decided to post it. Perhaps someone will be able to guide me or provide some tips / reasonable solution. On my server I wanted to have just 1 NPC who buys all the creature products. Everything was fine when list of items was smaller than 255...
  3. E

    TFS 1.X+ [TFS 1.5] Attribute problems (onHealthChange & getMana)

    Using; tfs 1.5 together with the alkarius 1.3 and the attribute crafting system that is in the files are currently not up to date and need some code-fixing to work. I've tried to google and the best help I've found was through puncker to add a few lines in compat (which hasn't helped me in the...
  4. E

    TFS 1.X+ Promotion errors after upgrading to tfs 1.5.

    Merged 1.3 alk custom rlmap together with the tfs 1.5 and this pops up in the enginelog when I attempt to buy promotion; Lua Script Error: [Npc interface] Data/npc/scripts/Queen Eloise.lua:eek:nCreatureSay data/lib/core/player.lua:59: attempt to call method 'getPremiumDays' (a nil value)...
  5. E

    Otcv8 graphic clitches

    Hey! Ive got a rlmap thats attached to my tfs 1.5 nekiro downgraded version and Ive experienced several extreme graphic bugs with the masterbranch of otcv8. Examples; In ivory towers my char can disappear. In feru Citadel my char can disappear, or get a Clone. Mobs can be cloned aswell which...
  6. SalvaART

    Lua Learn spell by making quest TFS 1.5

    Hello everyone! Could someone explain to me how to teach spells by completing quests? Namely, when we complete the quest, click on the box, it teaches us the spell, gives us a reward and a message pops up such as you received a reward xxx and you learned the "utevo lux" time. Big + for any help!
  7. E

    Compiling [Solved] core.h errors. TFS 1.5 Downgrade 8.6.

    As the topic says I'm having issues compiling on windows due to core.h errors. Please see the pictures below; I've tried several google fixes and non of the ones I could find worked. My exhausted brain is melting and I've sat with this for too long so I'm asking you guys, that might be able...
  8. SalvaART

    Lua Levers - block use to restart server

    Hello, can someone explain to me how to make a lever and lock it for the next server save? ... so we can use only one time this lever who will open something on server save FOR ANY TIPS BIG +++ function onUse(cid, item, fromPosition, itemEx, toPosition) local gatePos = {x=32010, y=32100...
  9. 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...
  10. VitoxMaster

    TalkAction [TFS 1.3+] Player statistics in text dialog

    Hi guys! I've been here for quite some time and I decided to share my last small talkaction implemented for my server. Since my server is based on 8.6 (Nekiro downgrade TFS 1.5) and I use official tibia client I have no possibility to simply implement new window on user interface. That's how an...
  11. J

    MYACC category shop

    Somebody meybe know how I can add new category items in shop ,how I can do it in mysql ,how create new category Druid,knight,paladin in table z_shop_category Can somebody help me ?please 1690674438 When I add to shop new items is say No categories in database
  12. aqubjukr

    TFS 1.X+ Get a value by showTextDialog

    Does anyone know how to tell me the correct way to get the text value typed by the player inside the showTextDialog? I know that the function is structured in the following way: showTextDialog(id, text, canWrite, length), but I couldn't do it at all. local function processValue(cid) local...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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"...
  19. 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...
  20. 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...
Back
Top