RareDar helps you track and locate rare mobs that are in your proximity.
Installation and Usage
- RareDar has a small window, that shows a radar screen. It detects when you're in a zone/area that might have rare mobs, and if so, changes the radar screen color to green. Left-clicking the green radar screen trys to target all mobs that might be close, so you have an increased chance of spotting them.
- Right-Clicking the "RareDar" text shows a menu of known Zones, from where you can select the zone you're in (or you're interested in). This will open an info panel below the main window containing the name, area, and coordinates of a mob in that zone. Clicking the left/right Arrows will cycle through the mobs, making it easy to set waypoints and ride to them consecutively. In that info panel, mobs that you've already killed will be shown in green, mobs that are missing are red, making it easier to check spawn points of mobs you're needing only.
We'll be working on RareDar as Trion's Addon API matures and over time he'll get smarter at helping you find those rare mobs! :)
Developers
Know a way to make RareDar more awesome? Let's work together!
- Fork RareDar at https://github.com/ka-ka/raredar
- Write, test, commit, and push awesome code
- Send us a pull request!
- 2 comments
- 2 comments
Facts
- Date created
- Oct 25, 2011
- Category
- Last update
- Apr 23, 2012
- Development stage
- Release
- License
- Apache License version 2.0
- Curse link
- RareDar
- Downloads
- 28,472
- Recent files
- Reply
- #2
stphung May 07, 2012 at 05:34 UTC - 0 likesJust wanted to drop in to say you're doing a great job Karl!
- Reply
- #1
user_26258 Dec 21, 2011 at 02:39 UTC - 0 likesThanks for the update!
I think red looks a little better for the background. So I changed mine to suit my taste by modifying the notification.lua on line 46 to the following...
bar.solid:SetBackgroundColor(1.0,0.0,0.0,0.75)
:-)