Zoinkwiz / quest-helper

Helps with Quests.
BSD 2-Clause "Simplified" License
236 stars 415 forks source link

fix: Update rag and bone journal check to use DIARY_TEXT #1812

Closed Zoinkwiz closed 1 month ago

Zoinkwiz commented 1 month ago

This resolve the issue with the the changes to the quest journal ID.

A potential issue is that this quest was already known to be a bit laggy due to the amount of checks going on, so having it check all rows for all items may make this worse.

An alternative is to wait until I'm sure on the offset of the widgets from the original positions to then keep all the checks to be a single widget check.