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

    Lua HELP ERROR TFS 1.4 ACTION MANA RUNE

    Hi friends, I have this mana rune script, I need it to be used in the protection zone and that it cannot be used in another user since when using it in another user it takes out a white skull as if you were attacking, it would be of great help thanks . I'll leave the code here function...
  2. VagosClubTM

    Lua tfs 1.4 Random Monster Skins

    Hello friends, I need to know if anyone has a mana rune script, I need it to request a vocation to be used and without a level limit. but if of magic level. Also if a transformation rune is possible, which changes your appearance for a few seconds (1200) and that can be configured so that every...
  3. Yan18

    C++ [TFS 1.3] - How to Get When a Monster use Melee Attack (Basic Attack) and When the Monster uses Spell in Monster.xml in Tag <attacks> from C++Source?

    Hi Guys, As the title says, how can I get in the source when a monster uses melee attack (Basic Attack) and when the monster uses a Spell attack contained in tag <attacks> in the Monster.xml ?
  4. S

    [TFS 1.3 - NPC] NPC does not sell new items

    I'm using the TFS 1.3 downgrade from Nekiro 8.6. I added the Exercise Weapon system and it's working perfectly, but I'm trying to put the weapon to sell to the NPC and I can't, the item appears in the trade window but I can't buy it and I don't even look I can put other existing items, but...
  5. Yan18

    TFS 1.X+ [TFS 1.3] Which Condition to Use for Creature has Speed 0? Paralyze or Haste?

    Hi guys I wanna do a creature has 0 speed for a specific time by condition, but I tried to use CONDITION_HASTE and CONDITION_PARALYZE, but it didn't work. local speed = creature:getSpeed() local condition = Condition(CONDITION_PARALYZE) condition:setParameter(CONDITION_PARAM_TICKS, 10000)...
  6. Yan18

    TFS 1.X+ [TFS 1.3] How to do Deep Search in a For Loop in Main Backpack to Searching Items Inside Other Backpacks?

    Hi guys How to do a deep search for loop to search items in backpacks inside main backpack?
  7. R

    RevScripts [tfs 1.3] summon an exclusive npc

    Hello everybody. Well, I have a really cool idea to apply on otserver but I tried to script it myself and it wasn't successful... I will explain what I would like: you buy a scroll (Permanent) where you can summon an exclusive NPC of yours (of course party people can use it). After 1 minute...
  8. Yan18

    [TFS 1.3] How to Do Player No Drop Loot When Die?

    Hello guys! How to do players no drop loot when die? I tried to add: player:setDropLoot(false) In events onLogin(), onDeath() and onPrepareDeath(), but didn't work.
  9. Yan18

    TFS 1.X+ [TFS 1.3] How to Do Players No Hit Monsters Melee and Range Damage?

    Hello folks! I would like to know how to do players no hit damage monsters melee and range, however, the player can target monsters. In other words, I want players can target and focus monsters, but the monsters don't receive damage from players (0 damage when targeting). Although, the monster...
  10. R

    Forgottenserver - protocol 10x and 12x

    Hello there! Today i'm using OTBR source, protocol 12.64 and i'm migrating to Forgotten Server, so i cloned Forgotten Server to my VM. I'm migrating because i need a clean source and datapack. I'm creating a alternative tibia server (Battle Royale - show project later) and i need use OTCV8...
  11. Yan18

    TFS 1.X+ [TFS 1.3 - MonsterSpell] - How to Use MonsterSpell to Get an Existing Spell to add in MonsterType:addAttack(Spell)?

    Hello people! As the title said, how can I use the function MonsterSpell to get a Spell and add in a monster by MonsterType:addAttack(Spell)? I want to add spells not contained in xml from monster that respawns.
  12. Yan18

    [TFS 1.3 - RevScripts] Spell Error: LuaScriptInterface::luaCreateCombatArea(). This function can only be used while loading the script.

    Hello Guys! I created a spell in area that depending on the direction, will change the area and effect. When I use the spell, generate this error: LuaScriptInterface::luaCreateCombatArea(). This function can only be used while loading the script. stack traceback: [C]: in function...
  13. 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.
  14. 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...
  15. 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.
  16. 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()...
  17. 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...
  18. 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...
  19. 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
  20. 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...
Back
Top