RuneScape Classic Wiki
(Refined the table, as the multipliers added together would break the formula. The formula was missing the ceiling factor, as you always get the damage you dealt rounded up. Added textual explanation for the formula and the reasons behind it. Links.)
m (Removed useless constant)
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
   
 
Using the table below, your max hit can be calculated with the following formula:
 
Using the table below, your max hit can be calculated with the following formula:
  +
<math>
<math>ceil( (((1.0 + PotionMulti + PrayerMulti) \times StrengthLevel) + (StyleConstant + PotionConstant)) \times ((WeaponPower \times 0.00175) + 0.1) + 1.05 )</math>
+
ceil(\\(((1.0 + PotionMulti + PrayerMulti) \times StrengthLevel) + (StyleConstant + PotionConstant))\\ \times ((WeaponPower \times 0.00175) + 0.1)\\)
  +
</math>
   
The max hit formula is a bonus multiplier applied against your strength level, with constants added to it. Your [[WeaponPower]] is mulplied by a scalar constant and 0.1 is added to prevent errors when WeaponPower is, finally to be adjusted more by the constant 1.05. These two calculations are then multiplied together and the resulting decimal point is ceilinged. This is to provide a ramp where better weapons have a 1-2 damage increase on the metal requirement per weapon, prayer bonuses, and potion bonuses.
+
The max hit formula is a bonus multiplier applied against your strength level, with constants added to it. Your [[WeaponPower]] is mulplied by a scalar constant and 0.1 is added to prevent errors when WeaponPower is 0. These two calculations are then multiplied together and the resulting decimal point is ceilinged. This is to provide a ramp where better weapons have a 1-2 damage increase on the metal requirement per weapon, prayer bonuses, and potion bonuses.
   
   

Revision as of 07:05, 8 April 2020

The main RuneScape Wiki has an article on: Max hit
The Old School RuneScape Wiki also has an article on Max hit.

The max hit is a term used to describe the highest amount of damage that can be inflicted in a single hitsplat by the player. The higher your Strength level and WeaponPower is, the higher your maximum hit will be. Boosting with Potions, good equipment bonuses, and prayers further increases the max hit possible. You can test your max hit on a player with no extra Defense bonuses, such as a Duel with another player. It helps if the other player has no Defense bonuses (no items equipped) and a low Defense level, which will increase your chances of seeing your max hit.

Using the table below, your max hit can be calculated with the following formula: Failed to parse (syntax error): {\displaystyle ceil(\\(((1.0 + PotionMulti + PrayerMulti) \times StrengthLevel) + (StyleConstant + PotionConstant))\\ \times ((WeaponPower \times 0.00175) + 0.1)\\) }

The max hit formula is a bonus multiplier applied against your strength level, with constants added to it. Your WeaponPower is mulplied by a scalar constant and 0.1 is added to prevent errors when WeaponPower is 0. These two calculations are then multiplied together and the resulting decimal point is ceilinged. This is to provide a ramp where better weapons have a 1-2 damage increase on the metal requirement per weapon, prayer bonuses, and potion bonuses.


Condition Level Constant Level Multiplier
Potions
Strength Potion 3 0.10
Super Strength Potion 5 0.15
Prayer
Burst of Strength 0 0.05
Superhuman Strength 0 0.10
Ultimate Strength 0 0.15
Combat Style
Aggressive 3 0.0
Controlled 1 0.0
Accurate 0 0.0
Defensive 0 0.0

In RuneScape Classic, a player with the maximum Strength level of 99 and having the best possible weapon power of 88 will hit a maximum of 35.