Cave morays are tier 10 fish found by members in the Daemonheim dungeon, while training Dungeoneering. They can be caught at specific fishing spots throughout dungeons on a complexity level of 2 or higher. Raw cave morays are caught with a fly fishing rod, in conjunction with feathers, by players who have a Fishing level of 90 or higher. They require 90 Cooking to be cooked over a fire; if a range is found in game they can in fact be cooked by players who have a Cooking level of 1 or higher. Cave morays are the highest healing fish found in Daemonheim and heal up to 2250 life points depending on one's Constitution level. Even with 99 Cooking a player can still burn cave morays; using the highest tiered branches available will help to reduce the amount of burnt fish.
Enter your Constitution level | name=skillstat_Constitution_level|type=int|value=1|range=9,99|size=4|sublist=calchealing |
name=healing|type=output |
let(minLevel, 90) let(healAmount, 0) let(healAmountOutOfCombat, 0) let(healOverTimeAmount, 0) let(healOverTimeDuration, 0) let(constitutionLevel, skillstat_Constitution_level)
let(pointsPerLevel, 25) if(healAmount){
let(pointsPerLevel, healAmount / minLevel)
}
if(constitutionLevel < minLevel){
let(heal, constitutionLevel * pointsPerLevel)
}{
let(heal, minLevel * pointsPerLevel)
}
let(heal, floor(heal + 0.000001)) let(healing,"This will heal " + heal + " life points at level " + constitutionLevel + " in combat.")
if(healOverTimeAmount){
let(healing, healing + " It will heal an additional " + healOverTimeAmount + " life points over " + healOverTimeDuration + " seconds.")
}
if(healAmountOutOfCombat){
let(pointsPerLevelOutOfCombat, healAmountOutOfCombat / minLevel) if (constitutionLevel < minLevel){ let(healOutOfCombat, constitutionLevel * pointsPerLevelOutOfCombat) }{ let(healOutOfCombat, minLevel * pointsPerLevelOutOfCombat) } let(healOutOfCombat, floor(healOutOfCombat + 0.000001)) let(healing, healing + " It will heal " + healOutOfCombat + " life points while out of combat.")
}
Two cooked cave morays are also the secondary ingredient in making Sachem skinweaver pouches.
Tools/utensils | None |
---|---|
Ingredients | Raw cave moray |
![]() |
90 |
Burn level | Can burn at any level; higher-tier wood lowers this chance |
![]() |
215 |
Range-only | No |
Instructions | Use raw cave morays with a fire, inside of Daemonheim |
Servings | 1 |