AtlasLoot Enhanced
History
AtlasLoot was originally created by Pernicius as a plugin for Atlas and contained a handful of raid loot tables to browse. Unfortunately, Pernicius was unable to maintain the mod, so Daviesh took over and renamed it to AtlasLoot Enhanced to provide a distinction between the two versions. Since that time, AtlasLoot has grown to cover every loot table for every boss, every item set, PvP Items and items for every reputation faction. In January 2010 Hegarol took over the project from Daviesh. Finally, in 2014/2015 Lag completely rewrote the entire addon for AtlasLoot v8.
What is Atlasloot
AtlasLoot Enhanced is an UI mod allowing for loot tables of bosses to be browsed whenever needed within the game.
AtlasLoot Versions
- Nightly Build/Alpha Version: https://www.wowace.com/projects/atlasloot-enhanced/files
Issue Reporting
It would be great if you can help to report issue here. It's easier to keep track on them.
Optional Addons
Custom Modules
Below is list of custom modules which are developed and maintained by different author teams.
Features
- Atlas Integration: You can easily link to Atlas map browser if your current visited instance loot table has a corresponding map provided in Atlas.
- Dressing Room: Control-click items to show them in the Dressing Room.
- Price Preview: See the prices for token items like PvP rewards.
- Filter: Filter loot tables based on your class or set up your filter manually (NYI).
- Instance Loot: All instance loot from every Dungeon (Normal and Heroic) and Raid.
- Faction and PvP rewards
- Collection Items: Armor Sets (Dungeon, Tier and Crafted), Mounts, Companions, Tabards, Legendary items and more.
- Season and World Events: Skettis, Abyssal Council, Ethereum Prison, Feast of Winter Veil, Hallow's End, Brewfest, etc.
To Do
- Add skill / source to crafting
- Wishlist: Alt-click on any item to add it to the wishlist, alt-clicking on an item in the wishlist deletes it. There are buttons added to the Atlas panel and the loot browser to open the wishlist.
- Partial Searching: Allows searching the whole AtlasLoot database for an item where you only know part of the name.
- Quicklooks: Bind up to ten loot tables to 'Quicklook' buttons, allowing you to jump to them with only one click.
Slash Commands
- '/al' or '/atlasloot' by itself brings up the loot browser.
- '/atlasloot options' brings up the options menu.
- '/atlasloot reset' resets the last viewed loot table (fixes disconnects when opening AtlasLoot) and moves all draggable frames back to the middle of the screen.
- '/atlasloot mmb' toggles the minimap button on / off.
- '/atlasloot togglebg' toggles background pictures on / off.
Localization
If you want to help us translate AtlasLoot check:
http://www.wowace.com/addons/atlasloot-enhanced/localization/
Feedback
Comments are always welcome. Please leave your feedback in the project page. Things like you have anything to tell us, whether you get an error message when starting WoW, want a certain feature to be integrated in the mod or just want to thank us.
Current Team
- Authors: Lag, Arith
- Contributors: 2TailedFox, Proteyer, Dynaletik, Valixx, Celellach, TrAsHeR, maqjav, StingerSoft, Asurn, Dan, Diablohu, K2hyun, KKram, Pownas, Sohonmr2, Telic, 560889223 and probably more we have missed.
- Former Authors: Daviesh, Hegarol
I suggest downloading http://www.wowinterface.com/downloads/info13794-WoWCrapCleaner.html#info and after exiting WoW and deleting the addon(s) you run it and clear all the crap that's left behind.
First, we can't search the whole database just for a item slot, like polearms for example, we can only use the filter and then go instance by instance, raid by raid, boss by boss.
Second, the filter does not work, period. It glitches horribly. I filter everything but polearms, for example, and I get gems, patterns, mounts, pets, random world epics, quest items, armor tokens, food, potions, tabards, water, *ALL* PvP armor from *ALL* classes, reagents, mark of the illidari, bags, Writs of Commendation (the item that gives 250 rep for the race you picked), etc etc. Let us keep in mind that I unchecked everything *but* Polearms.
Third, sometimes the filter even removes the items it is supposed to show. Set it to show polearms, go to a boss, no loot is shown. Uncheck the filter and voila, the boss had a polearm. Verify again if everything is set appropriately in the filter (no armor, no item slot, no rings/etc, all stats checked), test the filter again. Nope, it still hides the polearm when the filter is used.
So the only option to search the database isn't even reliable and we must check boss by boss, instance by instance, raid by raid... by hand.
It is still a good addon and does what it should do, but the search function.. Yeesh.. It needs work.
Or a different database in-game addon. Wowhead takes forever to load items in 3d where in-game we just click and see. Any one knows of an alternative?
You may need code like some other addons use to operate differently above 100 frames. For example, TradeSkillMaster uses the following code:
if frame:GetFrameLevel() < 100 then
frame:SetToplevel(true)
else
frame:SetToplevel(false)
frame:SetFrameLevel(AuctionFrame:GetFrameLevel() + 5)
end