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
-
View User Profile
-
Send Message
Posted Jun 30, 2019With the latest v8.10.00 I still get an error when opening the world map:
Date: 2019-07-01 04:30:10
ID: 3
Error occured in: Global
Count: 1
Message: ...erface\AddOns\AtlasLoot\Core\WorldMapIntegration.lua line 75:
Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: MapsterOptionsButton:SetPoint.
Debug:
[C]: SetPoint()
...erface\AddOns\AtlasLoot\Core\WorldMapIntegration.lua:75:
...erface\AddOns\AtlasLoot\Core\WorldMapIntegration.lua:34
[C]: Show()
..\FrameXML\UIParent.lua:3205:
..\FrameXML\UIParent.lua:3195
[C]: ShowUIPanel()
..\FrameXML\QuestLogOwnerMixin.lua:103: SetDisplayState()
..\FrameXML\QuestLogOwnerMixin.lua:51: HandleUserActionToggleQuestLog()
...rface\AddOns\Blizzard_WorldMap\Blizzard_WorldMap.lua:409: ToggleQuestLog()
[string "TOGGLEQUESTLOG"]:1:
[string "TOGGLEQUESTLOG"]:1
Locals:
(*temporary) = MapsterOptionsButton {
0 = <userdata>
Text = MapsterOptionsButtonText {
}
Right = <unnamed> {
}
Middle = <unnamed> {
}
Left = <unnamed> {
}
}
(*temporary) = "TOPRIGHT"
(*temporary) = nil
(*temporary) = "TOPRIGHT"
(*temporary) = -20
(*temporary) = -3
-
View User Profile
-
Send Message
Posted Jul 11, 2019This issue is caused by the target object schema changing from WorldMapTitleBar to WorldMapFrame.BorderFrame.TitleBg.
The relative positioning of the elements is slightly different as well, so the coordinate adjustments need to be tweaked as well.
You need to change the lines 73, 75, 79, 81 as so:
if (HandyNotesButton) then
mapsterButton:SetPoint("TOPRIGHT", WorldMapFrame.BorderFrame.TitleBg, "TOPRIGHT", -57, 1)
else
mapsterButton:SetPoint("TOPRIGHT", WorldMapFrame.BorderFrame.TitleBg, "TOPRIGHT", -37, 1)
end
else
if (HandyNotesButton) then
mapsterButton:SetPoint("TOPRIGHT", WorldMapFrame.BorderFrame.TitleBg, "TOPRIGHT", -33, 1)
else
mapsterButton:SetPoint("TOPRIGHT", WorldMapFrame.BorderFrame.TitleBg, "TOPRIGHT", 0, 1)
end
-
View User Profile
-
Send Message
Posted Jun 26, 2019getting this error:
1x AtlasLoot\Core\WorldMapIntegration.lua:73: Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: MapsterOptionsButton:SetPoint.
[C]: in function `SetPoint'
AtlasLoot\Core\WorldMapIntegration.lua:73: in function <AtlasLoot\Core\WorldMapIntegration.lua:34>
[C]: in function `Show'
FrameXML\UIParent.lua:3205: in function `ShowUIPanel'
FrameXML\QuestLogOwnerMixin.lua:103: in function `SetDisplayState'
FrameXML\QuestLogOwnerMixin.lua:41: in function `HandleUserActionToggleSelf'
...rfaceBlizzard_WorldMap\Blizzard_WorldMap.lua:413: in function <...rfaceBlizzard_WorldMap\Blizzard_WorldMap.lua:412>
[C]: in function `ToggleWorldMap'
[string "*:OnClick"]:1: in function <[string "*:OnClick"]:1>
Locals:
(*temporary) = MapsterOptionsButton {
0 = <userdata>
MovedByHandyNotesWorldMapButton = true
Text = MapsterOptionsButtonText {
}
Right = <unnamed> {
}
Middle = <unnamed> {
}
Left = <unnamed> {
}
}
(*temporary) = "TOPRIGHT"
(*temporary) = nil
(*temporary) = "TOPRIGHT"
(*temporary) = -40
(*temporary) = -3
-
View User Profile
-
Send Message
Posted May 29, 2019Such a shame, it was really the best! I hope someone can continue it on.
-
View User Profile
-
Send Message
Posted Mar 21, 2019This addon seems to be abandoned.
-
View User Profile
-
Send Message
Posted Mar 17, 2019After Daviesh, Hegarol steped down from this addon, thats when all went to shit, sadly :(
-
View User Profile
-
Send Message
Posted Mar 16, 2019Has the addon been abandoned?
-
View User Profile
-
Send Message
Posted Feb 20, 2019Can someone plz update this and fix it!
Thanks
-
View User Profile
-
Send Message
Posted Jan 11, 2019[BUG] - Atlas Loot Enhanced is missing Upper Black Rock Spire
Thanks!
Edit, well, it's not missing....it's just under WOD now...and not classic. However, please add a classic one too with classic bosses and drops. That's the whole reason for Atlas....to see all this kind of stuff. I'm in guild chat discussing an old item that dropped in classic UBRS, and I went to go link it, and no classic version. Please!!!!!!!!
-
View User Profile
-
Send Message
Posted Jan 7, 2019So, it's nice that Atlas shows you all the loot from BFA dungeons but it only shows the 120 gear. Some of the dungeons you can run before 120 and it doesn't show you the non 120 version of the gear. This needs to be added.
-
View User Profile
-
Send Message
Posted Jan 26, 2019In reply to Muilisx:
-
View User Profile
-
Send Message
Posted Dec 31, 2018needs to show new arch dig site loot
-
View User Profile
-
Send Message
Posted Dec 29, 2018I just wanted to drop by and say a big thank you for still working on this. I used Atlas back in my Hardcore Raiding Days (TBC/WOTLK) a lot, cant believe this is still here :)
-
View User Profile
-
Send Message
Posted Dec 12, 2018Patch 8.1 lua's ( https://www.wowace.com/projects/atlasloot-enhanced/issues/1050 )
-
View User Profile
-
Send Message
Posted Dec 12, 2018In reply to reaper66673563371:
-
View User Profile
-
Send Message
Posted Dec 12, 2018In reply to reaper66673563371:
-
View User Profile
-
Send Message
Posted Jan 7, 2019In reply to Enigma_TL:
-
View User Profile
-
Send Message
Posted Nov 11, 2018I'am a player collecting armor illusions. In atlasloot, I can't find Binds-When-Equipped items in LEG and BfA RAIDs. Could you add these items?
-
View User Profile
-
Send Message
Posted Nov 4, 2018Awesome! Thank you so much for the update on this addon!
-
View User Profile
-
Send Message
Posted Oct 6, 2018Couple of Requests if at all possible:
1. Allow specs other than current class be chosen. Currently you can only pick a spec for the class you're on, but filtering gear for other classes would be handy for alts or when looking for gear for friends/guildies etc...
2. Have gear filtered by spec not show at all instead of just faded. Think this makes for a cleaner look and easier to read.
3. Have a way to see all gear from a dungeon/raid in one list instead of clicking on each boss. (Boss 1, Boss 2, Boss 3, All Loot etc...). Having it default to all loot when selecting an instance would be good too.