Rarity
NEW:
- Support for Cataclysm Classic (experimental)
- 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.
You could also add
{m=875,i=true},{m=867,i=true},{m=876,i=true},{m=887,i=true},{m=877,i=true},{m=885,i=true}
at the end of the map id list to add the dungeons to the list also.
Also 61444 doesn't track for me, could try adding 61442 and 61445 as the other 2 id's for the bosses in that trial to see which tracks the chest opening.
Hi, how can i remove the achievment of pets? i'm not interested at all and all it does is getting my hopes up when i think it is a mount, i have to uncheck manually all the pets? thanks
Just collapse the pet group. If you really want to stop Rarity from telling you when you've made an attempt toward a pet, yes you need to turn them all off manually. Pets and mounts almost never overlap, so I'm not sure what you're saying here.
i mean the "achievment style" that popup when you drop a pet, is the same as the mount one, but with the pet, so if i'm hoping to drop the invincible and an achi pop up i almost collapse, but is a pet everytime.
I turned off manually
I was talking only about the achievment style popup
Well, the achievements are kind of the point! :) But yes, you'll need to turn off the ones you don't want to see.
Trying to track my my fishing attempts for Shard of Darkness for the Ashbringer skin, but its not tracking. Can you tell me what I'm doing wrong?
AV4xXlReU2l0ZW1zXlReTjFeVF5Tem9uZXNeVF5OMV5TMjheTjJeUzEzOV50XlN0eXBlXlNJVEVNXlNtZXRob2ReU0ZJU0hJTkdeU2xhc3RBdHRlbXB0c15OMF5TZGlzYWJsZUZvckNsYXNzXlReU1BBTEFESU5eQl50XlNpdGVtSWReTjEzOTYyNF5TbmFtZV5TMTM5NjI0XlNleHBvcnReQl5TY2hhbmNlXk4xMDAwXlNpbnN0YW5jZURpZmZpY3VsdGllc15UXk4wXmJedF5TYXR0ZW1wdHNeTjRedF50XlNzaWduYXR1cmVeU1JGSTJQRDRqT2pKME5udGdJbmMvWkE9PV5TYnVpbGReTjU4NV50Xl4=
I no longer have an active WoW account, so I can't import your string. I can try to help if you describe what you did, or another user can help.
In reply to malfunktionv2:
In reply to Cakechart:
In reply to malfunktionv2:
2. Create a backup of Options.lua, then open it and
3. On line 1085, replace the entire line, that is
with
This will allow my export string to be recognized as valid, and have no adverse effects, but you should still change it back afterwards just to be sure (or don't).
Now, export this string:
It's a different one because I removed all unnecessary data (my attempts etc), which also makes it a lot shorter.
In reply to malfunktionv2:
In retrospect, this will be much easier for you to change than the LUA file + import. If it still doesn't work, you can always fall back to using that option.
In reply to Cakechart:
In reply to Allara:
That is pretty much all that went wrong; there are "holes" in it and so it won't count the entries correctly. With "fundamentally broken" I meant that it generally won't work, only in the special case of exporting N entries from the start (where N can be all of them, if none are missing "in between").
Disclaimer: I haven't tested this with different types of exports, but it's what I got from looking at the respective lines in the code.
In reply to Cakechart:
In reply to Allara:
in line 1224 could become
or, in fact,
- which is faster, although not by entire orders of magnitude. This way, the validation shouldn't need any changes at all.
And there we have another example for using # that justifies its current form. If it wasn't as fast, using this shortcut would be a terrible idea :)
In reply to Cakechart:
In reply to Allara:
For the most part, everything is still working as expected. Thanks for all the work you put into this addon, by the way!
In reply to Cakechart:
In reply to Allara:
In reply to Cakechart: