OSRS Combat Level Calculator
Calculate Old School RuneScape combat level based on your combat skill levels (Attack, Strength, Defence, Hitpoints, Prayer, Ranged, Magic).
Input
Output
Readme
Tool description
The OSRS Combat Level Calculator is a tool designed for Old School RuneScape players to calculate their combat level based on their combat skill levels. Combat level is a crucial metric in OSRS that determines which players and monsters you can engage in combat with, and is calculated using a specific formula that takes into account all seven combat skills.
Features
- Calculate combat level based on seven combat skills: Attack, Strength, Defence, Hitpoints, Prayer, Ranged, and Magic
- Real-time calculation as you adjust skill levels
- Input validation to ensure values are within the valid range (1-99)
Combat Level Formula
The OSRS combat level is calculated using the following formula:
Base Level = 0.25 × (Defence + Hitpoints + ⌊Prayer/2⌋)
Melee = 0.325 × (Attack + Strength)
Ranged = 0.325 × ⌊Ranged × 1.5⌋
Magic = 0.325 × ⌊Magic × 1.5⌋
Combat Level = ⌊Base + max(Melee, Ranged, Magic)⌋
The calculator uses the highest value among the three combat styles (Melee, Ranged, Magic) to determine your final combat level, which is then rounded down to the nearest whole number.