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

formula

  1. El Man

    Formula damage error

    This is my third post for formula and problem still not fixed .. need someone help me to fix it .. my problem is : damage formula is error in spells and in weapons too like i write this damage in weapons setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 0, -14500000, 0, -15500000) and after...
  2. El Man

    formula bug

    Formula bugs! when add this damage in wand setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 0, -9000, 0, -11500) and start server for test wand attack ( 200-900 ) -- dont give the damage i add in weapons combat.cpp max = (int32_t)((player->getLevel() * 2 + player->getMagicLevel() * 3) * 1. *...
  3. Lyky

    Spell Forumals from 7.7 Real Tibia Server (Virgin)

    Hello, I'm looking for someone to temporarily create/allow/record for me all spell uses at least 10-20x so that i can get around similar formulas that were used in real tibia 7.7 server. (or point me to anyone hosting virgin files from cipsoft) All old formula's i have found so far do not...
  4. T

    "Arm" (Armor) formula in Sources TFS 0.4.0

    Where do I find in TFS 0.4.0 sources the "Arm" formula for equipments? I'm trying to reformulate the Arm formula in my server, but I'm not sure where it is. All I've found is in "player.cpp" the following code: int32_t Player::getArmor() const { int32_t i = SLOT_FIRST, armor = 0; for(...
  5. GhostWD

    COMBAT_FORMULA_LEVELMAGIC how to calculate?

    Hello guys i've got problem i dont get it how to calculate this formula case FORMULA_LEVELMAGIC: { min = (int32_t)((player->getLevel() / minl + player->getMagicLevel() * minm) * 1. * mina + minb); max = (int32_t)((player->getLevel() /...
Back
Top