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

    TFS 1.X+ [TFS 1.3] How to Change Monster's Spell In-Game?

    Hello guys! Is there any event or function to change monster's spells in-game (real time, after loading distro)? Is it possible? For example, a Lava-Golem has Fireball spell and a player click in a lever in a quest, and after that, the Lava-Golem at the area lose the Fireball spell.
  2. Yan18

    TFS 1.X+ [TFS 1.3] Summons Cannot Uses Spells From the Same Monster in XML File

    Hello people! Is there a way for a summons cannot uses spells that the same monster (enemy) has in attack tag in xml file? For example, the monster Magma Crawler has the attack: <attack name="magma crawler soulfire" interval="2000" chance="20" /> And I want that I summon him, the Magma...
  3. Yan18

    [TFS 1.3] How to Remove Words from Players When Say a TalkAction

    Hello folks I want to know how to "hide" or don't show words when a player says a talkactions. For example, a player says "!online" and the comand "!online" cannot show at the screen. Other players can't see the comand from another player.
  4. Yan18

    TFS 1.X+ [TFS 1.3 - RevScripts] How to Use Spells by Callback Instead setFormula for Summons?

    Hello guys! I wanna create a spell by RevScripts using combat:setCallback instead combat:setFormula because setFormula is static and I can't get summons from a player. I tried to create a spell, but have no damage (0 value damage): local combat = Combat()...
  5. Jaki Maoh

    RevScripts Rain Effects change with/without source edit

    Hello community! I've been searching around, and found some brilliant scripts that made it rain some (CONST?) effects from the sky and in the ground. I was thinking if perhaps it is possible to add new effects types on source and then adding new images (gifs or pngs) for this effects. If...
  6. Jaki Maoh

    RevScripts [TFS1.X+] Achievements talkactions script?

    Hello community! I followed this thread: Darkhaos Achievements LIB/Talkaction Changed some functions to try and make it work but unsurprisingly, did not manage. So I decided to call you experts for help. ;) Could someone make/share a working talkaction just like @Evil Puncker's that checkes...
  7. Jaki Maoh

    AAC [TFS 1.3] ZnoteAAC shop item to store-inbox

    Hello community! I am using TFS 1.3 and Znote's store revscriptsys, and did not manage to send items directly to store-inbox. I've followed some threads, but still was not able to make the modification work. thread most similar Does anyone knows a way to make it work? Thanks in advance Jaki
  8. Jaki Maoh

    NPC Storage checker NPC "Removedemon"

    Hello community! I really needed a way to check the player storages and as I could not find a simple way to do that, ended up creating this NPC that has helped me a lot already. If anyone is interested in doing some quest or really any kind of script that uses storages, this could be handy...
  9. 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...
  10. 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."
  11. 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?
  12. 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.
  13. 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...
  14. 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.
  15. 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...
  16. 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"/>...
  17. 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. :)
  18. 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?
  19. 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...
  20. 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...
Back
Top