RDW
RDW
Source: [Discord](https://discord.com/channels/788119147740790854/788119314909626388/923229221218824202) > Is there any way to show percentage/droprate in the chat text? It's nice to know that I've done 32 attempts at the necroray egg, for example, but...
Source: [Discord](https://discord.com/channels/788119147740790854/788120439947395113/918045273656291338) > I would love the ability to set a key bind to show / hide the main menu instead of mousing over a broker (if that is what...
Source: [Discord](https://discord.com/channels/788119147740790854/788120439947395113/906224497072410704) > "Smart" Toggle of Content lists on Rarity based on which zone youre in. > Example: I can have all of these toggled but ONLY Shadowlands will show...
There's a comment: ``-- TODO: Type checking, validation etc. here (if ever implemented)`` (in the database schema) Also, from Discord: > And if you wanted to validate the input fields...
As far as I can tell, ``enableAnnouncements`` is used as a global setting and therefore ignored on the item level. Items use a different field, creatively named ``announce``, which should...
In reworking the validation logic, I detected some issues (shocking, I know). One of them is this: * Custom items don't have a category set (expansion) This means they aren't...
Source: https://github.com/WowRarity/Rarity/pull/311 It looks like the holiday reminders were supposed to be triggered when the addon is loaded, but currently they aren't.
Source: [WowAce](https://www.wowace.com/projects/rarity/issues/486) > Suggestion: Add a checkbox to show: **1) Mounts in this world only** --- I'm assuming "world" refers to Azeroth, Draenor, Outlands etc.
Source: [Discord](https://discord.com/channels/788119147740790854/788120439947395113/890319869122318356) > Add option in custom to track a drop, like this https://www.wowhead.com/item=30280/pattern-belt-of-blasting [Binds when picked up] only if char have Tailoring  While this is certainly a niche...
Goals: - [ ] Can be run via CLI (no dependency on the WOW API) - [ ] Can define maximum threshold after which the test is considered failed (optional)...