RuneScape Classic Wiki
mNo edit summary
m (Removed useless constant)
(12 intermediate revisions by 8 users not shown)
Line 1: Line 1:
  +
{{RSW|Maximum hit}}{{2007 page|Maximum hit}}
The max hit is the strongest hit your character can hit. The higher your [[strength]] level, the higher your max hit is. You can test your max hit on something with no extra [[defence]] bonuses easily, such as a [[duel]] with another player.
 
  +
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 [[Prayer#Prayers|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:
  +
<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 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.
  +
  +
  +
{|class="wikitable"
  +
!Condition
  +
!Level Constant
  +
!Level Multiplier
  +
|-
  +
!colspan="3"|[[Potions]]
  +
|-
  +
|[[Strength potion|Strength Potion]]
  +
|3
  +
|0.10
  +
|-
  +
|[[Super strength potion|Super Strength Potion]]
  +
|5
  +
|0.15
  +
|-
  +
!colspan="3"|[[Prayer]]
  +
|-
  +
|[[Burst of strength|Burst of Strength]]
  +
|0
  +
|0.05
  +
|-
  +
|[[Superhuman strength|Superhuman Strength]]
  +
|0
  +
|0.10
  +
|-
  +
|[[Ultimate strength|Ultimate Strength]]
  +
|0
  +
|0.15
  +
|-
  +
!colspan="3"|[[Combat#Combat_styles|Combat Style]]
  +
|-
  +
|Aggressive
  +
|3
  +
|0.0
  +
|-
  +
|Controlled
  +
|1
  +
|0.0
  +
|-
  +
|Accurate
  +
|0
  +
|0.0
  +
|-
  +
|Defensive
  +
|0
  +
|0.0
  +
|}
  +
  +
In {{rsc|long}}, a player with the maximum Strength level of 99 and having the [[Maximum bonuses#Maximum_WeaponPower_Bonus|best possible weapon power]] of 88 will hit a maximum of 35.
  +
  +
{{Stub|Needs Magic & Ranged.}}
 
[[Category:Combat]]
 
[[Category:Combat]]

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.