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

Search results

  1. diarmaint

    Skills increasing together

    can someone tell me, how do I change the source so that the skill ax, level up with the skill sword and club? when using club or sword, the skill ax go up together
  2. diarmaint

    someone help Critical system error

    This system should use the skill club as a basis for critical, but I have this error tfs 0.4 8.60 local SKILL_ID = 3 -- id skill... local multiplier = 1.5 local percentual = 0.3 function onStatsChange(cid, attacker, type, combat, value) if isPlayer(attacker) and (not (attacker == cid))...
  3. diarmaint

    [C++] when taking damage, the skill fishing increases

    Hello, do i need to make changes to my source tfs 0.4 I managed to insert a modification in my source that, by increasing the level of fishing skill, blocks a percentage of the damage received from spells, now I need any of these types of damage that the player takes COMBAT_ENERGYDAMAGE = 2...
  4. diarmaint

    [c++]Skill Fishing to Energy Defence Skill TFS 04

    Defense system of magical ability, like dbko I really need this system, everyone I tried did not work, someone help me? dbko 8.0 bool Game::combatChangeHealth(CombatType_t combatType, Creature* attacker, Creature* target, int32_t healthChange) { const Position& targetPos =...
Back
Top