Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

Zoinkwiz
Copy link
Owner

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.

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.
Copy link
Contributor

@pajlada pajlada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like with fixed offsets, it's just a matter of time before it breaks again.
I'd rather see this recursive check, which we know will always work, be optimized somehow

@Zoinkwiz Zoinkwiz merged commit 83ec409 into master Oct 19, 2024
1 check passed
@Zoinkwiz Zoinkwiz deleted the fix-rag-bone-man-journal-check branch October 19, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants