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

  1. Aeronx

    Advanced Ice Storm Spell

    use 2 instead of 3...
  2. Aeronx

    TFS A* Algorithm :D

    @Itutorial I've been implementing those changes, but something is wrong with this: void Game::checkCreaturesPath(size_t index) { g_scheduler.addEvent(createSchedulerTask(EVENT_CREATURE_PATH_INTERVAL, [=, this]() { checkCreatures((index + 1) %...
  3. Aeronx

    TFS 1.X+ Wrath of the emperor, duplicated spawn when boss dies.

    You are calling twice game.createMonster... once onkill and once onDeath
  4. Aeronx

    Tibia not Tibia - Development Thread

    Jisus @oen432 ! Always amazing! great work man!
  5. Aeronx

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Hey man! here goes 2 request. Feel free to ask if you feel there's more info needed. 1. Chain Quest system. - 1 or more NPCs that give you different quest, each quests chains with another quests. Quests should be from turning in items, killing X monter(s), using X item (storage or similar in...
  6. Aeronx

    DPS Tracker

    Working perfectly! Great Xikini! Great! :)
  7. Aeronx

    Lua Xikini's Free Scripting Service TFS 1.4.2

    Hey @Xikini , since i've seen you testing and learning few things on your streaming, what about damageMap? Lets say a script that calculates damage done per second (DPS) of all the players who attack the target and after it dies or certain amount of time, a window pops up and show names and...
  8. Aeronx

    Lua Xikini's Free Scripting Service TFS 1.4.2

    TFS 1.4.2 already has critical strike as attribute you just need an action that adds critical to the item. enum SpecialSkills_t { SPECIALSKILL_CRITICALHITCHANCE, SPECIALSKILL_CRITICALHITAMOUNT, SPECIALSKILL_LIFELEECHCHANCE, SPECIALSKILL_LIFELEECHAMOUNT...
  9. Aeronx

    Lua Xikini's Free Scripting Service TFS 1.4.2

    There's tons of systems like that on the forum ready to copy and run. :)
  10. Aeronx

    How people you got TFS 1.5 if last compile is 1.4.2?

    You only need to search a bit. 1.5 is a special branch by @Nekiro that downgraded the main version to 8.X
  11. Aeronx

    Broken effects drawing.

    oh shiet, didnt see its from 2020! <.<
  12. Aeronx

    Broken effects drawing.

    Did you fix this on OTCv8 @oen432 ?
  13. Aeronx

    RevScripts Spell with code

    There are some functions you can use. For instance, if you create a wave spell for the "dragon" and then use the function to check distance "getDistance" or even check where the monster is facing. You can do what you are asking for. Pretty easy and straight forward. Hope it helps.
  14. Aeronx

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    You have all the info you need on the repository! just check it and read it. Its way faster! :) Rarity doesnt work like that. It has to do with the free slots the item has for extra attributes. About the stones, you can make them work as you like. They are not based on rarity as it is. But, as...
  15. Aeronx

    [OTCv8] Auras and wings

    Anyway to make this work on items? Mehah's server changes doesnt properly work with OTCv8.
Back
Top