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

Recent content by Belfahar

  1. Belfahar

    Canary NPC Trade Category

    Hello folks. I'm trying to create an NPC similar to "Rock in a Hard Place"'. However, this NPC will sell imbued items, and the idea is to open the trade window according to what the player wants to buy. But it's not working. I searched through the functions.cpp for another way to accomplish this...
  2. Belfahar

    [Dowloads] LaucherOpenTibia All Tibia

    Hello @Zerox009 , first I would like to thank you for your work! I'm trying to create a launcher for my server's client. Do you have a video explaining how I can change the settings and generate the launcher exe?
  3. Belfahar

    RevScripts Create doom event to Boss

    Good morning, everyone! I'm creating an event for the boss where, upon reaching 80% of its health, it teleports to the center of the room, notifies players that it's about to unleash a spell. In the initial phase, warning tiles for the magic area are created. Afterward, the actual magic is...
  4. Belfahar

    Lua How to create spell warning area?

    Hey everyone, how's it going?! First, I want to thank you for all the support I've been receiving! The server will be launched on the next 15th! Today, I'm trying to create a spell that has that 'where it's going to fall' effect, like a warning for the player to have 2 seconds to dodge. I've...
  5. Belfahar

    RevScripts Boss with Enraged and Tiles Deal Damage

    Thank you bro! Works perfectly!
  6. Belfahar

    RevScripts Boss with Enraged and Tiles Deal Damage

    Good evening! I am creating a boss with a mechanic where, when it reaches 90% HP, it gains a 25% damage buff (this already works using onThink). And an event is triggered where random tiles are generated within the room that deal 5K damage to the player stepping on them (this works using...
  7. Belfahar

    RevScripts Conditions for Itens

    Hi everyone, I opened another topic because the last one was about Attributes, and they are different things. Let's get into it; I'm dealing with the item upgrade script. I managed to reach a solution, and the item receives the condition, and when the player equips it, it works. Now my problem...
  8. Belfahar

    RevScripts setAttribute on itens

    @Fjorda I've tried various possibilities and still haven't succeeded. I've searched through the sources looking for definitions, but I still don't know how to apply them in the script. I wanted to better understand the application of the Custom and Special conditions. Or if perhaps I could...
  9. Belfahar

    [TFS 1.4] Small Upgrade System (allowed wand and rods)

    I'm trying to adapt it to a shorter upgrade script, but I can't get the setCustomAttribute to work for adding special skills, such as life leech, for example. Does anyone know how I can adjust it? local HammerCreation = Action() function HammerCreation.onUse(player, item, fromPosition...
  10. Belfahar

    RevScripts setAttribute on itens

    I tried this alternative and couldn't succeed. I'm trying to figure out how the application of imbuements on items. It could be a path as well.
  11. Belfahar

    RevScripts setAttribute on itens

    @Fjorda I change item: for target: and its work. Some changes works but life leech, mana leech and skills don't. Does anyone know what the parameter is to modify these attributes? On Canary. local HammerCreation = Action() function HammerCreation.onUse(player, item, fromPosition, target...
  12. Belfahar

    RevScripts setAttribute on itens

    Hey guys! Now i'm trying to create a very simple system. The player uses the hammer (37171) on the demon shield and it receives some attributes. However, it doesn't work. local ForgeCreation = Action() function ForgeCreation.onUse(player, item, fromPosition, target, toPosition, isHotkey)...
  13. Belfahar

    RevScripts Addon chest with math random

    Hello everyone, how are you? I'm looking for a script where the player can click on a chest every 20 hours.In this chest he has a 10% chance of getting an outfit and a 90% chance of getting crystal coins. Does anyone know how to do it for Canary?
  14. Belfahar

    RevScripts Craft table

    Hi everyone, it's me again! I appreciate all the support and help you have given, I am learning little by little. Today i trying to create an item crafting system, the player clicks on the statue and opens the modal window for interaction, but the script is not working. local forgeExal =...
  15. Belfahar

    RevScripts Kill monster and get storage

    works perfectly, thank you!
Back
Top