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
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:
Gonna be honest, this addon was good for its day but the rewrite has never been completed!
Its main function that made me want it was.
1. It displayed loot.
2. It had a easy to use wishlist.
3. It had a "dressing room"
4. Display collections/themed things
Functions 1 and 3 are now built into the game and really not a need anymore.
Function 4 is nice.. but not anything i would worry about with wowhead as a option.
Function 2, the wishlist with its removal.. and it never being re-added, and it seems to be the most requested feature, one would expect have some priority.
I would say this addon is not viable/usable unless it gets the wishlist back.
Its been nearly 4 years? While I know this is a personal project/fun thing? I felt i needed to ask why.
Why has the main function, the part that has no in game duplicate, that no other mod has done as good, not been put back in?
If there was a paetron or such, i would pay into it to reach such a goal.. but there is
as 2 others I am quoting.. its been now nearly 3 years i went back and saw.
feb 2 2017 Quote from reaper666735 >>
This addon really needs some fresh author(s) to maintain this on a regular basis , who ever is doing it since WoD came out is not doing a pretty good job ..... ( just giving an example here like the 3 years waiting for a Wishlist or AtlasCore re-integration -_- ) ,
sorry if this seems kinda harsh or easy to say from my corner , but the sad truth is if you decide to take over an addon this popular your supposed to known this means putting allot of effort and time into it ! ,
and if you can't or are unwilling todo so then you pass on the torch to who ever has the skill and energy to give this beautiful addon a good "rejuvenation" and come back to it's former Glory !!!
take these words and think about it .
nov 22 2015 Quote from ikillyoumon >>
Thanks for all the hard work you guys have done with this addon. I have been using this since Wrath of the lich king and have always enjoyed it. Please consider putting the wishlist feature on a higher priority :) thank you
any possiblity of re-adding the old 'removed' naxxramas 40 loot table? , it was really cool being able to see what bosses drop before the raid moved to northrend,thanks for all the hard work with the addon btw.
wishlist !!!
is not working (and also not listed in the slash commands)
but mentioned above as feature
?!?!
(german version)
PLEASE !
I just noticed this a few days ago, this AtlasLoot is missing the Search Option. For example before if I wanted to look up Blackblade of Shahram if would tell Location: UBRS Dropped By: General Drakkisath. This version does not have that feature....sorely missed
Attempting to use dropdown menu to switch modules (Classic to Legion etc) does not complete. Nothing appears in right-side panes (boss list for selected encounter). Below is my Swatter debug grab.
Date: 2017-10-08 16:48:33
ID: 1
Error occured in: Global
Count: 7
Message: ..\AddOns\AtlasLoot\Core\AtlasIntegration.lua line 31:
attempt to index global 'Atlas' (a nil value)
Debug:
AtlasLoot\Core\AtlasIntegration.lua:31: GetAtlasZoneData()
AtlasLoot\GUI\GUI.lua:104:
AtlasLoot\GUI\GUI.lua:26
AtlasLoot\GUI\GUI.lua:670: ButtonOnClick()
AtlasLoot\GUI\Template_Select.lua:84: SetSelected()
AtlasLoot\GUI\Template_Select.lua:125: SetData()
AtlasLoot\GUI\GUI.lua:640: ButtonOnClick()
AtlasLoot\GUI\Template_Select.lua:84: SetSelected()
AtlasLoot\GUI\Template_Select.lua:125: SetData()
AtlasLoot\GUI\GUI.lua:619: ButtonOnClick()
AtlasLoot\GUI\Template_DropDown.lua:164: SetSelected()
AtlasLoot\GUI\Template_DropDown.lua:80: SetData()
AtlasLoot\GUI\GUI.lua:515: ?()
AtlasLoot\Loader.lua:124:
AtlasLoot\Loader.lua:112
[C]: LoadAddOn()
AtlasLoot\Loader.lua:222: LoadModule()
AtlasLoot\GUI\GUI.lua:573: ButtonOnClick()
AtlasLoot\GUI\Template_DropDown.lua:164: SetSelected()
AtlasLoot\AtlasLoot.lua:124: PreLoadModules()
AtlasLoot\GUI\GUI.lua:745: func()
AtlasLoot\AtlasLoot.lua:37:
AtlasLoot\AtlasLoot.lua:29
Locals:
mapID = "AntorustheBurningThroneA"
setMap = nil
(*temporary) = nil
(*temporary) = true
(*temporary) = 2
(*temporary) = true
(*temporary) = "Atlas"
(*temporary) = 2
(*temporary) = nil
(*temporary) = nil
(*temporary) = "INSECURE"
(*temporary) = false
(*temporary) = "INSECURE"
(*temporary) = false
(*temporary) = nil
(*temporary) = "attempt to index global 'Atlas' (a nil value)"
AtlasLoot = <table> {
AtlasIntegration = <table> {
}
OnInitialize = <function> defined @Interface\AddOns\AtlasLoot\AtlasLoot.lua:53
AddInitFunc = <function> defined @Interface\AddOns\AtlasLoot\AtlasLoot.lua:89
IngameLocales = <table> {
}
Locale = <table> {
}
MapPOI = <table> {
}
__addonrevision = 4325
SlashCommands = <table> {
}
LibBabble = <table> {
}
BonusIDInfo = <table> {
}
AtlasLootDBDefaults = <table> {
}
DEV_Renew = <function> defined @Interface\AddOns\AtlasLoot\Button\Pet_type.lua:971
PreLoadModules = <function> defined @Interface\AddOns\AtlasLoot\AtlasLoot.lua:111
WorldMap = <table> {
}
ItemInfo = <table> {
}
Locales = <table> {
}
Print = <function> defined @Interface\AddOns\AtlasLoot\AtlasLoot.lua:49
Button = <table> {
}
TooltipScan = <table> {
}
GetLocales = <function> defined @Interface\AddOns\AtlasLoot\Locales\Locales.lua:11
db = <table> {
}
Addons = <table> {
}
Init = <table> {
}
GUI = <table> {
}
Tooltip = <table> {
}
IMAGE_PATH = "Interface\AddOns\AtlasLoot\Images\"
ClickHandler = <table> {
}
ItemDB = <table> {
}
AutoSelect = <function> defined @Interface\AddOns\AtlasLoot\AtlasLoot.lua:136
ItemString = <table> {
}
MiniMapButton = <table> {
}
Loader = <table> {
}
EncounterJournal = <table> {
}
Data = <table> {
}
ItemQuery = <table> {
}
}
pairs = <function> defined =[C]:-1
AddOns:
Swatter, v7.3.1 (<%codename%>)
Atlas, v1.36.00
AtlasLoot, vv8.07.01
AtlasLootLegion, vv8.07.01
BlizRuntimeLib_enUS v7.3.0.70300 <none>
(ck=91)