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

    [TFS 1.5] Loot Extractor

    Hello everyone! I decided to share resource implemented on my server. Script refers to an item with a 'use with' option, which allows us to extract and pack specific loot from any container with the 'pickupable' attribute. Below will be brief description how to implement it. PART I - data...
  2. D

    TFS 1.X+ How to make a rebirth system with damage bonus% with each rebirth

    I know there is onChangeHealth function to make it work. but it doesn't work for me, the only damage that gets increased, is the DMG mobs to the player. I don't know how to fix this. I am in TFS1.5. This is what my code looks like right now: local event = CreatureEvent("DamageBoost") function...
  3. Bee King

    otcv8 customise character

    Hi everyone,After installing the task and store modules, I noticed an issue with my character customization system. The colors change normally and everything seems to work, but the character preview in the "customize" window always appears completely white.Has anyone encountered this issue...
  4. Lukinhah

    Error Attack/runes/magic in 'L'

    ? - not attack in 'L' ? - attack 1 sqm below TFS 1.5 How i do for fixed this bug?
  5. L0FIC

    TFS 1.5 PZ Icon Not Showing [ICON_PIGEON]

    Hello Guys, Using TFS 1.5 (7.72) and Otcv8 client, and i can't get the Protection Zone (Dove/Pigeon) icon to show when I enter protection zones. In player.cpp this part was previously commented out (ICON_PIGEON), i removed the comments and recompiled and restarted the server, but alas... Still...
  6. Bee King

    C++ Trade with NPC, nekiro downgrade 1.5 8.0

    Here’s the translation: I am using TFS 1.5 downgrade 8.0 from nekiro, and I want to add the NPC trade option, where the modal window opens and makes buying/selling with them easier... I found something related here, but it’s a bit vague. If someone has already implemented this and knows...
  7. G

    Lua Help for task system 1.5

    Hello everyone, I am trying to implement a task system in this source from MillhioreBT. (GitHub - MillhioreBT/forgottenserver-downgrade: TFS Downgrade 1.5 8.6)) I followed all the instructions from various topics, but unfortunately, I was not successful and couldn't find any solution for this...
  8. Evil Hero

    [TFS 1.5] Raw Functions and Variables dump 1.0

    This file includes a complete raw data dump of all the current functions and variables from TFS 1.5 The file is just for linters or to search something specific PLEASE DO NOT LET YOUR SERVER LOAD THIS FILE
  9. 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,
  10. 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...
  11. 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...
  12. 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)...
  13. 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...
  14. 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!
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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
  20. 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...
Back
Top