764
edits
m (→Gear: Reword) |
(Roll out a new version of the guide) |
||
Line 1: | Line 1: | ||
{{V| | {{V|1.0}} | ||
=== | ===Why clear Dragons Den?=== | ||
{{ZoneIcon|Dragons Den}} is usually cleared for the {{ItemIcon|Ancient Crossbow}} and optionally {{ItemIcon|(U) Ancient D-hide Shield}} because they are wanted for the {{ZoneIcon|Water God Dungeon}}. | |||
Other parts of the {{ItemIcon|Ancient D-hide Body|Ancient}} set are of little importance because you will use the {{ItemIcon|Aeris God Helmet|notext=true}} [[Aeris God Armour]] for the {{ZoneIcon|Water God Dungeon}}. | |||
===Gear to idle=== | |||
Because all enemies in {{ZoneIcon|Dragons Den}} are {{Icon|Melee}}, it is advised to use a {{Skill|Magic}} or {{Icon|Melee}} build due to the [[Combat Triangle]]. | |||
This guide assumes that you have {{UpgradeIcon|Auto Eat - Tier III}}. | |||
The simulations are run on a character with lvl 80 in all combat skills except {{Skill|Hitpoints}}. | |||
Due to the wide range of cases, it is recommended to use the [[Combat Simulator]] to compare the options tailored for your situation. | |||
The ring slot in the given builds is free. It is suggested to put {{ItemIcon|Ring of Wealth}} here if you have it or {{ItemIcon|Aorpheat's Signet Ring}} otherwise. | |||
====Magic==== | |||
Below is a basic build that needs {{SkillReq|Runecrafting|90}} to create, {{SkillReq|Magic|78}} to wear, and {{Icon|Hitpoints|qty=830|type=skill|HP}} to idle. | |||
The spell of choice is {{Icon|Fire Surge|type=spell}}. | |||
{| class="wikitable" | |||
|- | |||
! Item | |||
! Slot | |||
! DR% | |||
|- | |||
| {{ItemIcon|Fire Expert Wizard Hat}} | |||
| Head | |||
| 5% | |||
|- | |||
| {{ItemIcon|Fire Expert Wizard Robes}} | |||
| Body | |||
| 5% | |||
|- | |||
| {{ItemIcon|Fire Expert Wizard Bottoms}} | |||
| Leggings | |||
| 5% | |||
|- | |||
| {{ItemIcon|Fire Expert Wizard Boots}} | |||
| Boots | |||
| 5% | |||
|- | |||
| {{ItemIcon|Paladin Gloves}} | |||
| Hands | |||
| 4% | |||
|- | |||
| {{ItemIcon|Magic Wand (Powerful)}} | |||
| Weapon | |||
| 0% | |||
|- | |||
! scope="row" colspan="2" | Total | |||
| 24% | |||
|} | |||
This build's clear speed is 16 dungeons per hour with 1060 {{ItemIcon|Crab|Crabs}} and 1205 {{ItemIcon|Ancient Rune|Ancient}} runes. | |||
The adjusted clear time is 841 seconds per dungeon. | |||
====Melee==== | |||
The following build needs {{SkillReq|Smithing|99}} to create, {{SkillReq|Attack|70}} to wear, and {{Icon|Hitpoints|qty=780|type=skill|HP}} to idle. | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 28: | Line 87: | ||
| 6% | | 6% | ||
|- | |- | ||
| {{ItemIcon|( | | {{ItemIcon|(G) Dragon Shield}} | ||
| Off-hand | |||
| 6% | |||
|- | |||
| {{ItemIcon|Paladin Gloves}} | |||
| Hands | | Hands | ||
| 4% | |||
|- | |||
| {{ItemIcon|Amulet of Calculated Promotion}} | |||
| Neck | |||
| 0% | |||
|- | |||
| {{ItemIcon|Sunset Rapier}} | |||
| Weapon | |||
| 0% | |||
|- | |||
! scope="row" colspan="2" | Total | |||
| 34% | |||
|} | |||
The clear speed of this build is 9.8 dungeons per hour with 655 {{ItemIcon|Crab|Crabs}}. | |||
The adjusted clear time is 835 seconds per dungeon. | |||
With the {{ItemIcon|Ancient Claw}}, it is 10.7 dungeons per hour with 626 Crabs and the adjusted clear time being 746 seconds per dungeon. | |||
===Adjusted clear time=== | |||
Adjusted clear time <math>A</math> is calculated by dividing the overall time <math>T_{all}</math> by the number of dungeons <math>D_h</math> cleared per one hour. | |||
The overall time <math>T_{all}</math> is calculated by the sum of one hour plus the time required to produce the {{ItemIcon|Crab|Crabs}} <math>T_c</math>, mine essence <math>T_m</math>, and create runes <math>T_r</math>. All measured in seconds. The number of spent {{ItemIcon|Ancient Rune|Ancient}} runes is noted as <math>N</math>. | |||
The {{ItemIcon|Crab|Crabs}} cooking time is 7 seconds. The {{Icon|Fire Surge|type=spell}} with the combination runes is used. | |||
The approximate {{Icon|Adventure}} mode situation is taken for Runecrafting. In particular, {{ItemIcon|Mining Gloves}} and {{ItemIcon|Elemental Potion IV|Elemental Potion}} are not used. The Runecrafting 95% milestone of the mastery pool is active, and the runes have 99 mastery, meaning that 16 runes are produced per two seconds. No rune preservation or doubling. | |||
The mining time is the one with the {{UpgradeIcon|Dragon Pickaxe}} upgrade - 1.3 seconds. The number of essence needed to mine considers the {{ItemIcon|Smoke Rune|Smoke}} and {{ItemIcon|Ancient Rune|Ancient}} runes. | |||
<math>T_m = (N * 7 * (1 + 2/16 + 2/16) / 16 + N / 16) * 1.3 = N / 16 * (8.75 + 1) * 1.3 = N * 12.675 / 16</math> | |||
For <math>T_r</math> compared to <math>T_r</math>, the only difference is that the number of mined essence is multiplied by 2 instead of 1.3. | |||
<math>T_r = N * 9.75 * 2 / 16 = N * 9.75 / 8</math> | |||
The {{ItemIcon|Magic Wand (Powerful)|magic}} build, <math>A_{magic}</math>: | |||
<math>T_c = 1060 * 7 = 7420</math> | |||
<math>T_m = 1205 * 12.675 / 16 = 955</math> | |||
<math>T_r = 1205 * 9.75 / 8 = 1469</math> | |||
<math>T_{all} = 3600 + T_c + T_m + T_r = 3600 + 7420 + 955 + 1469 = 13444</math> | |||
<math>D_h = 16</math> | |||
<math>A_{magic} = T_{all} / D_h = 13444 / 16 = 841</math> | |||
The {{ItemIcon|Sunset Rapier|rapier}} build, <math>A_{rapier}</math>: | |||
<math>T_c = 655 * 7 = 4585</math> | |||
<math>T_{all} = 3600 + T_c + T_m + T_r = 3600 + 4585 + 0 + 0 = 8185</math> | |||
<math>D_h = 9.8</math> | |||
<math>A_{rapier} = T_{all} / D_h = 8185 / 9.8 = 835</math> | |||
The {{ItemIcon|Ancient Claw|claw}} build, <math>A_{claw}</math>: | |||
<math>T_c = 626 * 7 = 4382</math> | |||
<math>T_{all} = 3600 + T_c + T_m + T_r = 3600 + 4382 + 0 + 0 = 7982</math> | |||
<math>D_h = 10.7</math> | |||
<math>A_{claw} = T_{all} / D_h = 7982 / 10.7 = 746</math> | |||
<math></math> | |||
For comparison, here's the magic build that takes less time to acquire than the {{ItemIcon|Ancient Claw}}. It needs {{Icon|Hitpoints|qty=860|type=skill|HP}} to idle. | |||
{| class="wikitable" | |||
|- | |||
! Item | |||
! Slot | |||
! DR% | |||
|- | |||
| {{ItemIcon|Fire Expert Wizard Hat}} | |||
| Head | |||
| 5% | |||
|- | |||
| {{ItemIcon|Fire Expert Wizard Robes}} | |||
| Body | |||
| 5% | | 5% | ||
|- | |- | ||
| | | {{ItemIcon|Fire Expert Wizard Bottoms}} | ||
| | | Leggings | ||
| | | 5% | ||
|- | |- | ||
| | | {{ItemIcon|Fire Expert Wizard Boots}} | ||
| | | Boots | ||
| | | 5% | ||
|- | |||
| {{ItemIcon|Magic Wand (Powerful)}} | |||
| Weapon | |||
| 0% | |||
|- | |- | ||
| | | {{ItemIcon|Enchanted Cape}} | ||
| Cape | | Cape | ||
| | | 0% | ||
|- | |- | ||
| {{ItemIcon|Elite Amulet of Defence}} | | {{ItemIcon|Elite Amulet of Defence}} | ||
Line 48: | Line 206: | ||
| 2% | | 2% | ||
|- | |- | ||
| {{ItemIcon| | | {{ItemIcon|Book of Eli}} | ||
| | | Off-hand | ||
| 0% | | 0% | ||
|- | |- | ||
| {{ItemIcon| | | {{ItemIcon|Elementalist Gloves}} | ||
| | | Hands | ||
| | | 0% | ||
|- | |- | ||
| Total | ! scope="row" colspan="2" | Total | ||
| | | 22% | ||
|} | |} | ||
The clear speed of this build is 20 dungeons per hour with 1000 {{ItemIcon|Crab|Crabs}} and 1170 {{ItemIcon|Ancient Rune|Ancient}} runes. | |||
<math>A_{MidMagic}</math>: | |||
<math>T_c = 1000 * 7 = 7000</math> | |||
<math>T_m = 1170 * 12.675 / 16 = 927</math> | |||
<math>T_r = 1170 * 9.75 / 8 = 1426</math> | |||
<math>T_{all} = 3600 + T_c + T_m + T_r = 3600 + 7000 + 927 + 1426 = 12953</math> | |||
<math>D_h = 20</math> | |||
<math>A_{MidMagic} = T_{all} / D_h = 12953 / 20 = 648</math> | |||
As you see, the MidMagic build clears faster than the Claw build by 13% and has many options to be improved further. | |||
Therefore, the magic build is suggested. | |||
[[Category:Guides]] | [[Category:Guides]] |
edits