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

arm

  1. 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(...
Back
Top