Infinitay / essence-pouch-tracker

A RuneLite plugin that tracks both the amount of essence stored in your essence pouches and the amount of essence until decay.
https://runelite.net/plugin-hub/show/essence-pouch-tracking
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Support equipment that doesn't degrade the pouch #9

Closed Infinitay closed 3 weeks ago

Infinitay commented 1 month ago

However, if a player is wearing a Runecraft cape, Max cape, or any Max cape variant, then their pouches will not degrade upon filling them (though they will not automatically be repaired). Additionally, in Guardians of the Rift, wielding an Abyssal lantern lit with Redwood logs prevents pouch degradation, though it also requires 90 Firemaking.

Infinitay commented 3 weeks ago

image

The Abyssal Lantern seems to only work when inside of the actual minigame area (passing the barrier). I can't test this myself. I forgot to ask if they can see whether or not the status of the game (pre-game before guardian is active, active with guardian power, or post game) affects the lanterns ability.

Infinitay commented 3 weeks ago

Additional information

Infinitay commented 3 weeks ago

There was an issue with the way I was tracking where the abyssal lantern was stored (inventory or equipment). I implemented a solution in #33 but I won't push it until I tested all the conditions to avoid pushing a broken solution again. Sorry.