Implemented Varrock hard achievement for recovering Family Crest gauntlets

This commit is contained in:
Sam Marder
2026-05-30 14:27:21 +00:00
committed by Ryan
parent 5633fbf115
commit 8d7f78ac5b
2 changed files with 3 additions and 1 deletions
@@ -7,6 +7,7 @@ import core.game.node.entity.player.Player
import core.plugin.Initializable
import org.rs09.consts.Items
import content.data.Quests
import core.game.node.entity.player.link.diary.DiaryType
@Initializable
@@ -173,6 +174,7 @@ class DimintheisDialogue(player: Player? = null): core.game.dialogue.DialoguePlu
6000 -> npc("Not to worry, here they are").also {
stage = 1000
addItem(player, getAttribute(player, "family-crest:gauntlets", Items.FAMILY_GAUNTLETS_778))
player.achievementDiaryManager.finishTask(player, DiaryType.VARROCK, 2, 9)
}
1000 -> end()
@@ -140,7 +140,7 @@ public enum DiaryType {
"Craft an air battlestaff",
"Give your player-owned house a tropical wood or fancy stone<br><br>finish at the Varrock estate agent's",
"Make a Varrock teleport tablet on a mahogany lectern",
"Obtain a new set of Family Crest gauntlets from Dimintheis", // TODO need family crest
"Obtain a new set of Family Crest gauntlets from Dimintheis",
"Make a Waka Canoe near Edgeville",
"Use the Home Teleport spell in the Ancient Magicks spellbook<br><br>to teleport to Edgeville",
"Use the skull sceptre to teleport to Barbarian Village"