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
In reply to oplawlz:
In reply to arith:
In reply to oplawlz:
I absolutely cannot find / use the Wishlist - is it no longer available?
For the collections, would it be possible to add a filter to filter out mounts, pets etc that are already known?
Never mind. Tried again after posting this and it updated. Weird.
Addon Install Error
Twitch encountered a problem during this operation
Error:
Unable to get file: AddonID: 2134, FileID: 2533594
*For new version today v8.07.08 (Feb. 21, 2018)
This addon caused a major fps drop for me. If you find yourself in a similar situation try disabling this.
do you ever intend to update this mod there are so many missing items? only to mention one Thing lunar festival
Hi, could devs add some options for collected transmog items like i did,
replace lines 186-207 in x:\Program Files\World of Warcraft\Interface\AddOns\AtlasLoot\Button\Item_type.lua
with this code
else
button.name:SetAlpha(1)
button.extra:SetText(GetItemDescInfo(itemEquipLoc, itemType, itemSubType))
button.extra:SetAlpha(1)
button.icon:SetTexture(itemTexture or "Interface\\Icons\\INV_Misc_QuestionMark")
button.icon:SetAlpha(1)
button.completed:Show()
if itemLink then
if (itemSubType=="Miscellaneous" or itemSubType=="Companion Pets") then
button.name:SetText("|c"..ITEM_COLORS[0]..itemName)
button.name:SetAlpha(0.33)
button.extra:SetAlpha(0.33)
button.icon:SetAlpha(0.33)
button.completed:Hide()
else
if C_TransmogCollection.PlayerHasTransmog( tonumber(itemLink:match("item:(%d+)")) ) then
button.name:SetText("|c"..ITEM_COLORS[itemQuality or 0]..itemName)
button.completed:SetTexture("Interface\\RaidFrame\\ReadyCheck-Ready")
else
button.name:SetText("|c"..ITEM_COLORS[7]..itemName)
button.completed:SetTexture("Interface\\Icons\\INV_Misc_QuestionMark")
end
end
end
end
In reply to Forge_User_32873290:
This write me after kill boss :)
how i can fix it? :)
Message: Interface\AddOns\AtlasLoot\GUI\QuickLootFrame.lua:358: attempt to index field '__atlaslootinfo' (a nil value)
Time: 12/24/17 14:15:22
Count: 3
Stack: Interface\AddOns\AtlasLoot\GUI\QuickLootFrame.lua:358: attempt to index field '__atlaslootinfo' (a nil value)
Interface\SharedXML\SharedBasicControls.lua:208: in function <Interface\SharedXML\SharedBasicControls.lua:207>
[C]: ?
Interface\AddOns\AtlasLoot\GUI\QuickLootFrame.lua:358: in function `OnUpdateFunc'
Interface\AddOns\AtlasLoot\Core\EncounterJournal.lua:106: in function `SetLootQuery'
Interface\AddOns\AtlasLoot\GUI\QuickLootFrame.lua:381: in function `SetEncounterJournalBonusRoll'
Interface\AddOns\AtlasLoot\Addons\BonusRoll.lua:192: in function <Interface\AddOns\AtlasLoot\Addons\BonusRoll.lua:189>
[C]: ?
[C]: in function `Show'
Interface\FrameXML\LootFrame.lua:408: in function `GroupLootContainer_AddFrame'
Interface\FrameXML\LootFrame.lua:623: in function <Interface\FrameXML\LootFrame.lua:575>
[C]: in function `BonusRollFrame_StartBonusRoll'
Interface\FrameXML\UIParent.lua:1465: in function <Interface\FrameXML\UIParent.lua:995>
Locals: errorMessage = "Interface\AddOns\AtlasLoot\GUI\QuickLootFrame.lua:358: attempt to index field '__atlaslootinfo' (a nil value)"
DisplayMessageInternal = <function> defined @Interface\SharedXML\SharedBasicControls.lua:191
MESSAGE_TYPE_ERROR = 0
In reply to Forge_User_33307349:
In reply to arith:
is there a problem with tier sets under collections? whenever I try to browse tier sets everything comes up blank, no error codes or anything just nothing there. it ruins the entire addon until i relog as well, after trying to get into it, things in the other categories come up blank as well whereas before there were items there.
i reinstalled a fresh atlasloot just incase, and also ran the game with only atlasloot in my addons folder, so no other addons are messing with it.
In reply to deathsex:
In response to some of the valuable comments and suggestions.
Wishlist:
As many of you are expecting Wishlist to be added back, that part fall to lag123 as he is the main designer for this addon.
I tried to get as much familiar to the code structure as I can when I re-join to help on maintaining AtlasLoot, it would be a bit difficult for me to take over the Wishlist's development. I have heard from lag123 that he might have some time to have some progress, but can't guarantee. Sorry about that.
PvP Seasons' Items:
Now we should have all the items added up to Legion Season 7. Let me know if anything missing.
Tier Set:
T21 items have been added. Let me know if anything missing.
Instance / Raid loots for Argus:
This should have been added in September. Let me know if anything missing.
Bonus Loot:
Bonus loot's trigger have been added in the recent release. If you are going to report that bonus loot window never open, please make sure you have corresponding seal while killing raid boss. If you do have the seal, then make sure there is no other addons interfere this function. As I can see there are still plenty of users see no problem with the bonus loot window to be pop-up with corresponding items.
There could be some particular issues, is so, please try to provide as much details as you can. Raising issue here would be easier for tracking.
Crafting items:
I should have been added all the new crafting items / spells introducing in Argus in the recent release. Let me know if anything missing.
I didn't pay much attention for if we are mission something introducing in Legion (7.0, 7.1, 7.1.5~~). Let me know if anything missing.
Mounts and Pets:
I have taken a quick look at the mounts / pets introducing in the recent WoW patches, to be honestly I am not a big fan in collecting those, so I can't come out a good idea how to better adding and organizing them. It might take me longer to do it. But I feel it would be great that if any of you can help on this part to contribute to the community. I believe the other players will be very please to see that.
New blood:
In the recent years, I can see AtlasLoot has Dynaletik and Proteyer joined to help, and then me (arith) re-join the team, and 2TailedFox helped on fixing loot items in some old expansions' instances.
I can see AtlasLoot has more than 400K of users, but it's kind of pity that not many people would like to stop a little bit and jump to help.
Most of the comments are valuable, some were even with lots of details in providing error or suggestion. But I think it would be great if we can see some more people to join the development / maintaining.
Above is some update for the recent changes and my humble opinions to the development. I am not the main author, but hope above would help a bit.
Thanks for your time.
Hi! Would be nice to have current PvP sets (season 5) added :)
Thanks for maintaining this addon!
Thanks!
In reply to Natlyz:
In reply to arith: