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

shield

  1. GOD Half

    TFS 1.X+ Shield Skill without shield

    Can anyone help me make a system that the character increases the shield skill when using armor instead of shield? SOLVED: I just added that code (will receive the skill if it takes damage): if (damage > 0) { addSkillAdvance(SKILL_SHIELD, 1); } In the part below (player.cpp)...
  2. AdiMit

    Lua [Spell] Reflective Shield (Self-Buff)

    Hello :) I'm trying to create a spell for the tank vocation on my server. As the name suggests, it would be a reflective buff active for 6 seconds and during that time 30% of all damage done to the caster would be redirected to the attacker (both players and creatures). Additionally, during...
Back
Top