Rocktail soup is made from one cooked rocktail and one Spice. It heals a maximum of 2,500 (with a Constitution level of at least 96) and can boost a player's life points by an extra 15% above their maximum life points.
It can only be made after obtaining the full Eastern Soups Recipe Scroll from Player-owned ports. It requires a Cooking level of 93 to make. Players must have the necessary level - boosts do not work. This soup cannot be burnt when being made. When made, it gives 500 base cooking experience, and the workshop boost of 5-20% (depending on tier of workshop) also applies. Experience boosts from a clan avatar buff or from an outfit work, but cooking urns do not work.
A dilapidated workshop must be upgraded to the refitted version (500 slate and 2,000 bamboo), unlocking a cooking station and a bank in the workshop.
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, 96) 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.")
}
Disassembly[]
Disassembly XP | 2.8 |
---|---|
Item quantity required | 1 |
Material count | 1 |
Base junk chance | 0.0% |
Possible materials | |
Often | |
![]() | 89% |
Sometimes | |
![]() | 8% |
Rarely | |
![]() | 1% |
![]() | 1% |
![]() | 1% |
Creation[]
![]() | - | ![]() | ||
---|---|---|---|---|
500 XP | - | 9,439 | ||
Requirements | ||||
![]() | 93 | |||
![]() | ||||
![]() | Yes | |||
Materials | ||||
Item | Quantity | Price | Total | |
![]() | Rocktail | 1 | 4,690 | 4,690 |
![]() | Spices | 1 | N/A | - |
Trivia[]
- From 11 December 2012 to 4 March 2018, they were the highest healing one-bite food in the game, before being replaced by Sailfish soup.
- Before the update on 20 August 2013, the Grand Exchange buy limit of Rocktail soup was 10 every 4 hours.
- After the update on 16 March 2015, the soup heals a maximum of 2500 instead of 2400 life points.