Rarity
NEW:
- Rarity now has a Discord server!
If you're interested in following the development process or contributing, you should also check out the official GitHub repository. We're always in need of more hands to help us make the addon better!
Rarity tracks how many times you've tried to obtain various rare items like mounts, battle pets, and toys. It will tell you how likely you are to obtain the item, track how long you've been farming for it, and tell you how lucky you've been so far. Although it's mostly used for mounts, battle pets, and toys, it supports pretty much any item, including profession patterns, archaeology projects, and more.
Looking for Rarity Item Packs? Click here.
Out of the box, Rarity includes support for every single mount, battle pet, and toy in the game which require some time to farm. It also includes support for some mount-related items like Skyshard, Primal Egg, and Giant Dinosaur Bone. It'll even notice if you mouseover a Mysterious Camel Figurine, plus lots of other stuff. Rarity factors in the size of a typical group when determining probabilities, and can also tell you if you've killed various bosses this week (or day). Holiday just started, and you didn't notice? Rarity will give you a helpful reminder to run those holiday dungeons or daily quests if you still need an item from them.
If Rarity doesn't track something you want to track, you can add it yourself! Just about everything is user configurable.
Curious what math is going on behind the scenes? The author of Bunny Hunter created the original algorithms. He wrote an article about it here. Your chance to obtain an item doesn't increase as you farm it; Rarity is just telling you how lucky you've been so far. It can be remarkably cathartic to see a progress bar move up as you spend hours upon hours trying for that Disgusting Oozeling.
Main features
- Rarity is primarily an LDB feed with a large tooltip. It can function as either a mini-map icon (you have to turn this on in the options), or as a standard LDB feed (use a display like Fortress, Button Bin, Titan Panel, or Chocolate Bar).
- Provides a progress bar, which you can toggle by clicking the icon or feed label.
- Adds info to NPC and item tooltips, showing you if it drops or contains something that Rarity tracks. Rare mobs with a guaranteed drop show which item they drop and if you've defeated them yet.
- Includes full source info, telling you how to obtain everything Rarity tracks.
Other features
- Share packs of items with other users
- Can automatically add waypoints to TomTom for certain items
- Uses statistics whenever possible to keep track of attempts
- Breaks your farming down by session, day, week, and month
- Looks at your instance locks to see if you've defeated various bosses recently
- Reminds you if you need to farm a holiday dungeon or daily quest, and hides holiday items that aren't available right now
- Supports bonus coin rolls
- Automatically screenshots when you obtain an item
- Keeps track of rare achievements like Frostbitten and Glorious
- You can add your own items to track
- Lets you modify your attempt count without having to edit saved variables
- Automatically imports data from Bunny Hunter if you're switching
Slash Commands
Simply typing /rarity should open the options menu (unless disabled).
For troubleshooting issues:
- /rarity dump displays the most recent debug log entries (even if the debug mode is disabled)
- /rarity validate checks the consistency of your item database, including custom items (experimental)
Comments & bug reports
Help translate Rarity
Click here to help translate Rarity into your language.
Frequently Asked Questions
Click here to read the Frequently Asked Questions. Please read this before requesting support.
I still don't have the Black Drake and the Twilight drake, when i hover over the botton on my minimap, it doesn't show me those drakes. It's like they don't track them. Is this a bug?
And can you search via a search bar for the drake you want? I find myself scrolling so long to find the drake in the list i'm searching for...
In reply to eneska_meow:
Those drakes are not part of the addon's database since they're guaranteed drops; there'd be no point in tracking attempts.
The search bar feature has already been suggested and is on the list: https://github.com/SacredDuckwhale/Rarity/issues/212
In reply to Cakechart:
Makes sense ! Thx !
In SL prepatch event we can kill Skadi the Ruthless in Icecrown as a world boss, and he can drop Reins of the Blue Proto-Drake too. However this addon does not track attempts for this world boss. Please start tracking them too.
Hiyas i just installed, and was wondering if there was a way to mass check keep tracking after obtaining it for pets?
In reply to MoonWraiven:
I've added a button to do this under Advanced > Tracking Overrides in the latest alpha. Please be aware that it simply overwrites the setting for all items in the battle pets category, because a more dynamic solution would take considerably more work.
Does this help?
I always thought we knew the drop rate of things and you can track how many times you've killed the thing that drops it so the stats basically make themselves. Obviously, I'm wrong. So out of curiosity, what did they break?
In reply to Forge_User_94266927:
For some (many) items, this is indeed how it works, which has some disadvantages such as being unable to persist attempt counts through UI resets or frequently resulting in grossly inaccurate counts.
Blizzard provides kill statistics for raid bosses as part of the achievement system, and those can be queried from the WOW API. They are much more reliable (usually...) and attempt counts can be updated as needed, so Rarity relies on them whenever possible. Unfortunately they aren't working for the Firelands raid at this time, resulting in new attempts not being counted.
While you can technically switch the detection method, it comes with many headaches because people have been using statistics for years and the two methods aren't really compatible. It might be possible to work around this, but I don't have the time to do that kind of work currently and I don't want to risk things breaking horribly, either.
In reply to Cakechart:
Ahhh, I see. That's really interesting. Thanks for explaining!
Hello, I seem to have this annoying little bar that just says Rarity on it and has 2 random mounts under. I can't seem to remove this bar and it can be freely moved around the screen/is not anchored anywhere. Is this a bug?
In reply to Shmishe:
No, but you can hide it by clicking on the LibDB text/minimap button.
In reply to Cakechart:
Worked! Thanks a lot!
Great addon. But I can't seem to get the addon to track pickpocket attempts even though I've set a custom item to be tracked via pick pocket. Does the addon track pickpocketing?
In reply to Sprucewayne1:
As far as I know, Pickpocketing should be supported. Can you share the export string for the item you've attempted to track?
Hello! I'd like to know if it's possible to check how many times i've killed a certain boss and how lucky the drop was! I just got Invincible after 6 attempts (i know, super lucky), but i'm not seeing Invincible in the list that comes down when i mouse over the mini map icon for some reason. Sorry for the dumb question but i'm quite new at this!
In reply to MYAAAAHHHH:
After mounts are obtained, they will no longer be marked as "tracked". You can start tracking them again by checking "repeatable" in the options menu for the given item.
I have a quick question regarding tracking of loot from Island expedition, I notice that the addon can track things like risen mare. If I wanted to make a custom drop like a transmog piece, is there anyway I can track it in the same way? I tried looking around but I couldn't find a way to make a custom item track in the same way Drop: Island Expedtions.
In reply to lorsan:
Unfortunately, there's no streamlined method you can use to track items specifically for Island Expeditions at this time.
Tracking for those items was basically hacked in before it was even clear how to obtain them, and after looking through the relevant code I'd say that extending the functionality to support IE out of the box would take more time than I have currently available, which is almost zero.
I can add an item in the backlog for this feature, but unless someone else wants to take a stab at it I don't think I'll get around to implementing it anytime soon.
Status: https://github.com/SacredDuckwhale/Rarity/issues/211
Hello, the addon is not counting any of my attemps at Firelands, niether for Flametalon of Alysrazor and Smoldering Egg of Millagazor
In reply to Drekaelric:
I'm aware, but I can't do much about it. Blizzard broke the statistics for that raid when they introduced the Timewalking difficulty.
If similar issues in the past are anything to go by, it could be a long time until they get around to fixing it.