Old School RuneScape Wiki
(Updating the GE prices.)
(cleanup)
Line 1: Line 1:
  +
{{external|rs|rsc}}A player's, {{Link|monster}}'s, or {{Link|non-player character}}'s '''combat level''' indicates the difficulty in defeating him, her, or it in {{Link|combat}}. Levels that are lower than yours display shades of <font color="green">green</font>, levels that are slightly lower than one's display <font color="#BBBB00">yellow-ish</font>, levels that are equal to one's are displayed as <font color="yellow">yellow</font> and levels that are higher than yours display shades of <font color="orange">orange</font> to <font color="red">red</font>.
#REDIRECT [[Twisted bow]]
 
  +
  +
Normally, {{Link|Aggressiveness|aggressive}} {{Link|Non-player character|non-player characters}} stop attacking you when you reach higher than double their combat level. There are exceptions, however - for example, any monsters in the {{Link|Wilderness}} will be aggressive no matter what your combat level, which is extremely annoying to {{Link|Player killing|player killers}} fighting in a single-way area.
  +
  +
Monsters with a higher combat level than a player cannot be attacked by using a left mouse click. Instead, players need to right click and select the ''attack monster'' option (you can change this setting in the {{Link|Options}} tab). So, to be able to attack a {{Link|Blue dragon|img=Blue dragon.png}} with combat level 111 with a simple left click, a player needs a combat level of at least 111. It is possible to edit this in the settings under Controls by changing Attack option priority. (Default is "Depends on combat levels")
  +
  +
All new players start out at combat level 3, and the maximum level for ''[[RuneScape 2]]'' is level 126, while in ''[[RuneScape Classic]]'', it is level 123.
  +
  +
==Calculating combat level==
  +
===Simply===
  +
# Take your {{Link|Prayer|type=skill}} level and divide it by two and round down (''For example, if your Prayer level is 43, dividing by two and rounding down gives you 21'')
  +
# Add this to your {{Link|Hitpoints|type=skill}} and {{Link|Defence|type=skill}} levels and divide the result by 4. This is your base combat level. (''For example, if your Hitpoints is 60, Defence is 70 and prayer is 43 you should end up with 37.75'')
  +
# Add your {{Link|Strength|type=skill}} and {{Link|Attack|type=skill}} levels together and multiply by 0.325. Add this to your base combat level and you should have your melee combat level.
  +
# If your {{Link|Magic|type=skill}} or {{Link|Ranged|type=skill}} level is exceptionally higher than your Attack and Strength, carry on - in the calculation noted below Magic is used, but if your Ranged is exceptionally higher, use that instead in all cases
  +
# Divide your magic level by 2 and round down, and then add your magic level again to this (''For example, if your magic level is 83, you should end up with 124'')
  +
# Multiply this by 0.325 and add the result to your base combat level calculated above, and you should have your magic combat level.
  +
  +
===Mathematics===
  +
<code>Base = 0.25([[Defence]] + [[Hitpoints]] + [[Wikipedia:Floor function|floor]]([[Prayer]]/2))</code>
  +
  +
<code>Melee = 0.325([[Attack]] + [[Strength]])</code>
  +
  +
<code>Range = 0.325([[Wikipedia:Floor function|floor]]([[Ranged]]/2) + [[Ranged]])</code>
  +
  +
<code>Mage = 0.325([[Wikipedia:Floor function|floor]]([[Magic]]/2) + [[Magic]])</code>
  +
  +
<code>Final = [[Wikipedia:Floor function|floor]](Base + Highest of Melee, Range or Mage)</code>
  +
  +
====Combined formulae====
  +
<code>
  +
Melee combat level = floor(0.25(Defence + Hits + floor(Prayer/2)) + 0.325(Attack + Strength))
  +
</code>
  +
  +
<code>
  +
Ranged combat level = floor(0.25(Defence + Hits + floor(Prayer/2)) + 0.325(floor(R/2) + R))
  +
</code>
  +
  +
<code>
  +
Magic combat level = floor(0.25(Defence + Hits + floor(Prayer/2)) + 0.325(floor(M/2) + M)) </code>
  +
  +
===Wiki combat calculator===
  +
The [[Template:Combat|Combat]] [[Template:Combat level|template]] contains the combat formula described above. It also contains some examples. If you want to experiment you can [http://2007.runescape.wikia.com/wiki/Combat_level?action=edit&section=5 '''edit'''] this section and use the '''Show preview''' button to activate the template. After reloading, please use the '''Cancel''' button of the editor to leave the web page unchanged.
  +
<!-- ONLY make changes below, and use the SHOW PREVIEW -->
  +
  +
{{Combat
  +
|Attack=1
  +
|Defence=1
  +
|Strength=1
  +
|Hitpoints=10
  +
|Prayer=1
  +
|Ranged=1
  +
|Magic=1
  +
}}
  +
<!-- Remember to use the SHOW PREVIEW below; don't Save -->
  +
<!-- Use the BACK button of the browser to leave this page -->
  +
The combat level is given for each of the three combat types. In the table that is the right most column. See the earlier text for the background.
  +
  +
===Comments===
  +
Combat level is the only in-game visible parameter that players have to evaluate another player. High combat levels do not always accurately describe a players' capabilities in other skills. There are players with maximum combat that have very low levels in other skills and there are {{Link|Skill pure|pure skillers}} with no combat levels and very high non-combat skills. Yet, there is a reasonable chance that a high combat level also implies a decent skill level and a reasonable knowledge of the game.
  +
  +
A more complicated assessment is in the trustworthiness of a player in trades. Some players place higher trust in higher combat level players, as they have more to lose when they get banned after being reported for illegal trading practices.
  +
  +
===Helpful knowledge===
  +
Since {{Link|Combat pure|pures}} use precise levels to take advantage of their combat level, it is useful to know what levels for certain skills will increase their combat level. Previously shown, combat level will gradually increase as your {{Link|Hitpoints|type=skill}} level increases; to be more precise (with level 1 {{Link|Defence|type=skill}} and {{Link|Prayer|type=skill}} since this is mainly for pures), your combat level will go up by 1 the next time your Hitpoints reaches a level which is an '''integer''' when you subtract 5 and divide by 4. For example (ignoring the minimum hitpoints level being 10, for simplicity), your combat level will increase when your Hitpoints level reaches 5 (because 5-5 = 0, 0/4 = '''0'''), 9 (9-5 = 4, 4/4 = '''1'''), 13 (13-5 = 8, 8/4 = '''2'''), 17 (17-5 = 12, 12/4 = '''3'''), and so on (keep adding 4). However, your combat level will not increase if you advance your Hitpoints level to any other level
  +
  +
Note: These calculations are only for hitpoint level increases and affect your combat level in this way regardless of your levels for attack, strength, ranged, and magic (which obviously will also have additional effects on your combat level).
  +
  +
==Exceptions==
  +
Some monsters do not have a combat level. These are:
  +
*All {{Link|Arceuus spellbook#Reanimation spells|reanimated}} monsters
  +
*{{Link|Kolodion|type=chat}} (excluding his final form)
  +
*{{Link|Solus Dellagar|type=chat}}
  +
*{{Link|Evil creature|img=Evil creature.png}}
  +
*NPCs of {{Link|Chambers of Xeric}} (with the exception of the {{Link|Great Olm|img=Great Olm.png}})
  +
[[Category:Combat]]
  +
[[Category:Mechanics]]

Revision as of 13:35, 3 March 2019

A player's, Link to monster monster's, or Link to non-player character non-player character's combat level indicates the difficulty in defeating him, her, or it in Link to combat combat. Levels that are lower than yours display shades of green, levels that are slightly lower than one's display yellow-ish, levels that are equal to one's are displayed as yellow and levels that are higher than yours display shades of orange to red.

Normally, Link to Aggressiveness aggressive Link to Non-player character non-player characters stop attacking you when you reach higher than double their combat level. There are exceptions, however - for example, any monsters in the Link to Wilderness Wilderness will be aggressive no matter what your combat level, which is extremely annoying to Link to Player killing player killers fighting in a single-way area.

Monsters with a higher combat level than a player cannot be attacked by using a left mouse click. Instead, players need to right click and select the attack monster option (you can change this setting in the Link to Options Options tab). So, to be able to attack a Blue dragon Blue dragon with combat level 111 with a simple left click, a player needs a combat level of at least 111. It is possible to edit this in the settings under Controls by changing Attack option priority. (Default is "Depends on combat levels")

All new players start out at combat level 3, and the maximum level for RuneScape 2 is level 126, while in RuneScape Classic, it is level 123.

Calculating combat level

Simply

  1. Take your Skill icon of Prayer, File:Prayer icon Prayer level and divide it by two and round down (For example, if your Prayer level is 43, dividing by two and rounding down gives you 21)
  2. Add this to your Skill icon of Hitpoints, File:Hitpoints icon Hitpoints and Skill icon of Defence, File:Defence icon Defence levels and divide the result by 4. This is your base combat level. (For example, if your Hitpoints is 60, Defence is 70 and prayer is 43 you should end up with 37.75)
  3. Add your Skill icon of Strength, File:Strength icon Strength and Skill icon of Attack, File:Attack icon Attack levels together and multiply by 0.325. Add this to your base combat level and you should have your melee combat level.
  4. If your Skill icon of Magic, File:Magic icon Magic or Skill icon of Ranged, File:Ranged icon Ranged level is exceptionally higher than your Attack and Strength, carry on - in the calculation noted below Magic is used, but if your Ranged is exceptionally higher, use that instead in all cases
  5. Divide your magic level by 2 and round down, and then add your magic level again to this (For example, if your magic level is 83, you should end up with 124)
  6. Multiply this by 0.325 and add the result to your base combat level calculated above, and you should have your magic combat level.

Mathematics

Base = 0.25(Defence + Hitpoints + floor(Prayer/2))

Melee = 0.325(Attack + Strength)

Range = 0.325(floor(Ranged/2) + Ranged)

Mage = 0.325(floor(Magic/2) + Magic)

Final = floor(Base + Highest of Melee, Range or Mage)

Combined formulae

Melee combat level = floor(0.25(Defence + Hits + floor(Prayer/2)) + 0.325(Attack + Strength))

Ranged combat level = floor(0.25(Defence + Hits + floor(Prayer/2)) + 0.325(floor(R/2) + R))

Magic combat level = floor(0.25(Defence + Hits + floor(Prayer/2)) + 0.325(floor(M/2) + M))

Wiki combat calculator

The Combat template contains the combat formula described above. It also contains some examples. If you want to experiment you can edit this section and use the Show preview button to activate the template. After reloading, please use the Cancel button of the editor to leave the web page unchanged.


Defence icon 1 Hitpoints icon 10
Prayer icon 1 2.75
Attack icon 1 3.4 3
Strength icon 1
Ranged icon 1 3.07 3
Magic icon 1 3.07 3

The combat level is given for each of the three combat types. In the table that is the right most column. See the earlier text for the background.

Comments

Combat level is the only in-game visible parameter that players have to evaluate another player. High combat levels do not always accurately describe a players' capabilities in other skills. There are players with maximum combat that have very low levels in other skills and there are Link to Skill pure pure skillers with no combat levels and very high non-combat skills. Yet, there is a reasonable chance that a high combat level also implies a decent skill level and a reasonable knowledge of the game.

A more complicated assessment is in the trustworthiness of a player in trades. Some players place higher trust in higher combat level players, as they have more to lose when they get banned after being reported for illegal trading practices.

Helpful knowledge

Since Link to Combat pure pures use precise levels to take advantage of their combat level, it is useful to know what levels for certain skills will increase their combat level. Previously shown, combat level will gradually increase as your Skill icon of Hitpoints, File:Hitpoints icon Hitpoints level increases; to be more precise (with level 1 Skill icon of Defence, File:Defence icon Defence and Skill icon of Prayer, File:Prayer icon Prayer since this is mainly for pures), your combat level will go up by 1 the next time your Hitpoints reaches a level which is an integer when you subtract 5 and divide by 4. For example (ignoring the minimum hitpoints level being 10, for simplicity), your combat level will increase when your Hitpoints level reaches 5 (because 5-5 = 0, 0/4 = 0), 9 (9-5 = 4, 4/4 = 1), 13 (13-5 = 8, 8/4 = 2), 17 (17-5 = 12, 12/4 = 3), and so on (keep adding 4). However, your combat level will not increase if you advance your Hitpoints level to any other level

Note: These calculations are only for hitpoint level increases and affect your combat level in this way regardless of your levels for attack, strength, ranged, and magic (which obviously will also have additional effects on your combat level).

Exceptions

Some monsters do not have a combat level. These are: