Slayer: Difference between revisions

From Melvor Idle
m (Updated formatting.)
(formatting fix)
(33 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{V0.13}}
{{V|0.18.2}}


[[File:Slayer (skill).svg|thumb|right|Slayer]]
[[File:Slayer (skill).svg|thumb|right|Slayer]]


Slayer is a [[Combat]] skill that allows players to earn access to unique [[equipment]] and [[combat areas]] by completing slayer tasks. Slayer tasks can be randomly assigned in the combat tab of the game, and are completed by killing the displayed [[Monsters|monster]]. Clicking on the monster will initiate combat with it. Slayer tasks may be rerolled at the expense of 5% of your [[File:Slayer_Coins.svg|25px|middle]] Slayer Coins, up to a maximum of [[File:Slayer_Coins.svg|25px|middle]] 2000. Each monster kill earns [[File:Slayer_Coins.svg|25px|middle]] Slayer Coins and experience points equal to a tenth of the monster's hitpoints. Additionally, Slayer experience can be earned by killing the monsters found in Slayer combat areas, regardless of if the player has a task for that monster. Slayer Coins can be spent in the [[Shop]] to purchase equipment that boosts slayer experience gains or allows the player to access certain combat areas. Raising slayer to level 99 will unlock the [[Slayer Skillcape]] for purchase from the [[Shop]]. Equipping the skillcape allows you to bypass equipment requirements for [[slayer areas]].
Slayer is a [[Combat]] skill that allows players to earn access to unique [[Shop#Slayer|equipment]] and [[Slayer areas|combat locations]]. Slayer experience can be earned by killing [[monsters]] in [[Slayer areas|Slayer Areas]] or through Slayer Tasks. Killing monsters assigned as a Slayer Task also provides [[File:Slayer_Coins.svg|25px|middle|link=Slayer Coins]] [[Slayer Coins]], which can be spent at the [[Shop#Slayer|Shop]] to purchase equipment that gives a boost to slayer experience rates or allows the player to access new [[Slayer areas|Slayer Areas]].


==Slayer Task Mechanics==
Some [[Slayer areas|Slayer Areas]] require the player to wear specific equipment during [[combat]] in order to deal damage to [[monsters]] within the area (can be bypassed with the {{ItemIcon|Slayer Skillcape}}), while others have area effects that negatively impact the player while in combat. For more information, see: [[Slayer areas|Slayer Areas]].
When a Slayer Task is given, the maximum number of [[monsters]] it can require you to slay is:
<math> 5 + \text{Slayer Skill Level} * 5</math>


If your Combat Level is less than 50, then you won't be given Slayer Tasks for [[monsters]] that are higher combat level than you.
==Slayer Tasks==
Slayer Tasks are randomly assigned in the combat page of the game, and are completed by killing the displayed [[Monsters|monster]]. [[Monsters]] killed for Slayer Tasks earn [[File:Slayer_Coins.svg|25px|middle|link=Slayer Coins]] [[Slayer Coins]] and Slayer experience points equal to 10% of the slain monster's hitpoints.


If you Combat Level is more than 50 but less than 100, then you won't be given Slayer Tasks for [[monsters]] that are higher Combat Level than you, or [[monsters]] that are a Combat Level less than:
Tasks are available in five different tiers of increasing difficulty:
<math>\text{Your Combat Level} / 4</math>
{| class="wikitable sortable stickyHeader"
|-
!Tier
!{{Skill|Slayer|notext=true}} Level
!New Task Cost
!Extension Cost
!Monster Level
|-
|Easy
|1
| data-sort-value="0" | {{SC|Free}}
| data-sort-value="100" | {{SC|100}}
| data-sort-value="1" | 1 - 49
|-
|Normal
|25
| data-sort-value="2000" | {{SC|2000}}
| data-sort-value="800" | {{SC|800}}
| data-sort-value="50" | 50 - 99
|-
|Hard
|50
| data-sort-value="5000" | {{SC|5000}}
| data-sort-value="2700" | {{SC|2700}}
| data-sort-value="100" | 100 - 199
|-
|Elite
|75
| data-sort-value="15000" | {{SC|15000}}
| data-sort-value="6400" | {{SC|6400}}
| data-sort-value="200" | 200 - 374
|-
|Master
|85
| data-sort-value="25000" | {{SC|25000}}
| data-sort-value="12500" | {{SC|12500}}
| data-sort-value="375" | 375+
|-
|}


If you combat level is more than 100, then any [[monster]] can be given as your Slayer Task, as long as the [[monster|monster's]] Combat Level is less than:
A Slayer Task can be completed by killing the specified number of the assigned task monster, when complete a new task in that same tier will be automatically picked at no cost to the player. Optionally, the current task can be extended before it has been completed (increasing the number of monster kills required for task completion), or a new task of any tier can be chosen. Both extending a task and choosing a new task costs [[File:Slayer_Coins.svg|25px|middle|link=Slayer Coins]] [[Slayer Coins]], the costs for each are listed in the above task tier table.
<math>\text{Your Combat Level} / 4</math>


The number of monsters assigned per task is a random number that generally increases as the task's tier and the player's {{Skill|Slayer}} level increase. Formulas used to determine both the minimum/maximum possible task size and the increase when extending a task are included within the [[#Slayer Task Mechanics|Slayer Task Mechanics]] section.
In addition to killing [[monsters]] for Slayer Tasks, Slayer experience can be earned by killing [[monsters]] found in [[Slayer areas|Slayer Areas]], at a rate equal to 5% of the slain [[monsters|monster's]] hitpoints. If the player's Slayer Task is for a [[monsters|monster]] from a [[Slayer areas|Slayer Area]], the experience rates will stack, giving 15% of the [[monsters|monster's]] total hitpoints as experience. Slayer experience gained can be increased further by equipping Slayer armour, which can be purchased from the [[Shop#Slayer|Shop]].
===Slayer Task Mechanics===
The number of monsters assigned per task is defined as <math>C_r = \left ( \text{Tier} + 1 \right ) \times 10 + 4 \times \left \lfloor r \times \text{Slayer Level} + 1 \right \rfloor</math>, and the increase in task size when extending a task can be calculated as <math>E = \left( \text{Tier} + 1 \right ) \times \left (10 + \left \lfloor \frac{\text{Slayer Level}}{5} \right \rfloor \right )</math>, where:
* <math>0 \le r < 1</math> is a random number
* <math>\text{Slayer Level}</math> is not the virtual skill level, and therefore has a maximum value of 99
* <math>\text{Tier}</math> is defined as:
** Easy = 0
** Normal = 1
** Hard = 2
** Elite = 3
** Master = 4
Therefore, the task size (before extension) is between <math>\left ( \text{Tier} + 1 \right ) \times 10 + 4</math> and <math>\left ( \text{Tier} + 1 \right ) \times 10 + 4 \times \text{Slayer Level}</math> monsters (inclusive).
===Auto Slayer===
Auto Slayer is an unlock that can be purchsed from the [[Shop]] for {{SC|150000}}. Once unlocked, it adds a checkbox to the Slayer Task panel on the Combat screen labelled "Automatically fight new Slayer Task?" Once purchased, the option can be toggled off and on freely without needing to spend any additional Slayer Coins.
While this option is checked, after killing the final monster in a Slayer Task the player will automatically swap to fighting their next Slayer target. '''Only monsters in areas the player can currently access can be rolled while auto-slayer is enabled'''. For example, a player who does not have either a {{ItemIcon|Mirror Shield}} or a cape such as the {{ItemIcon|Slayer Skillcape}} that bypasses slayer area requirements equipped would not be assigned {{MonsterIcon|Strange Eyed Monster}}s while auto slaying.
Players looking to take advantage of Auto Slayer should make sure they have gear equipped that will allow them to survive facing all of the monsters in a given category, even after [[Combat Triangle]] modifiers to Damage Reduction are taken into account.
== Skillcape ==
The [[Skillcapes|skillcape]] can be purchased from the store for {{GP|1000000}} after the player reaches {{SkillReq|{{PAGENAME}}|99}}.
{{SkillcapeInfo}}
== Pet ==
The Slayer [[Pets|pet]] has a chance to be unlocked when damage is dealt to a monster on a Slayer Task.
{{PetSkillInfo}}
== Slayer Tier Monsters ==
This Section lists all possible tasks for every tier of Slayer.
=== Easy ===
Tier 0, also known as Easy.
{| class="wikitable sortable stickyHeader"
|- class="headerRow-0"
! colspan="5" |
! colspan="4" |Offensive Stats
! colspan="3" |Evasion Rating
! colspan="4" |
|- class="headerRow-1"
!Monster
!Name
!Id
!Combat Level
!style="padding:0 1em 0 0;"|[[File:Hitpoints (skill).svg|25px|middle|link=Hitpoints]] Hitpoints
!Attack Type
!Attack Speed (s)
!Max Hit
!Accuracy
!style="padding:0 1em 0 0;"|[[File:Defence (skill).svg|25px|middle|link=Defence]]
!style="padding:0 1em 0 0;"|[[File:Ranged (skill).svg|25px|middle|link=Ranged]]
!style="padding:0 1em 0 0;"|[[File:Magic (skill).svg|25px|middle|link=Magic]]
!Drop Chance
!Coins
!Bones
!Locations
|-
| style ="text-align: left;" |[[File:Black Knight (monster).svg|50px|middle|link=Black Knight]]
| style ="text-align: left;" |[[Black Knight]]
| style ="text-align: right;" |0
| style ="text-align: right;" |23
| style ="text-align: right;" |200
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.6
| style ="text-align: right;" |42
| style ="text-align: right;" |2146
| style ="text-align: right;" |2436
| style ="text-align: right;" |2436
| style ="text-align: right;" |960
| style ="text-align: right;" |10%
| style ="text-align: right;" |10-50
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Castle of Kings (combatArea).svg|25px|middle|link=Castle of Kings]] [[Castle of Kings]]
|-
| style ="text-align: left;" |[[File:Hill Giant (monster).svg|50px|middle|link=Hill Giant]]
| style ="text-align: left;" |[[Hill Giant]]
| style ="text-align: right;" |1
| style ="text-align: right;" |28
| style ="text-align: right;" |350
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |3.0
| style ="text-align: right;" |53
| style ="text-align: right;" |2214
| style ="text-align: right;" |2240
| style ="text-align: right;" |2240
| style ="text-align: right;" |1024
| style ="text-align: right;" |100%
| style ="text-align: right;" |8-24
| style ="text-align: right;" |[[File:Big Bones (item).svg|25px|middle|link=Big Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Giant Dungeon (combatArea).svg|25px|middle|link=Giant Dungeon]] [[Giant Dungeon]]
|-
| style ="text-align: left;" |[[File:Giant Crab (monster).svg|50px|middle|link=Giant Crab]]
| style ="text-align: left;" |[[Giant Crab]]
| style ="text-align: right;" |3
| style ="text-align: right;" |33
| style ="text-align: right;" |600
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |42
| style ="text-align: right;" |2001
| style ="text-align: right;" |2886
| style ="text-align: right;" |2496
| style ="text-align: right;" |1152
| style ="text-align: right;" |100%
| style ="text-align: right;" |10-30
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Sandy Shores (combatArea).svg|25px|middle|link=Sandy Shores]] [[Sandy Shores]]
|-
| style ="text-align: left;" |[[File:Tentacle (monster).svg|50px|middle|link=Tentacle]]
| style ="text-align: left;" |[[Tentacle]]
| style ="text-align: right;" |4
| style ="text-align: right;" |14
| style ="text-align: right;" |250
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |34
| style ="text-align: right;" |1311
| style ="text-align: right;" |896
| style ="text-align: right;" |896
| style ="text-align: right;" |640
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-20
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Sandy Shores (combatArea).svg|25px|middle|link=Sandy Shores]] [[Sandy Shores]]
|-
| style ="text-align: left;" |[[File:Seagull (monster).svg|50px|middle|link=Seagull]]
| style ="text-align: left;" |[[Seagull]]
| style ="text-align: right;" |5
| style ="text-align: right;" |2
| style ="text-align: right;" |60
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |23
| style ="text-align: right;" |640
| style ="text-align: right;" |640
| style ="text-align: right;" |640
| style ="text-align: right;" |576
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-5
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Sandy Shores (combatArea).svg|25px|middle|link=Sandy Shores]] [[Sandy Shores]]
|-
| style ="text-align: left;" |[[File:Confused Pirate (monster).svg|50px|middle|link=Confused Pirate]]
| style ="text-align: left;" |[[Confused Pirate]]
| style ="text-align: right;" |6
| style ="text-align: right;" |34
| style ="text-align: right;" |400
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |3.6
| style ="text-align: right;" |46
| style ="text-align: right;" |4606
| style ="text-align: right;" |2146
| style ="text-align: right;" |1856
| style ="text-align: right;" |960
| style ="text-align: right;" |20%
| style ="text-align: right;" |10-80
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Sandy Shores (combatArea).svg|25px|middle|link=Sandy Shores]] [[Sandy Shores]]
|-
| style ="text-align: left;" |[[File:Frozen Archer (monster).svg|50px|middle|link=Frozen Archer]]
| style ="text-align: left;" |[[Frozen Archer]]
| style ="text-align: right;" |8
| style ="text-align: right;" |27
| style ="text-align: right;" |300
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |2.0
| style ="text-align: right;" |75
| style ="text-align: right;" |3626
| style ="text-align: right;" |640
| style ="text-align: right;" |840
| style ="text-align: right;" |756
| style ="text-align: right;" |20%
| style ="text-align: right;" |50-100
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Icy Hills (combatArea).svg|25px|middle|link=Icy Hills]] [[Icy Hills]]
|-
| style ="text-align: left;" |[[File:Mummy (monster).svg|50px|middle|link=Mummy]]
| style ="text-align: left;" |[[Mummy]]
| style ="text-align: right;" |9
| style ="text-align: right;" |29
| style ="text-align: right;" |270
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.5
| style ="text-align: right;" |49
| style ="text-align: right;" |1984
| style ="text-align: right;" |2304
| style ="text-align: right;" |2304
| style ="text-align: right;" |1088
| style ="text-align: right;" |100%
| style ="text-align: right;" |5-40
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Penumbra (combatArea).svg|25px|middle|link=Penumbra]] [[Penumbra]]
|-
| style ="text-align: left;" |[[File:Statue (monster).svg|50px|middle|link=Statue]]
| style ="text-align: left;" |[[Statue]]
| style ="text-align: right;" |10
| style ="text-align: right;" |37
| style ="text-align: right;" |370
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.5
| style ="text-align: right;" |58
| style ="text-align: right;" |1984
| style ="text-align: right;" |3404
| style ="text-align: right;" |2944
| style ="text-align: right;" |1480
| style ="text-align: right;" |100%
| style ="text-align: right;" |5-40
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Penumbra (combatArea).svg|25px|middle|link=Penumbra]] [[Penumbra]]
|-
| style ="text-align: left;" |[[File:Wet Monster (monster).svg|50px|middle|link=Wet Monster]]
| style ="text-align: left;" |[[Wet Monster]]
| style ="text-align: right;" |12
| style ="text-align: right;" |34
| style ="text-align: right;" |300
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |3.6
| style ="text-align: right;" |74
| style ="text-align: right;" |3783
| style ="text-align: right;" |2496
| style ="text-align: right;" |2496
| style ="text-align: right;" |2048
| style ="text-align: right;" |100%
| style ="text-align: right;" |20-80
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Wet Forest (combatArea).svg|25px|middle|link=Wet Forest]] [[Wet Forest]]
|-
| style ="text-align: left;" |[[File:Moist Monster (monster).svg|50px|middle|link=Moist Monster]]
| style ="text-align: left;" |[[Moist Monster]]
| style ="text-align: right;" |13
| style ="text-align: right;" |35
| style ="text-align: right;" |250
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |42
| style ="text-align: right;" |3136
| style ="text-align: right;" |3871
| style ="text-align: right;" |3136
| style ="text-align: right;" |2240
| style ="text-align: right;" |100%
| style ="text-align: right;" |20-80
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Wet Forest (combatArea).svg|25px|middle|link=Wet Forest]] [[Wet Forest]]
|-
| style ="text-align: left;" |[[File:Sweaty Monster (monster).svg|50px|middle|link=Sweaty Monster]]
| style ="text-align: left;" |[[Sweaty Monster]]
| style ="text-align: right;" |14
| style ="text-align: right;" |27
| style ="text-align: right;" |280
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |46
| style ="text-align: right;" |1984
| style ="text-align: right;" |2112
| style ="text-align: right;" |2112
| style ="text-align: right;" |1920
| style ="text-align: right;" |100%
| style ="text-align: right;" |20-80
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Wet Forest (combatArea).svg|25px|middle|link=Wet Forest]] [[Wet Forest]]
|-
| style ="text-align: left;" |[[File:Many Eyed Monster (monster).svg|50px|middle|link=Many Eyed Monster]]
| style ="text-align: left;" |[[Many Eyed Monster]]
| style ="text-align: right;" |18
| style ="text-align: right;" |42
| style ="text-align: right;" |370
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |2.6
| style ="text-align: right;" |92
| style ="text-align: right;" |5546
| style ="text-align: right;" |2944
| style ="text-align: right;" |4784
| style ="text-align: right;" |4020
| style ="text-align: right;" |100%
| style ="text-align: right;" |20-80
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Strange Cave (combatArea).svg|25px|middle|link=Strange Cave]] [[Strange Cave]]
|-
| style ="text-align: left;" |[[File:Lots of Eyes (monster).svg|50px|middle|link=Lots of Eyes]]
| style ="text-align: left;" |[[Lots of Eyes]]
| style ="text-align: right;" |20
| style ="text-align: right;" |46
| style ="text-align: right;" |250
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.5
| style ="text-align: right;" |68
| style ="text-align: right;" |4662
| style ="text-align: right;" |3034
| style ="text-align: right;" |3034
| style ="text-align: right;" |1242
| style ="text-align: right;" |100%
| style ="text-align: right;" |40-120
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Strange Cave (combatArea).svg|25px|middle|link=Strange Cave]] [[Strange Cave]]
|-
| style ="text-align: left;" |[[File:Fairy (monster).svg|50px|middle|link=Fairy]]
| style ="text-align: left;" |[[Fairy]]
| style ="text-align: right;" |24
| style ="text-align: right;" |44
| style ="text-align: right;" |410
| style ="text-align: right;white-space: nowrap;" |[[File:Magic (skill).svg|25px|middle]] Magic
| style ="text-align: right;" |3.0
| style ="text-align: right;" |170
| style ="text-align: right;" |3776
| style ="text-align: right;" |4606
| style ="text-align: right;" |3626
| style ="text-align: right;" |5264
| style ="text-align: right;" |40%
| style ="text-align: right;" |10-50
| style ="text-align: right;" |[[File:Holy Dust (item).svg|25px|middle|link=Holy Dust]]
| style ="text-align: right;white-space: nowrap;" |[[File:Holy Isles (combatArea).svg|25px|middle|link=Holy Isles]] [[Holy Isles]]
|-
| style ="text-align: left;" |[[File:Goo Monster (monster).svg|50px|middle|link=Goo Monster]]
| style ="text-align: left;" |[[Goo Monster]]
| style ="text-align: right;" |28
| style ="text-align: right;" |16
| style ="text-align: right;" |150
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |34
| style ="text-align: right;" |1536
| style ="text-align: right;" |1656
| style ="text-align: right;" |1536
| style ="text-align: right;" |832
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-30
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Forest of Goo (combatArea).svg|25px|middle|link=Forest of Goo]] [[Forest of Goo]]
|-
| style ="text-align: left;" |[[File:Green Goo Monster (monster).svg|50px|middle|link=Green Goo Monster]]
| style ="text-align: left;" |[[Green Goo Monster]]
| style ="text-align: right;" |29
| style ="text-align: right;" |35
| style ="text-align: right;" |350
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |42
| style ="text-align: right;" |3696
| style ="text-align: right;" |2816
| style ="text-align: right;" |2816
| style ="text-align: right;" |1216
| style ="text-align: right;" |100%
| style ="text-align: right;" |10-40
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Forest of Goo (combatArea).svg|25px|middle|link=Forest of Goo]] [[Forest of Goo]]
|-
| style ="text-align: left;" |[[File:Golbin (monster).svg|50px|middle|link=Golbin (monster)]]
| style ="text-align: left;" |[[Golbin (monster)|Golbin]]
| style ="text-align: right;" |35
| style ="text-align: right;" |2
| style ="text-align: right;" |50
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |3.0
| style ="text-align: right;" |23
| style ="text-align: right;" |640
| style ="text-align: right;" |640
| style ="text-align: right;" |640
| style ="text-align: right;" |576
| style ="text-align: right;" |100%
| style ="text-align: right;" |2-10
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Golbin Village (combatArea).svg|25px|middle|link=Golbin Village]] [[Golbin Village]]
|-
| style ="text-align: left;" |[[File:Ranged Golbin (monster).svg|50px|middle|link=Ranged Golbin]]
| style ="text-align: left;" |[[Ranged Golbin]]
| style ="text-align: right;" |36
| style ="text-align: right;" |7
| style ="text-align: right;" |100
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |3.0
| style ="text-align: right;" |27
| style ="text-align: right;" |896
| style ="text-align: right;" |896
| style ="text-align: right;" |896
| style ="text-align: right;" |640
| style ="text-align: right;" |100%
| style ="text-align: right;" |2-10
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Golbin Village (combatArea).svg|25px|middle|link=Golbin Village]] [[Golbin Village]]
|-
| style ="text-align: left;" |[[File:Chicken (monster).svg|50px|middle|link=Chicken]]
| style ="text-align: left;" |[[Chicken]]
| style ="text-align: right;" |37
| style ="text-align: right;" |1
| style ="text-align: right;" |30
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |11
| style ="text-align: right;" |170
| style ="text-align: right;" |220
| style ="text-align: right;" |640
| style ="text-align: right;" |576
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-5
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Farmlands (combatArea).svg|25px|middle|link=Farmlands]] [[Farmlands]]<br />[[File:Chicken Coop (dungeon).svg|25px|middle|link=Chicken Coop]] [[Chicken Coop]]
|-
| style ="text-align: left;" |[[File:Cow (monster).svg|50px|middle|link=Cow]]
| style ="text-align: left;" |[[Cow]]
| style ="text-align: right;" |38
| style ="text-align: right;" |2
| style ="text-align: right;" |80
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |18
| style ="text-align: right;" |490
| style ="text-align: right;" |430
| style ="text-align: right;" |640
| style ="text-align: right;" |576
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-5
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Farmlands (combatArea).svg|25px|middle|link=Farmlands]] [[Farmlands]]
|-
| style ="text-align: left;" |[[File:Junior Farmer (monster).svg|50px|middle|link=Junior Farmer]]
| style ="text-align: left;" |[[Junior Farmer]]
| style ="text-align: right;" |67
| style ="text-align: right;" |6
| style ="text-align: right;" |80
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |27
| style ="text-align: right;" |896
| style ="text-align: right;" |896
| style ="text-align: right;" |896
| style ="text-align: right;" |640
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-5
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Farmlands (combatArea).svg|25px|middle|link=Farmlands]] [[Farmlands]]
|-
| style ="text-align: left;" |[[File:Adult Farmer (monster).svg|50px|middle|link=Adult Farmer]]
| style ="text-align: left;" |[[Adult Farmer]]
| style ="text-align: right;" |68
| style ="text-align: right;" |23
| style ="text-align: right;" |200
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |42
| style ="text-align: right;" |1856
| style ="text-align: right;" |1856
| style ="text-align: right;" |1856
| style ="text-align: right;" |960
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-5
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Farmlands (combatArea).svg|25px|middle|link=Farmlands]] [[Farmlands]]
|-
| style ="text-align: left;" |[[File:Master Farmer (monster).svg|50px|middle|link=Master Farmer]]
| style ="text-align: left;" |[[Master Farmer]]
| style ="text-align: right;" |69
| style ="text-align: right;" |47
| style ="text-align: right;" |280
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |67
| style ="text-align: right;" |3456
| style ="text-align: right;" |3456
| style ="text-align: right;" |3456
| style ="text-align: right;" |2304
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-5
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Farmlands (combatArea).svg|25px|middle|link=Farmlands]] [[Farmlands]]
|-
| style ="text-align: left;" |[[File:Wizard (monster).svg|50px|middle|link=Wizard]]
| style ="text-align: left;" |[[Wizard]]
| style ="text-align: right;" |70
| style ="text-align: right;" |32
| style ="text-align: right;" |300
| style ="text-align: right;white-space: nowrap;" |[[File:Magic (skill).svg|25px|middle]] Magic
| style ="text-align: right;" |2.4
| style ="text-align: right;" |120
| style ="text-align: right;" |4116
| style ="text-align: right;" |1856
| style ="text-align: right;" |1856
| style ="text-align: right;" |2752
| style ="text-align: right;" |100%
| style ="text-align: right;" |10-50
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Wizard Tower (combatArea).svg|25px|middle|link=Wizard Tower]] [[Wizard Tower]]<br />[[File:Hall of Wizards (dungeon).svg|25px|middle|link=Hall of Wizards]] [[Hall of Wizards]]
|-
| style ="text-align: left;" |[[File:Steel Knight (monster).svg|50px|middle|link=Steel Knight]]
| style ="text-align: left;" |[[Steel Knight]]
| style ="text-align: right;" |71
| style ="text-align: right;" |12
| style ="text-align: right;" |150
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.6
| style ="text-align: right;" |32
| style ="text-align: right;" |1216
| style ="text-align: right;" |1216
| style ="text-align: right;" |1216
| style ="text-align: right;" |768
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-10
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Castle of Kings (combatArea).svg|25px|middle|link=Castle of Kings]] [[Castle of Kings]]
|-
| style ="text-align: left;" |[[File:Mithril Knight (monster).svg|50px|middle|link=Mithril Knight]]
| style ="text-align: left;" |[[Mithril Knight]]
| style ="text-align: right;" |72
| style ="text-align: right;" |33
| style ="text-align: right;" |250
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.6
| style ="text-align: right;" |52
| style ="text-align: right;" |2886
| style ="text-align: right;" |3276
| style ="text-align: right;" |3276
| style ="text-align: right;" |1600
| style ="text-align: right;" |25%
| style ="text-align: right;" |10-50
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Castle of Kings (combatArea).svg|25px|middle|link=Castle of Kings]] [[Castle of Kings]]
|-
| style ="text-align: left;" |[[File:Bandit Trainee (monster).svg|50px|middle|link=Bandit Trainee]]
| style ="text-align: left;" |[[Bandit Trainee]]
| style ="text-align: right;" |75
| style ="text-align: right;" |23
| style ="text-align: right;" |200
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |2.0
| style ="text-align: right;" |42
| style ="text-align: right;" |2291
| style ="text-align: right;" |1856
| style ="text-align: right;" |1856
| style ="text-align: right;" |960
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-30
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Bandit Hideout (combatArea).svg|25px|middle|link=Bandit Hideout]] [[Bandit Hideout]]<br />[[File:Bandit Base (dungeon).svg|25px|middle|link=Bandit Base]] [[Bandit Base]]
|-
| style ="text-align: left;" |[[File:Bandit (monster).svg|50px|middle|link=Bandit]]
| style ="text-align: left;" |[[Bandit]]
| style ="text-align: right;" |76
| style ="text-align: right;" |44
| style ="text-align: right;" |400
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |2.0
| style ="text-align: right;" |82
| style ="text-align: right;" |6486
| style ="text-align: right;" |1856
| style ="text-align: right;" |1856
| style ="text-align: right;" |1408
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-30
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Bandit Hideout (combatArea).svg|25px|middle|link=Bandit Hideout]] [[Bandit Hideout]]<br />[[File:Bandit Base (dungeon).svg|25px|middle|link=Bandit Base]] [[Bandit Base]]
|-
| style ="text-align: left;" |[[File:Plant (monster).svg|50px|middle|link=Plant]]
| style ="text-align: left;" |[[Plant]]
| style ="text-align: right;" |111
| style ="text-align: right;" |1
| style ="text-align: right;" |20
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |11
| style ="text-align: right;" |170
| style ="text-align: right;" |220
| style ="text-align: right;" |640
| style ="text-align: right;" |576
| style ="text-align: right;" |75%
| style ="text-align: right;" |1-5
| style ="text-align: right;" |None
| style ="text-align: right;white-space: nowrap;" |[[File:Farmlands (combatArea).svg|25px|middle|link=Farmlands]] [[Farmlands]]
|}
=== Normal ===
Tier 1, also known as Normal.
{| class="wikitable sortable stickyHeader"
|- class="headerRow-0"
! colspan="5" |
! colspan="4" |Offensive Stats
! colspan="3" |Evasion Rating
! colspan="4" |
|- class="headerRow-1"
!Monster
!Name
!Id
!Combat Level
!style="padding:0 1em 0 0;"|[[File:Hitpoints (skill).svg|25px|middle|link=Hitpoints]] Hitpoints
!Attack Type
!Attack Speed (s)
!Max Hit
!Accuracy
!style="padding:0 1em 0 0;"|[[File:Defence (skill).svg|25px|middle|link=Defence]]
!style="padding:0 1em 0 0;"|[[File:Ranged (skill).svg|25px|middle|link=Ranged]]
!style="padding:0 1em 0 0;"|[[File:Magic (skill).svg|25px|middle|link=Magic]]
!Drop Chance
!Coins
!Bones
!Locations
|-
| style ="text-align: left;" |[[File:Moss Giant (monster).svg|50px|middle|link=Moss Giant]]
| style ="text-align: left;" |[[Moss Giant]]
| style ="text-align: right;" |2
| style ="text-align: right;" |60
| style ="text-align: right;" |600
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |3.0
| style ="text-align: right;" |124
| style ="text-align: right;" |5723
| style ="text-align: right;" |5546
| style ="text-align: right;" |3776
| style ="text-align: right;" |1536
| style ="text-align: right;" |75%
| style ="text-align: right;" |28-65
| style ="text-align: right;" |[[File:Big Bones (item).svg|25px|middle|link=Big Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Giant Dungeon (combatArea).svg|25px|middle|link=Giant Dungeon]] [[Giant Dungeon]]
|-
| style ="text-align: left;" |[[File:Frozen Mammoth (monster).svg|50px|middle|link=Frozen Mammoth]]
| style ="text-align: left;" |[[Frozen Mammoth]]
| style ="text-align: right;" |7
| style ="text-align: right;" |58
| style ="text-align: right;" |700
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |3.0
| style ="text-align: right;" |142
| style ="text-align: right;" |2436
| style ="text-align: right;" |7866
| style ="text-align: right;" |4416
| style ="text-align: right;" |1728
| style ="text-align: right;" |1%
| style ="text-align: right;" |200-300
| style ="text-align: right;" |[[File:Big Bones (item).svg|25px|middle|link=Big Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Icy Hills (combatArea).svg|25px|middle|link=Icy Hills]] [[Icy Hills]]
|-
| style ="text-align: left;" |[[File:Stone Snake (monster).svg|50px|middle|link=Stone Snake]]
| style ="text-align: left;" |[[Stone Snake]]
| style ="text-align: right;" |11
| style ="text-align: right;" |66
| style ="text-align: right;" |600
| style ="text-align: right;white-space: nowrap;" |[[File:Magic (skill).svg|25px|middle]] Magic
| style ="text-align: right;" |3.0
| style ="text-align: right;" |120
| style ="text-align: right;" |7896
| style ="text-align: right;" |4416
| style ="text-align: right;" |4416
| style ="text-align: right;" |8216
| style ="text-align: right;" |100%
| style ="text-align: right;" |5-40
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Penumbra (combatArea).svg|25px|middle|link=Penumbra]] [[Penumbra]]
|-
| style ="text-align: left;" |[[File:Undead Werewolf (monster).svg|50px|middle|link=Undead Werewolf]]
| style ="text-align: left;" |[[Undead Werewolf]]
| style ="text-align: right;" |15
| style ="text-align: right;" |60
| style ="text-align: right;" |480
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.5
| style ="text-align: right;" |77
| style ="text-align: right;" |4288
| style ="text-align: right;" |3648
| style ="text-align: right;" |3648
| style ="text-align: right;" |1472
| style ="text-align: right;" |100%
| style ="text-align: right;" |20-80
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Penumbra (combatArea).svg|25px|middle|link=Penumbra]] [[Penumbra]]
|-
| style ="text-align: left;" |[[File:Vampire (monster).svg|50px|middle|link=Vampire]]
| style ="text-align: left;" |[[Vampire]]
| style ="text-align: right;" |16
| style ="text-align: right;" |56
| style ="text-align: right;" |500
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |2.6
| style ="text-align: right;" |105
| style ="text-align: right;" |5846
| style ="text-align: right;" |3136
| style ="text-align: right;" |4606
| style ="text-align: right;" |2394
| style ="text-align: right;" |75%
| style ="text-align: right;" |20-80
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Penumbra (combatArea).svg|25px|middle|link=Penumbra]] [[Penumbra]]
|-
| style ="text-align: left;" |[[File:Strange Eyed Monster (monster).svg|50px|middle|link=Strange Eyed Monster]]
| style ="text-align: left;" |[[Strange Eyed Monster]]
| style ="text-align: right;" |19
| style ="text-align: right;" |74
| style ="text-align: right;" |650
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.8
| style ="text-align: right;" |87
| style ="text-align: right;" |6956
| style ="text-align: right;" |5476
| style ="text-align: right;" |6216
| style ="text-align: right;" |6132
| style ="text-align: right;" |100%
| style ="text-align: right;" |40-120
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Strange Cave (combatArea).svg|25px|middle|link=Strange Cave]] [[Strange Cave]]
|-
| style ="text-align: left;" |[[File:Lots of Eyes (monster).svg|50px|middle|link=Lots of Eyes]]
| style ="text-align: left;" |[[Lots of Eyes]]
| style ="text-align: right;" |20
| style ="text-align: right;" |46
| style ="text-align: right;" |250
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.5
| style ="text-align: right;" |68
| style ="text-align: right;" |4662
| style ="text-align: right;" |3034
| style ="text-align: right;" |3034
| style ="text-align: right;" |1242
| style ="text-align: right;" |100%
| style ="text-align: right;" |40-120
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Strange Cave (combatArea).svg|25px|middle|link=Strange Cave]] [[Strange Cave]]
|-
| style ="text-align: left;" |[[File:Valkyrie (monster).svg|50px|middle|link=Valkyrie]]
| style ="text-align: left;" |[[Valkyrie]]
| style ="text-align: right;" |25
| style ="text-align: right;" |71
| style ="text-align: right;" |540
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |116
| style ="text-align: right;" |5846
| style ="text-align: right;" |3626
| style ="text-align: right;" |4606
| style ="text-align: right;" |1344
| style ="text-align: right;" |5%
| style ="text-align: right;" |40-120
| style ="text-align: right;" |[[File:Holy Dust (item).svg|25px|middle|link=Holy Dust]]
| style ="text-align: right;white-space: nowrap;" |[[File:Holy Isles (combatArea).svg|25px|middle|link=Holy Isles]] [[Holy Isles]]
|-
| style ="text-align: left;" |[[File:Angel (monster).svg|50px|middle|link=Angel]]
| style ="text-align: left;" |[[Angel]]
| style ="text-align: right;" |26
| style ="text-align: right;" |71
| style ="text-align: right;" |800
| style ="text-align: right;white-space: nowrap;" |[[File:Magic (skill).svg|25px|middle]] Magic
| style ="text-align: right;" |3.0
| style ="text-align: right;" |190
| style ="text-align: right;" |10146
| style ="text-align: right;" |5546
| style ="text-align: right;" |7316
| style ="text-align: right;" |9920
| style ="text-align: right;" |5%
| style ="text-align: right;" |40-120
| style ="text-align: right;" |[[File:Holy Dust (item).svg|25px|middle|link=Holy Dust]]
| style ="text-align: right;white-space: nowrap;" |[[File:Holy Isles (combatArea).svg|25px|middle|link=Holy Isles]] [[Holy Isles]]
|-
| style ="text-align: left;" |[[File:Holy Archer (monster).svg|50px|middle|link=Holy Archer]]
| style ="text-align: left;" |[[Holy Archer]]
| style ="text-align: right;" |27
| style ="text-align: right;" |80
| style ="text-align: right;" |1050
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |2.4
| style ="text-align: right;" |177
| style ="text-align: right;" |9256
| style ="text-align: right;" |7176
| style ="text-align: right;" |9936
| style ="text-align: right;" |6912
| style ="text-align: right;" |100%
| style ="text-align: right;" |40-120
| style ="text-align: right;" |[[File:Holy Dust (item).svg|25px|middle|link=Holy Dust]]
| style ="text-align: right;white-space: nowrap;" |[[File:Holy Isles (combatArea).svg|25px|middle|link=Holy Isles]] [[Holy Isles]]
|-
| style ="text-align: left;" |[[File:Purple Goo Monster (monster).svg|50px|middle|link=Purple Goo Monster]]
| style ="text-align: left;" |[[Purple Goo Monster]]
| style ="text-align: right;" |30
| style ="text-align: right;" |51
| style ="text-align: right;" |540
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |3.0
| style ="text-align: right;" |63
| style ="text-align: right;" |4794
| style ="text-align: right;" |3264
| style ="text-align: right;" |3264
| style ="text-align: right;" |1344
| style ="text-align: right;" |100%
| style ="text-align: right;" |10-50
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Forest of Goo (combatArea).svg|25px|middle|link=Forest of Goo]] [[Forest of Goo]]
|-
| style ="text-align: left;" |[[File:Scattered Goo Monster (monster).svg|50px|middle|link=Scattered Goo Monster]]
| style ="text-align: left;" |[[Scattered Goo Monster]]
| style ="text-align: right;" |31
| style ="text-align: right;" |69
| style ="text-align: right;" |760
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |3.0
| style ="text-align: right;" |103
| style ="text-align: right;" |6486
| style ="text-align: right;" |4416
| style ="text-align: right;" |4416
| style ="text-align: right;" |1728
| style ="text-align: right;" |2%
| style ="text-align: right;" |40-120
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Forest of Goo (combatArea).svg|25px|middle|link=Forest of Goo]] [[Forest of Goo]]
|-
| style ="text-align: left;" |[[File:Green Dragon (monster).svg|50px|middle|link=Green Dragon]]
| style ="text-align: left;" |[[Green Dragon]]
| style ="text-align: right;" |63
| style ="text-align: right;" |79
| style ="text-align: right;" |750
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |3.0
| style ="text-align: right;" |143
| style ="text-align: right;" |6468
| style ="text-align: right;" |8008
| style ="text-align: right;" |4928
| style ="text-align: right;" |4544
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-100
| style ="text-align: right;" |[[File:Dragon Bones (item).svg|25px|middle|link=Dragon Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Dragon Valley (combatArea).svg|25px|middle|link=Dragon Valley]] [[Dragon Valley]]<br />[[File:Dragons Den (dungeon).svg|25px|middle|link=Dragons Den]] [[Dragons Den]]
|-
| style ="text-align: left;" |[[File:Blue Dragon (monster).svg|50px|middle|link=Blue Dragon]]
| style ="text-align: left;" |[[Blue Dragon]]
| style ="text-align: right;" |64
| style ="text-align: right;" |90
| style ="text-align: right;" |900
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |3.0
| style ="text-align: right;" |168
| style ="text-align: right;" |7896
| style ="text-align: right;" |9576
| style ="text-align: right;" |5376
| style ="text-align: right;" |5120
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-175
| style ="text-align: right;" |[[File:Dragon Bones (item).svg|25px|middle|link=Dragon Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Dragon Valley (combatArea).svg|25px|middle|link=Dragon Valley]] [[Dragon Valley]]<br />[[File:Dragons Den (dungeon).svg|25px|middle|link=Dragons Den]] [[Dragons Den]]
|-
| style ="text-align: left;" |[[File:Adamant Knight (monster).svg|50px|middle|link=Adamant Knight]]
| style ="text-align: left;" |[[Adamant Knight]]
| style ="text-align: right;" |73
| style ="text-align: right;" |69
| style ="text-align: right;" |600
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.6
| style ="text-align: right;" |118
| style ="text-align: right;" |7866
| style ="text-align: right;" |9246
| style ="text-align: right;" |9246
| style ="text-align: right;" |4416
| style ="text-align: right;" |15%
| style ="text-align: right;" |30-100
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Castle of Kings (combatArea).svg|25px|middle|link=Castle of Kings]] [[Castle of Kings]]
|-
| style ="text-align: left;" |[[File:Master Wizard (monster).svg|50px|middle|link=Master Wizard]]
| style ="text-align: left;" |[[Master Wizard]]
| style ="text-align: right;" |79
| style ="text-align: right;" |56
| style ="text-align: right;" |600
| style ="text-align: right;white-space: nowrap;" |[[File:Magic (skill).svg|25px|middle]] Magic
| style ="text-align: right;" |2.4
| style ="text-align: right;" |170
| style ="text-align: right;" |8736
| style ="text-align: right;" |1856
| style ="text-align: right;" |1856
| style ="text-align: right;" |6968
| style ="text-align: right;" |100%
| style ="text-align: right;" |100-250
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Wizard Tower (combatArea).svg|25px|middle|link=Wizard Tower]] [[Wizard Tower]]<br />[[File:Hall of Wizards (dungeon).svg|25px|middle|link=Hall of Wizards]] [[Hall of Wizards]]
|-
| style ="text-align: left;" |[[File:Druid (monster).svg|50px|middle|link=Druid]]
| style ="text-align: left;" |[[Druid]]
| style ="text-align: right;" |116
| style ="text-align: right;" |63
| style ="text-align: right;" |350
| style ="text-align: right;white-space: nowrap;" |[[File:Magic (skill).svg|25px|middle]] Magic
| style ="text-align: right;" |3.0
| style ="text-align: right;" |81
| style ="text-align: right;" |6486
| style ="text-align: right;" |4096
| style ="text-align: right;" |6016
| style ="text-align: right;" |8736
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Runic Ruins (combatArea).svg|25px|middle|link=Runic Ruins]] [[Runic Ruins]]
|-
| style ="text-align: left;" |[[File:Thief (monster).svg|50px|middle|link=Thief]]
| style ="text-align: left;" |[[Thief]]
| style ="text-align: right;" |117
| style ="text-align: right;" |86
| style ="text-align: right;" |550
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |1.8
| style ="text-align: right;" |117
| style ="text-align: right;" |6656
| style ="text-align: right;" |7296
| style ="text-align: right;" |8550
| style ="text-align: right;" |4960
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Runic Ruins (combatArea).svg|25px|middle|link=Runic Ruins]] [[Runic Ruins]]
|-
| style ="text-align: left;" |[[File:Shaman (monster).svg|50px|middle|link=Shaman]]
| style ="text-align: left;" |[[Shaman]]
| style ="text-align: right;" |118
| style ="text-align: right;" |93
| style ="text-align: right;" |750
| style ="text-align: right;white-space: nowrap;" |[[File:Magic (skill).svg|25px|middle]] Magic
| style ="text-align: right;" |3.0
| style ="text-align: right;" |137
| style ="text-align: right;" |8568
| style ="text-align: right;" |6016
| style ="text-align: right;" |7896
| style ="text-align: right;" |10434
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Runic Ruins (combatArea).svg|25px|middle|link=Runic Ruins]] [[Runic Ruins]]
|-
| style ="text-align: left;" |[[File:Turkul Riders (monster).svg|50px|middle|link=Turkul Riders]]
| style ="text-align: left;" |[[Turkul Riders]]
| style ="text-align: right;" |121
| style ="text-align: right;" |56
| style ="text-align: right;" |550
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.8
| style ="text-align: right;" |82
| style ="text-align: right;" |4056
| style ="text-align: right;" |5696
| style ="text-align: right;" |4096
| style ="text-align: right;" |1975
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Arid Plains (combatArea).svg|25px|middle|link=Arid Plains]] [[Arid Plains]]
|-
| style ="text-align: left;" |[[File:Turkul Archers (monster).svg|50px|middle|link=Turkul Archers]]
| style ="text-align: left;" |[[Turkul Archers]]
| style ="text-align: right;" |122
| style ="text-align: right;" |80
| style ="text-align: right;" |700
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |2.4
| style ="text-align: right;" |112
| style ="text-align: right;" |10098
| style ="text-align: right;" |6636
| style ="text-align: right;" |10416
| style ="text-align: right;" |7099
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Arid Plains (combatArea).svg|25px|middle|link=Arid Plains]] [[Arid Plains]]
|-
| style ="text-align: left;" |[[File:Turkul Throwers (monster).svg|50px|middle|link=Turkul Throwers]]
| style ="text-align: left;" |[[Turkul Throwers]]
| style ="text-align: right;" |123
| style ="text-align: right;" |93
| style ="text-align: right;" |800
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |2.0
| style ="text-align: right;" |132
| style ="text-align: right;" |9758
| style ="text-align: right;" |8099
| style ="text-align: right;" |9256
| style ="text-align: right;" |6402
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Arid Plains (combatArea).svg|25px|middle|link=Arid Plains]] [[Arid Plains]]
|}
=== Hard ===
Tier 2, also known as Hard.
{| class="wikitable sortable stickyHeader"
|- class="headerRow-0"
! colspan="5" |
! colspan="4" |Offensive Stats
! colspan="3" |Evasion Rating
! colspan="4" |
|- class="headerRow-1"
!Monster
!Name
!Id
!Combat Level
!style="padding:0 1em 0 0;"|[[File:Hitpoints (skill).svg|25px|middle|link=Hitpoints]] Hitpoints
!Attack Type
!Attack Speed (s)
!Max Hit
!Accuracy
!style="padding:0 1em 0 0;"|[[File:Defence (skill).svg|25px|middle|link=Defence]]
!style="padding:0 1em 0 0;"|[[File:Ranged (skill).svg|25px|middle|link=Ranged]]
!style="padding:0 1em 0 0;"|[[File:Magic (skill).svg|25px|middle|link=Magic]]
!Drop Chance
!Coins
!Bones
!Locations
|-
| style ="text-align: left;" |[[File:Fierce Devil (monster).svg|50px|middle|link=Fierce Devil]]
| style ="text-align: left;" |[[Fierce Devil]]
| style ="text-align: right;" |17
| style ="text-align: right;" |100
| style ="text-align: right;" |820
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.6
| style ="text-align: right;" |128
| style ="text-align: right;" |6976
| style ="text-align: right;" |5312
| style ="text-align: right;" |5312
| style ="text-align: right;" |1984
| style ="text-align: right;" |100%
| style ="text-align: right;" |20-80
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Penumbra (combatArea).svg|25px|middle|link=Penumbra]] [[Penumbra]]
|-
| style ="text-align: left;" |[[File:Griffin (monster).svg|50px|middle|link=Griffin]]
| style ="text-align: left;" |[[Griffin]]
| style ="text-align: right;" |22
| style ="text-align: right;" |124
| style ="text-align: right;" |1500
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |128
| style ="text-align: right;" |8904
| style ="text-align: right;" |9216
| style ="text-align: right;" |12096
| style ="text-align: right;" |3136
| style ="text-align: right;" |12%
| style ="text-align: right;" |40-120
| style ="text-align: right;" |[[File:Big Bones (item).svg|25px|middle|link=Big Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:High Lands (combatArea).svg|25px|middle|link=High Lands]] [[High Lands]]
|-
| style ="text-align: left;" |[[File:Pegasus (monster).svg|50px|middle|link=Pegasus]]
| style ="text-align: left;" |[[Pegasus]]
| style ="text-align: right;" |23
| style ="text-align: right;" |182
| style ="text-align: right;" |2200
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |264
| style ="text-align: right;" |9536
| style ="text-align: right;" |13416
| style ="text-align: right;" |21156
| style ="text-align: right;" |20944
| style ="text-align: right;" |3%
| style ="text-align: right;" |40-120
| style ="text-align: right;" |[[File:Magic Bones (item).svg|25px|middle|link=Magic Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:High Lands (combatArea).svg|25px|middle|link=High Lands]] [[High Lands]]
|-
| style ="text-align: left;" |[[File:Raging Horned Elite (monster).svg|50px|middle|link=Raging Horned Elite]]
| style ="text-align: left;" |[[Raging Horned Elite]]
| style ="text-align: right;" |32
| style ="text-align: right;" |125
| style ="text-align: right;" |1400
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.6
| style ="text-align: right;" |146
| style ="text-align: right;" |8904
| style ="text-align: right;" |9216
| style ="text-align: right;" |12096
| style ="text-align: right;" |3136
| style ="text-align: right;" |100%
| style ="text-align: right;" |70-180
| style ="text-align: right;" |[[File:Big Bones (item).svg|25px|middle|link=Big Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Desolate Plains (combatArea).svg|25px|middle|link=Desolate Plains]] [[Desolate Plains]]
|-
| style ="text-align: left;" |[[File:Seething Horned Elite (monster).svg|50px|middle|link=Seething Horned Elite]]
| style ="text-align: left;" |[[Seething Horned Elite]]
| style ="text-align: right;" |33
| style ="text-align: right;" |161
| style ="text-align: right;" |2000
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.6
| style ="text-align: right;" |243
| style ="text-align: right;" |11752
| style ="text-align: right;" |18476
| style ="text-align: right;" |18476
| style ="text-align: right;" |5056
| style ="text-align: right;" |100%
| style ="text-align: right;" |100-350
| style ="text-align: right;" |[[File:Big Bones (item).svg|25px|middle|link=Big Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Desolate Plains (combatArea).svg|25px|middle|link=Desolate Plains]] [[Desolate Plains]]
|-
| style ="text-align: left;" |[[File:Red Dragon (monster).svg|50px|middle|link=Red Dragon]]
| style ="text-align: left;" |[[Red Dragon]]
| style ="text-align: right;" |65
| style ="text-align: right;" |106
| style ="text-align: right;" |1000
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |3.0
| style ="text-align: right;" |212
| style ="text-align: right;" |10791
| style ="text-align: right;" |12276
| style ="text-align: right;" |6336
| style ="text-align: right;" |5888
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-325
| style ="text-align: right;" |[[File:Dragon Bones (item).svg|25px|middle|link=Dragon Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Dragon Valley (combatArea).svg|25px|middle|link=Dragon Valley]] [[Dragon Valley]]<br />[[File:Dragons Den (dungeon).svg|25px|middle|link=Dragons Den]] [[Dragons Den]]
|-
| style ="text-align: left;" |[[File:Black Dragon (monster).svg|50px|middle|link=Black Dragon]]
| style ="text-align: left;" |[[Black Dragon]]
| style ="text-align: right;" |66
| style ="text-align: right;" |120
| style ="text-align: right;" |1200
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |3.0
| style ="text-align: right;" |268
| style ="text-align: right;" |13516
| style ="text-align: right;" |15696
| style ="text-align: right;" |6976
| style ="text-align: right;" |6464
| style ="text-align: right;" |100%
| style ="text-align: right;" |1-600
| style ="text-align: right;" |[[File:Dragon Bones (item).svg|25px|middle|link=Dragon Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Dragon Valley (combatArea).svg|25px|middle|link=Dragon Valley]] [[Dragon Valley]]<br />[[File:Dragons Den (dungeon).svg|25px|middle|link=Dragons Den]] [[Dragons Den]]
|-
| style ="text-align: left;" |[[File:Rune Knight (monster).svg|50px|middle|link=Rune Knight]]
| style ="text-align: left;" |[[Rune Knight]]
| style ="text-align: right;" |74
| style ="text-align: right;" |101
| style ="text-align: right;" |800
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.6
| style ="text-align: right;" |212
| style ="text-align: right;" |14256
| style ="text-align: right;" |18216
| style ="text-align: right;" |18216
| style ="text-align: right;" |6272
| style ="text-align: right;" |5%
| style ="text-align: right;" |100-250
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Castle of Kings (combatArea).svg|25px|middle|link=Castle of Kings]] [[Castle of Kings]]
|-
| style ="text-align: left;" |[[File:Dark Wizard (monster).svg|50px|middle|link=Dark Wizard]]
| style ="text-align: left;" |[[Dark Wizard]]
| style ="text-align: right;" |78
| style ="text-align: right;" |108
| style ="text-align: right;" |1100
| style ="text-align: right;white-space: nowrap;" |[[File:Magic (skill).svg|25px|middle]] Magic
| style ="text-align: right;" |2.4
| style ="text-align: right;" |210
| style ="text-align: right;" |11286
| style ="text-align: right;" |6336
| style ="text-align: right;" |6336
| style ="text-align: right;" |13132
| style ="text-align: right;" |100%
| style ="text-align: right;" |100-250
| style ="text-align: right;" |[[File:Magic Bones (item).svg|25px|middle|link=Magic Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Wizard Tower (combatArea).svg|25px|middle|link=Wizard Tower]] [[Wizard Tower]]<br />[[File:Hall of Wizards (dungeon).svg|25px|middle|link=Hall of Wizards]] [[Hall of Wizards]]
|-
| style ="text-align: left;" |[[File:Necromancer (monster).svg|50px|middle|link=Necromancer]]
| style ="text-align: left;" |[[Necromancer]]
| style ="text-align: right;" |119
| style ="text-align: right;" |110
| style ="text-align: right;" |950
| style ="text-align: right;white-space: nowrap;" |[[File:Magic (skill).svg|25px|middle]] Magic
| style ="text-align: right;" |3.0
| style ="text-align: right;" |163
| style ="text-align: right;" |11256
| style ="text-align: right;" |8436
| style ="text-align: right;" |8436
| style ="text-align: right;" |12319
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Runic Ruins (combatArea).svg|25px|middle|link=Runic Ruins]] [[Runic Ruins]]
|-
| style ="text-align: left;" |[[File:Elementalist (monster).svg|50px|middle|link=Elementalist]]
| style ="text-align: left;" |[[Elementalist]]
| style ="text-align: right;" |120
| style ="text-align: right;" |171
| style ="text-align: right;" |1250
| style ="text-align: right;white-space: nowrap;" |[[File:Magic (skill).svg|25px|middle]] Magic
| style ="text-align: right;" |3.0
| style ="text-align: right;" |240
| style ="text-align: right;" |19236
| style ="text-align: right;" |11120
| style ="text-align: right;" |10286
| style ="text-align: right;" |16968
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Runic Ruins (combatArea).svg|25px|middle|link=Runic Ruins]] [[Runic Ruins]]
|-
| style ="text-align: left;" |[[File:Turkul Giant (monster).svg|50px|middle|link=Turkul Giant]]
| style ="text-align: left;" |[[Turkul Giant]]
| style ="text-align: right;" |124
| style ="text-align: right;" |125
| style ="text-align: right;" |1200
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |3.2
| style ="text-align: right;" |192
| style ="text-align: right;" |9306
| style ="text-align: right;" |12896
| style ="text-align: right;" |10816
| style ="text-align: right;" |3108
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Big Bones (item).svg|25px|middle|link=Big Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Arid Plains (combatArea).svg|25px|middle|link=Arid Plains]] [[Arid Plains]]
|-
| style ="text-align: left;" |[[File:Turkul General (monster).svg|50px|middle|link=Turkul General]]
| style ="text-align: left;" |[[Turkul General]]
| style ="text-align: right;" |125
| style ="text-align: right;" |164
| style ="text-align: right;" |1450
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |2.8
| style ="text-align: right;" |202
| style ="text-align: right;" |13986
| style ="text-align: right;" |11661
| style ="text-align: right;" |14196
| style ="text-align: right;" |11024
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Arid Plains (combatArea).svg|25px|middle|link=Arid Plains]] [[Arid Plains]]
|-
| style ="text-align: left;" |[[File:Sand Beast (monster).svg|50px|middle|link=Sand Beast]]
| style ="text-align: left;" |[[Sand Beast]]
| style ="text-align: right;" |126
| style ="text-align: right;" |197
| style ="text-align: right;" |1850
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |3.0
| style ="text-align: right;" |260
| style ="text-align: right;" |18091
| style ="text-align: right;" |12696
| style ="text-align: right;" |19136
| style ="text-align: right;" |13624
| style ="text-align: right;" |80%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Big Bones (item).svg|25px|middle|link=Big Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Arid Plains (combatArea).svg|25px|middle|link=Arid Plains]] [[Arid Plains]]
|-
| style ="text-align: left;" |[[File:Paladin (monster).svg|50px|middle|link=Paladin]]
| style ="text-align: left;" |[[Paladin]]
| style ="text-align: right;" |137
| style ="text-align: right;" |142
| style ="text-align: right;" |1200
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.8
| style ="text-align: right;" |163
| style ="text-align: right;" |10836
| style ="text-align: right;" |13356
| style ="text-align: right;" |10176
| style ="text-align: right;" |6534
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Holy Dust (item).svg|25px|middle|link=Holy Dust]]
| style ="text-align: right;white-space: nowrap;" |[[File:Holy Isles (combatArea).svg|25px|middle|link=Holy Isles]] [[Holy Isles]]
|-
| style ="text-align: left;" |[[File:Priest (monster).svg|50px|middle|link=Priest]]
| style ="text-align: left;" |[[Priest]]
| style ="text-align: right;" |138
| style ="text-align: right;" |155
| style ="text-align: right;" |1450
| style ="text-align: right;white-space: nowrap;" |[[File:Magic (skill).svg|25px|middle]] Magic
| style ="text-align: right;" |3.0
| style ="text-align: right;" |213
| style ="text-align: right;" |11776
| style ="text-align: right;" |9216
| style ="text-align: right;" |9216
| style ="text-align: right;" |12654
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Holy Dust (item).svg|25px|middle|link=Holy Dust]]
| style ="text-align: right;white-space: nowrap;" |[[File:Holy Isles (combatArea).svg|25px|middle|link=Holy Isles]] [[Holy Isles]]
|}
=== Elite ===
Tier 3, also known as Elite.
{| class="wikitable sortable stickyHeader"
|- class="headerRow-0"
! colspan="5" |
! colspan="4" |Offensive Stats
! colspan="3" |Evasion Rating
! colspan="4" |
|- class="headerRow-1"
!Monster
!Name
!Id
!Combat Level
!style="padding:0 1em 0 0;"|[[File:Hitpoints (skill).svg|25px|middle|link=Hitpoints]] Hitpoints
!Attack Type
!Attack Speed (s)
!Max Hit
!Accuracy
!style="padding:0 1em 0 0;"|[[File:Defence (skill).svg|25px|middle|link=Defence]]
!style="padding:0 1em 0 0;"|[[File:Ranged (skill).svg|25px|middle|link=Ranged]]
!style="padding:0 1em 0 0;"|[[File:Magic (skill).svg|25px|middle|link=Magic]]
!Drop Chance
!Coins
!Bones
!Locations
|-
| style ="text-align: left;" |[[File:Dark Horned Elite (monster).svg|50px|middle|link=Dark Horned Elite]]
| style ="text-align: left;" |[[Dark Horned Elite]]
| style ="text-align: right;" |34
| style ="text-align: right;" |230
| style ="text-align: right;" |2800
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.6
| style ="text-align: right;" |443
| style ="text-align: right;" |25993
| style ="text-align: right;" |27216
| style ="text-align: right;" |25326
| style ="text-align: right;" |16750
| style ="text-align: right;" |100%
| style ="text-align: right;" |250-750
| style ="text-align: right;" |[[File:Big Bones (item).svg|25px|middle|link=Big Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Desolate Plains (combatArea).svg|25px|middle|link=Desolate Plains]] [[Desolate Plains]]
|-
| style ="text-align: left;" |[[File:Furious Horned Elite (monster).svg|50px|middle|link=Furious Horned Elite]]
| style ="text-align: left;" |[[Furious Horned Elite]]
| style ="text-align: right;" |110
| style ="text-align: right;" |239
| style ="text-align: right;" |3000
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |2.6
| style ="text-align: right;" |397
| style ="text-align: right;" |32116
| style ="text-align: right;" |11456
| style ="text-align: right;" |23986
| style ="text-align: right;" |15544
| style ="text-align: right;" |75%
| style ="text-align: right;" |250-1000
| style ="text-align: right;" |[[File:Big Bones (item).svg|25px|middle|link=Big Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Desolate Plains (combatArea).svg|25px|middle|link=Desolate Plains]] [[Desolate Plains]]
|-
| style ="text-align: left;" |[[File:Rancora Spider (monster).svg|50px|middle|link=Rancora Spider]]
| style ="text-align: left;" |[[Rancora Spider]]
| style ="text-align: right;" |127
| style ="text-align: right;" |298
| style ="text-align: right;" |4300
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |2.6
| style ="text-align: right;" |450
| style ="text-align: right;" |24219
| style ="text-align: right;" |16511
| style ="text-align: right;" |21736
| style ="text-align: right;" |19040
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Big Bones (item).svg|25px|middle|link=Big Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Shrouded Badlands (combatArea).svg|25px|middle|link=Shrouded Badlands]] [[Shrouded Badlands]]
|-
| style ="text-align: left;" |[[File:Elder Vampire (monster).svg|50px|middle|link=Elder Vampire]]
| style ="text-align: left;" |[[Elder Vampire]]
| style ="text-align: right;" |128
| style ="text-align: right;" |311
| style ="text-align: right;" |4900
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |2.6
| style ="text-align: right;" |400
| style ="text-align: right;" |31086
| style ="text-align: right;" |14196
| style ="text-align: right;" |24336
| style ="text-align: right;" |20956
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Big Bones (item).svg|25px|middle|link=Big Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Shrouded Badlands (combatArea).svg|25px|middle|link=Shrouded Badlands]] [[Shrouded Badlands]]
|-
| style ="text-align: left;" |[[File:Cursed Maiden (monster).svg|50px|middle|link=Cursed Maiden]]
| style ="text-align: left;" |[[Cursed Maiden]]
| style ="text-align: right;" |129
| style ="text-align: right;" |335
| style ="text-align: right;" |5400
| style ="text-align: right;white-space: nowrap;" |[[File:Magic (skill).svg|25px|middle]] Magic
| style ="text-align: right;" |3.0
| style ="text-align: right;" |450
| style ="text-align: right;" |26781
| style ="text-align: right;" |24336
| style ="text-align: right;" |15886
| style ="text-align: right;" |28413
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Shrouded Badlands (combatArea).svg|25px|middle|link=Shrouded Badlands]] [[Shrouded Badlands]]
|-
| style ="text-align: left;" |[[File:Bounty Hunter (monster).svg|50px|middle|link=Bounty Hunter]]
| style ="text-align: left;" |[[Bounty Hunter]]
| style ="text-align: right;" |130
| style ="text-align: right;" |348
| style ="text-align: right;" |5800
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.4
| style ="text-align: right;" |329
| style ="text-align: right;" |29568
| style ="text-align: right;" |27936
| style ="text-align: right;" |25996
| style ="text-align: right;" |15041
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Bones (item).svg|25px|middle|link=Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Shrouded Badlands (combatArea).svg|25px|middle|link=Shrouded Badlands]] [[Shrouded Badlands]]
|}
=== Master ===
Tier 4, also known as Master.
{| class="wikitable sortable stickyHeader"
|- class="headerRow-0"
! colspan="5" |
! colspan="4" |Offensive Stats
! colspan="3" |Evasion Rating
! colspan="4" |
|- class="headerRow-1"
!Monster
!Name
!Id
!Combat Level
!style="padding:0 1em 0 0;"|[[File:Hitpoints (skill).svg|25px|middle|link=Hitpoints]] Hitpoints
!Attack Type
!Attack Speed (s)
!Max Hit
!Accuracy
!style="padding:0 1em 0 0;"|[[File:Defence (skill).svg|25px|middle|link=Defence]]
!style="padding:0 1em 0 0;"|[[File:Ranged (skill).svg|25px|middle|link=Ranged]]
!style="padding:0 1em 0 0;"|[[File:Magic (skill).svg|25px|middle|link=Magic]]
!Drop Chance
!Coins
!Bones
!Locations
|-
| style ="text-align: left;" |[[File:Chaotic Greater Dragon (monster).png|50px|middle|link=Chaotic Greater Dragon]]
| style ="text-align: left;" |[[Chaotic Greater Dragon]]
| style ="text-align: right;" |131
| style ="text-align: right;" |447
| style ="text-align: right;" |7100
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.8
| style ="text-align: right;" |600
| style ="text-align: right;" |31616
| style ="text-align: right;" |30876
| style ="text-align: right;" |32370
| style ="text-align: right;" |17304
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Dragon Bones (item).svg|25px|middle|link=Dragon Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Perilous Peaks (combatArea).svg|25px|middle|link=Perilous Peaks]] [[Perilous Peaks]]
|-
| style ="text-align: left;" |[[File:Hunting Greater Dragon (monster).png|50px|middle|link=Hunting Greater Dragon]]
| style ="text-align: left;" |[[Hunting Greater Dragon]]
| style ="text-align: right;" |132
| style ="text-align: right;" |416
| style ="text-align: right;" |6800
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |2.6
| style ="text-align: right;" |600
| style ="text-align: right;" |37976
| style ="text-align: right;" |16576
| style ="text-align: right;" |26656
| style ="text-align: right;" |18612
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Dragon Bones (item).svg|25px|middle|link=Dragon Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Perilous Peaks (combatArea).svg|25px|middle|link=Perilous Peaks]] [[Perilous Peaks]]
|-
| style ="text-align: left;" |[[File:Wicked Greater Dragon (monster).png|50px|middle|link=Wicked Greater Dragon]]
| style ="text-align: left;" |[[Wicked Greater Dragon]]
| style ="text-align: right;" |133
| style ="text-align: right;" |386
| style ="text-align: right;" |6500
| style ="text-align: right;white-space: nowrap;" |[[File:Magic (skill).svg|25px|middle]] Magic
| style ="text-align: right;" |3.0
| style ="text-align: right;" |240
| style ="text-align: right;" |30156
| style ="text-align: right;" |18816
| style ="text-align: right;" |14336
| style ="text-align: right;" |28213
| style ="text-align: right;" |100%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Dragon Bones (item).svg|25px|middle|link=Dragon Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Perilous Peaks (combatArea).svg|25px|middle|link=Perilous Peaks]] [[Perilous Peaks]]
|-
| style ="text-align: left;" |[[File:Umbora (monster).svg|50px|middle|link=Umbora]]
| style ="text-align: left;" |[[Umbora]]
| style ="text-align: right;" |134
| style ="text-align: right;" |559
| style ="text-align: right;" |7800
| style ="text-align: right;white-space: nowrap;" |[[File:Combat.svg|25px|middle]] Melee
| style ="text-align: right;" |2.8
| style ="text-align: right;" |930
| style ="text-align: right;" |43179
| style ="text-align: right;" |40456
| style ="text-align: right;" |38511
| style ="text-align: right;" |19072
| style ="text-align: right;" |2%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Magic Bones (item).svg|25px|middle|link=Magic Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Dark Waters (combatArea).svg|25px|middle|link=Dark Waters]] [[Dark Waters]]
|-
| style ="text-align: left;" |[[File:Rokken (monster).svg|50px|middle|link=Rokken]]
| style ="text-align: left;" |[[Rokken]]
| style ="text-align: right;" |135
| style ="text-align: right;" |577
| style ="text-align: right;" |8100
| style ="text-align: right;white-space: nowrap;" |[[File:Ranged (skill).svg|25px|middle]] Ranged
| style ="text-align: right;" |3.2
| style ="text-align: right;" |1235
| style ="text-align: right;" |47502
| style ="text-align: right;" |18306
| style ="text-align: right;" |48816
| style ="text-align: right;" |29432
| style ="text-align: right;" |2%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Magic Bones (item).svg|25px|middle|link=Magic Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Dark Waters (combatArea).svg|25px|middle|link=Dark Waters]] [[Dark Waters]]
|-
| style ="text-align: left;" |[[File:Ku-tul (monster).svg|50px|middle|link=Ku-tul]]
| style ="text-align: left;" |[[Ku-tul]]
| style ="text-align: right;" |136
| style ="text-align: right;" |611
| style ="text-align: right;" |8400
| style ="text-align: right;white-space: nowrap;" |[[File:Magic (skill).svg|25px|middle]] Magic
| style ="text-align: right;" |3.0
| style ="text-align: right;" |970
| style ="text-align: right;" |34268
| style ="text-align: right;" |32806
| style ="text-align: right;" |22336
| style ="text-align: right;" |53110
| style ="text-align: right;" |2%
| style ="text-align: right;" |0-1
| style ="text-align: right;" |[[File:Magic Bones (item).svg|25px|middle|link=Magic Bones]]
| style ="text-align: right;white-space: nowrap;" |[[File:Dark Waters (combatArea).svg|25px|middle|link=Dark Waters]] [[Dark Waters]]
|}


[[Category:Skills]]
[[Category:Skills]]
{{Menu}}
{{Menu}}

Revision as of 15:29, 25 January 2021

This page was last updated for (v0.18.2).
Slayer

Slayer is a Combat skill that allows players to earn access to unique equipment and combat locations. Slayer experience can be earned by killing monsters in Slayer Areas or through Slayer Tasks. Killing monsters assigned as a Slayer Task also provides Slayer Coins.svg Slayer Coins, which can be spent at the Shop to purchase equipment that gives a boost to slayer experience rates or allows the player to access new Slayer Areas.

Some Slayer Areas require the player to wear specific equipment during combat in order to deal damage to monsters within the area (can be bypassed with the Slayer Skillcape), while others have area effects that negatively impact the player while in combat. For more information, see: Slayer Areas.

Slayer Tasks

Slayer Tasks are randomly assigned in the combat page of the game, and are completed by killing the displayed monster. Monsters killed for Slayer Tasks earn Slayer Coins.svg Slayer Coins and Slayer experience points equal to 10% of the slain monster's hitpoints.

Tasks are available in five different tiers of increasing difficulty:

A Slayer Task can be completed by killing the specified number of the assigned task monster, when complete a new task in that same tier will be automatically picked at no cost to the player. Optionally, the current task can be extended before it has been completed (increasing the number of monster kills required for task completion), or a new task of any tier can be chosen. Both extending a task and choosing a new task costs Slayer Coins.svg Slayer Coins, the costs for each are listed in the above task tier table.

The number of monsters assigned per task is a random number that generally increases as the task's tier and the player's Slayer level increase. Formulas used to determine both the minimum/maximum possible task size and the increase when extending a task are included within the Slayer Task Mechanics section.

In addition to killing monsters for Slayer Tasks, Slayer experience can be earned by killing monsters found in Slayer Areas, at a rate equal to 5% of the slain monster's hitpoints. If the player's Slayer Task is for a monster from a Slayer Area, the experience rates will stack, giving 15% of the monster's total hitpoints as experience. Slayer experience gained can be increased further by equipping Slayer armour, which can be purchased from the Shop.

Slayer Task Mechanics

The number of monsters assigned per task is defined as [math]\displaystyle{ C_r = \left ( \text{Tier} + 1 \right ) \times 10 + 4 \times \left \lfloor r \times \text{Slayer Level} + 1 \right \rfloor }[/math], and the increase in task size when extending a task can be calculated as [math]\displaystyle{ E = \left( \text{Tier} + 1 \right ) \times \left (10 + \left \lfloor \frac{\text{Slayer Level}}{5} \right \rfloor \right ) }[/math], where:

  • [math]\displaystyle{ 0 \le r \lt 1 }[/math] is a random number
  • [math]\displaystyle{ \text{Slayer Level} }[/math] is not the virtual skill level, and therefore has a maximum value of 99
  • [math]\displaystyle{ \text{Tier} }[/math] is defined as:
    • Easy = 0
    • Normal = 1
    • Hard = 2
    • Elite = 3
    • Master = 4

Therefore, the task size (before extension) is between [math]\displaystyle{ \left ( \text{Tier} + 1 \right ) \times 10 + 4 }[/math] and [math]\displaystyle{ \left ( \text{Tier} + 1 \right ) \times 10 + 4 \times \text{Slayer Level} }[/math] monsters (inclusive).

Auto Slayer

Auto Slayer is an unlock that can be purchsed from the Shop for Slayer Coins.svg 150,000. Once unlocked, it adds a checkbox to the Slayer Task panel on the Combat screen labelled "Automatically fight new Slayer Task?" Once purchased, the option can be toggled off and on freely without needing to spend any additional Slayer Coins.

While this option is checked, after killing the final monster in a Slayer Task the player will automatically swap to fighting their next Slayer target. Only monsters in areas the player can currently access can be rolled while auto-slayer is enabled. For example, a player who does not have either a Mirror Shield or a cape such as the Slayer Skillcape that bypasses slayer area requirements equipped would not be assigned Strange Eyed Monsters while auto slaying.

Players looking to take advantage of Auto Slayer should make sure they have gear equipped that will allow them to survive facing all of the monsters in a given category, even after Combat Triangle modifiers to Damage Reduction are taken into account.

Skillcape

The skillcape can be purchased from the store for Coins.svg 1,000,000 after the player reaches Slayer Level 99.

Skillcape Name Requirements Effect
Slayer Skillcape Slayer Skillcape Slayer Level 99 +25% Flat Slayer Area Effect Negation
Bypass Slayer Area item requirements for areas that require less than level 100 Slayer
+5% Damage To Slayer Tasks
Superior Slayer Skillcape Superior Slayer Skillcape Slayer Level 120 +35% Flat Slayer Area Effect Negation
+8% Damage To Slayer Tasks
Bypass All Slayer Area item requirements
+10% Slayer Coins

Pet

The Slayer pet has a chance to be unlocked when damage is dealt to a monster on a Slayer Task.

Pet Name Effect
Asura Asura +20% Slayer Coins

Slayer Tier Monsters

This Section lists all possible tasks for every tier of Slayer.

Easy

Tier 0, also known as Easy.

Normal

Tier 1, also known as Normal.

Hard

Tier 2, also known as Hard.

Elite

Tier 3, also known as Elite.

Master

Tier 4, also known as Master.