-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: Add Herbiboar to Kill Count Notifier #602
feat: Add Herbiboar to Kill Count Notifier #602
Conversation
Should a unique test case be created for in-game messages that contain "harvest"? |
I think the MatchersTest case is sufficient - the only special part of herbiboar kc is there's no |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me - only question for other maintainers is whether there should be a config option to disable hunter-related kc notifs
Hmm, maybe I'm misunderstanding how the test cases work then. Is the updated portion of |
Correct, |
Not directed towards me so take this with a grain of salt. If I was a new user coming in I would question why only hunter-related (Herbiboar & Rumours) notifications can be toggled (even more confused if they're disabled by default) but not other skilling mini-games. Unless, you all don't consider either of those hunter activities mini-games then that's sufficient enough. I do think this question could also lead to a cluttered UI with all the skilling mini-games to toggle (if they weren't grouped by skill and listed individually.) |
The notifier is originally meant for bosses and I think this is the first (pure) skilling item added to the notifier (gauntlet still involves a combat boss, and tempoross/wintertodt is considered as a boss rather than a minigame) - as such, we don't want the notifier to be too spammy for easily completed items (hence the question about a config toggle) |
Very fair point. I actually didn't even know Temp/Todt were consider bosses in-game rather than mini-games. Looking at it from that perspective I do see the concern with adding Herbiboar. Perhaps, this was just a nice learning experience instead 🙂 |
Glad to hear it was fulfilling! Did you have a use case for these hunter kc's or were just implementing it as a perceived shortcoming in general? If the former, we can consider how to best accommodate the use case (e.g., config options). If the latter, perhaps we defer this PR until somebody needs it |
We have some members with with over 10k Herbi KC so it's a fun thing to keep tabs on. Otherwise, I definitely thought I found a miss 😅. It's nothing needed on our end. I'd only bark up this tree for this feature to help with the implementation of adding the other non-boss KCs and how we'd adjust the configs. |
Looks good to me, I don't think an option is needed until someone ask for one |
We should probably add this to the in game changelog though, to ensure it gets visibility |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For clarification and learning purposes, is cc: @iProdigy |
Yep! The current version (with a message attached) is stored in config & on login we tell the user if there's been any notable changes since that version |
Thanks for your contribution! |
Allows Heribobar kill counts to send kill count notifications. Wintertodt and Tempoross are acceptable so we should include Herbiboar to keep the "skilling" NPCs consistent. We should also consider adding Hunter Rumour completions.