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

tfs 1.3

  1. Jaki Maoh

    C++ Quiver system source modification attempt

    Hello Community! I was searching the forum for a way to implement a quiver system and found this post: After following the tutorial and experimenting some things here and there, I tried to make some alterations. First of all, a little modification to @Infernum 's edit, allowing to add multiple...
  2. B

    Myacc TFS 1.3 Phpmailer send recovery problem

    Hello! I have a problem when I give account password recovery by sending an email and I don't get it. Log from Mail-error "Could not instantiate mail function."
  3. B

    Myacc TFS 1.3 Gesior shop plugin

    Myacc TFS 1.3 Gesior shop plugin Hello! I have uploaded the gesior shop plugin for myacc and I no get items. Can someone help me?
  4. Yan18

    TFS 1.X+ [TFS 1.3] How to Create An Instant Spell in Spell Folder (RevScripts)?

    Hello guys! As the title says, I would like to know how to create an instant spell. I'm learning how to use RevScripts and I would like to know if there is someone that can explain me how to do that. If is possible, to create a easy spell, as Fireball for example.
  5. Lording

    TFS 1.X+ [TFS 1.3/4] Wrong SQM's/Tiles blocking?

    I'm currently using TFS 1.3/4 Downgrade from Nekiro. Stock code from github and stock OTClient 1.0 from Mehah. This error happens with or without GM account. I have no idea how to explain this, but I can leave some images. Hope someone can figure it out or has experience with something like...
  6. Yan18

    TFS 1.X+ [TFS 1.3] How to do a Summon Use Specific Spell When the Player to Click in an Item?

    Hello folks! I'm learning how to create spells and I would like to know how to do for the summon's player use a specific spell when a player to click in an item? For example, the player click in gold coin and the summon of the player use Fireball.
  7. Alkenyx

    TFS 1.X+ TFS 1.3 - Poison Fields seems to be buggy.

    Hello ppl. My players told me, that step in poison fields always do fix 100 dmg IF you aren't already poisoned. Otherwise you won't get dmg. All monsters can move across it without getting any dmg. I've already checked the step in but can't find a file that handles dmg of poison fields. Can...
  8. Raikou

    TFS 1.X+ onKill script get's triggered more than once

    Hello all, I got a problem with getting the onKill event triggered more than once. Several checks have been done and my conclusion is that the script gets triggered several times. The script is called within the creaturescript: <event type="kill" name="Bosskill" script="Bosskill.lua"/>...
  9. Alkenyx

    TFS 1.3: How to implement..

    Hello Folks. I think about implementing Umbrals Weapons in my TFS 1.3 Server with an self-made map. Your ideas are welcome here. :)
  10. Yan18

    TFS 1.X+ [TFS 1.3] - How to Get the Name of Player Summons When They Die

    Hello guys! I need a little help. I need to get the name of summons when a player summon die. I tried with onPrepareDeath and onDeath, but I haven't any results :(. How can I do that?
  11. Jaki Maoh

    RevScripts Show text on screen without using movements or actionIDs.

    Hello Community. The idea is to have a message pop up everytime the player changes locations, with the intent of making the locations and name of the places better known. Searching the forum I found some ways to make messages appear on the screen, but almost always based on a timer (onThink...
  12. U

    TFS 1.X+ TFS 1.3 Auto Deposit Gold Help

    Hi guys, I've searched several forums trying to resolve my question, but I was unsuccessful, I'm trying to make the autoloot on my server to automatically deposit the monster's gold in the player's bank (only the gold, the monster's loot remains in the backpack), what I've discovered so far is...
  13. Alkenyx

    TFS 1.3 - Implementing Quiver Problem

    Hello Folks. I'm trying to implement a quiver for pallys but my bow don't want to shoot. https://otland.net/threads/quiver-tfs-1-x-0-x.264070/page-2 Working with TFS 1.3.
  14. Alkenyx

    TFS 1.X+ Quest Chest gives Key for special doors.

    Good Morning everyone. Somehow I can't figure out how to create a simple quest: 1. Open the chest, give a key. 2. Key opens door, other chest or something else. Thats my actual not working setup: 1. Created a keychest_pergamon_graveyard.lua in my actions/scripts/quests folder. function...
  15. Alkenyx

    TFS 1.3 - Buggy Doors

    Hello everyone. Server: TFS 1.3 Client: 10.98 Remere: 3.2 and 3.7 Am I the only one who places a normal door (ID 6252) in an stone wall for example that's locked in game? I guess I must do smth wrong.. And don't tell me to use RAWs..
  16. Codinablack

    Revscripts(1.3) Custom Equipment {SYC}

    Ok everyone, I have been working on something for a few weeks in my spare time, and I'm here to share with you, a "Custom Equipment" system, that loads all your custom equipment properties thru a single xml file. Credits to : @azzkaban for original release this is based off of here Special...
  17. F

    Compiling [TFS 1.3 - 8.60] Problem to compile TFS [vcpkg x64 - MSVS 2019]

    Hey, Guys, Yesterday i tried to compile tfs 1.3 downgraded to version 8.60, but visual studio returns this error 1>------ Compilação iniciada: Projeto: theforgottenserver, Configuração: Release x64 ------ 1>iologindata.cpp...
  18. ZeroSkyer

    Lua Check Multiclient

    Hi friends. This code is from another user here from Otland. It does not allow you to attack other characters with 2 characters. What I'm looking for is that it allows you to attack with only 2 characters. Code: if self and target then if self:isPlayer() and target:isPlayer()...
  19. ZeroSkyer

    Lua global storage permanent

    Hello I am making a script to give a mount to the first 100 players that enter my server. The mount part is ready, but how can I end the event? Think of a globalstorage that adds up to 100 and when it is greater than or equal to 100 the script would stop working. It works in fact, but in the...
  20. AlexMercer777

    TFS 1.X+ I need to know if this server has viruses.

    I downloaded this datapack from this page, but I don't know if it has a virus, and if so. How do I remove them. https://tibiaking.com/forums/topic/100062-tfs-13-1098-completo-siteotclientsrcs/
Back
Top