432
edits
Line 114: | Line 114: | ||
=== Slayer Task Duration === | === Slayer Task Duration === | ||
The number of monsters assigned per task is random, but generally increases with the player's {{Skill|Slayer|nolink=true}} level and with higher difficulty tiers | The number of monsters assigned per task is random, but generally increases with the player's {{Skill|Slayer|nolink=true}} level and with higher difficulty tiers, as shown by this table: | ||
* <math>0 \le r < 1</math> | |||
{| class="wikitable" | |||
|+ Slayer Task Durations | |||
|- | |||
! Task !! Tier !! Slayer Levels (Min/Max) !! Duration (Min/Max) !! Extension (Min/Max) | |||
|- | |||
| Easy || 0 || 1-24 || 14-110 || 10-14 | |||
|- | |||
| Normal || 1 || 25-49 || 24-220 || 30-38 | |||
|- | |||
| Hard || 2 || 50-74 || 34-330 || 60-72 | |||
|- | |||
| Elite || 3 || 75-84 || 44-380 || 100-104 | |||
|- | |||
| Master || 4 || 85-99 || 54-450 || 135-145 | |||
|- | |||
| Legendary || 5 || 100-109 || 64-500 || 180-186 | |||
|- | |||
| Mythical || 6 || 110-120 || 74-550 || 224-238 | |||
|} | |||
Specifically: | |||
* If your slayer level is higher than the indicated range then you may get more as per the following equations. | |||
* The duration (number of monsters) required for a new 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> | |||
* The task duration is in the range <math>\left ( \text{Tier} + 1 \right ) \times 10 + 4</math> to <math>\left ( \text{Tier} + 1 \right ) \times 10 + 4 \times (\text{Slayer Level} + 1)</math> inclusive. | |||
* When extending a task the increase duration is 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>r</math> is a random number, <math>0 \le r < 1</math> | |||
* <math>\text{Slayer Level}</math> is the true (not virtual) skill level, and therefore has a maximum value of 99 ({{TotH}} 120) | * <math>\text{Slayer Level}</math> is the true (not virtual) skill level, and therefore has a maximum value of 99 ({{TotH}} 120) | ||
* <math>\text{Tier}</math> is | * <math>\text{Tier}</math> is the numerical representation of the task tier, in the range 0 to 6 | ||
=== Auto Slayer === | === Auto Slayer === |
edits