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

  1. ArnHD

    C++ [TFS 1.5/8.6] Distance attack - double attack

    solved! Because ranged weapons deal damage ranging from physical to magical.
  2. ArnHD

    C++ [TFS 1.5/8.6] Distance attack - double attack

    Hello!! I'm in the process of transferring the server from TFS 0.3.6 / 8.6 to TFS 1.5 / 8.6 and I encountered a strange situation, namely a ranged weapon that deals double damage, I don't know how to deal with it to make it normal. items.xml <item id="7450" name="Shun Shun Rikka">...
  3. ArnHD

    Compiling [Solved] core.h errors. TFS 1.5 Downgrade 8.6.

    This solution is not solved my problem :( If I add you code i get new error: Severity Code Description Project File Line Suppression State Details Error C2062 type 'unknown-type' unexpected Bleach_Legends B:\vcpkg\installed\x64-windows\include\fmt\core.h 1548...
  4. ArnHD

    OTClient Shop Module

    Hello. Show screen your shop.
  5. ArnHD

    C++ [NEKIRO DOWNGRADE TFS 1.5 7.72] How to add depot market system

    Can you share what you did?
  6. ArnHD

    Feature [TFS 1.3] Monster Levels

    this working or not???V
  7. ArnHD

    OTClient Tfs 1.3 All the spells in the list appear in all vocations [SpellBar]

    Hello, do you have a solution?
  8. ArnHD

    Title MOD

    ERROR: Lua exception: /game_titles/titles.lua:22: attempt to call method 'setTitle' (a nil value) stack traceback: [C]: in function 'setTitle' /game_titles/titles.lua:22: in function </game_titles/titles.lua:17> ERROR: protected lua call failed: LUA ERROR: /game_titles/titles.lua:22...
  9. ArnHD

    TFS 1.X+ Absorb skill system [Nekiro TFS 1.5 --> 8.6]

    Please close post.
  10. ArnHD

    TFS 1.X+ Absorb skill system [Nekiro TFS 1.5 --> 8.6]

    Hello, does anyone have or could convert this code to a newer one as in the topic? if(combatType == COMBAT_FIREDAMAGE && target && target->getPlayer()) { double absorbPower = 0, damageChange = 0; int32_t skillFish =...
  11. ArnHD

    Feature [0.4] All heal / damage in percentage

    what is this error? game.cpp: In member function ‘bool Game::combatChangeHealth(const CombatParams&, Creature*, Creature*, int32_t, bool)’: game.cpp:4864:81: error: call of overloaded ‘round(int32_t)’ is ambiguous int percentHealthChange = round(healthChange / (target->getMaxHealth() /...
Back
Top