max combat level

Guide for max combat level

Max Combat Level Calculation

Formula (OSRS-based)

Base = 0.25 × (Defence + Hitpoints + floor(Prayer / 2))
Melee = 0.325 × (Attack + Strength)
Range = 0.325 × (Ranged × 1.5)
Mage = 0.325 × (Magic × 1.5)

Combat Level = floor(Base + max(Melee, Range, Mage))

Our Game (Level 108 Max)

SkillMax Level
Attack108
Strength108
Defence108
Hitpoints108
Prayer108
Ranged108
Magic108

Calculation

Base = 0.25 × (108 + 108 + 54) = 0.25 × 270 = 67.5
Melee = 0.325 × (108 + 108) = 0.325 × 216 = 70.2
Range = 0.325 × 162 = 52.65
Mage = 0.325 × 162 = 52.65

Combat = floor(67.5 + 70.2) = floor(137.7) = 137
Max Combat Level: 137

Comparison to OSRS

GameMax Skill LevelMax Combat
OSRS99126
LoH108137
The 9 extra skill levels add ~11 combat levels, maintaining the same relative progression curve.