quest-helper icon indicating copy to clipboard operation
quest-helper copied to clipboard

The Heart of Darkness recommended "Civitas illa fortis teleport" item does not highlight when fulfilled

Open Nightfirecat opened this issue 1 year ago • 2 comments

With an inventory containing sufficient law/earth/fire runes, high enough magic level to cast the spell, and the needed prerequisite quest, this recommended line item is not highlighted green Screenshot_20250219_205321

Nightfirecat avatar Feb 20 '25 04:02 Nightfirecat

It seems like the later teleport listed under "The Old Ones" section also does not highlight when fulfilled

Nightfirecat avatar Feb 20 '25 05:02 Nightfirecat

It's using ItemID.CIVITAS_ILLA_FORTIS_TELEPORT so it expects the teleport tablet, not a rune combination

I assume there needs to be a CIVITAS_ILLA_TELEPORT added here https://github.com/zoinkwiz/quest-helper/blob/master/src/main/java/com/questhelper/collections/TeleportCollections.java

Felanbird avatar Feb 20 '25 05:02 Felanbird