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
Would it be too much trouble to add loot for the emerald dragons, azzy and kazzak to the lootlist?
ATLASLOOT_OPTIONS_DEFAULT_TOOLTIPS = "Standard Tooltips";
Weil man "Standard" in Deutsch mit "d" schreibt, dass ist der Unterschied *g*
More translation error send to u via pm. modify plzz =)
http://dmulard.free.fr/wow/localization.fr.lua
Ich habe das Problem, dass mir einige Bossnamen nur verkürzt angezeigt werden. Und zwar ist das immer dann der Fall wenn es eingerückte Bosse sind. Zum Beispiel in AQ20 bei den Captains, im Tempel von Hakkar oder auch Gyth in UBRS. Liegt das an der deutschen Version? Ich würde erstmal die Questitems für die 20er Sets weglassen. Lieber die Klasse und den Slot im Tooltip zeigen lassen. Es fehlt so ein bisschen die Übersicht wenn man die Namen der Sets nicht kennt. Man weiss nicht sofort wem welches Set gehört.
Armor sets for both AQ20 and AQ40 are now complete.
Nicely done. You should have plenty of room for the mats for the class items as after patch 1.11 you don't need coins or bijous. For example, have:
"=ds=Requires: =q4=Primal Hakkari Aegis=ds=, Exalted"
That covers the rep and the epic item needed.
Update for 1.7.2 and some other changes:
http://rapidshare.de/files/21725168/AtlasLoot_mein_.rar.html
fixed bug in aq20(1.7.2 bug only de i think) some small german translation changes (option panel etc) french translation updated (thx @KKRam) aq20+zg quest rewards added
i ve added quest rewards to zg and aq20. I'm not sure whether its a good idea or not so pls take a look :) also their are problems with the discription i wanted to show the quest items you need for this item but there is not enough space(especially zg) now their are only the mage quest items for testing the look. (in german btw but its only the look ;)) so should i delete them and change the discription to =ds=Robe, Cloth etc, stay this look and add the other dropps or sth else? Its your decision :)
@KKRam thx for the update huge part of your translation are the same then my but im sure your french is better then my so pls continue your work :)
File : http://dmulard.free.fr/wow/localization.fr.lua
translation complete, except item's name, too length to be translated.
where is the diffrent between
ATLASLOOT_OPTIONS_DEFAULT_TOOLTIPS = "Standard Tooltips";
and
ATLASLOOT_OPTIONS_DEFAULT_TOOLTIPS = "Standart Tooltips";
?
no matter i will upload an small update soon ;) pls tell me what i should change and i will include it
Thank's man, must have been a typo in Asurn's comment. I don't speak German so I rely on him!
I don't hook that function, I hook higher up, so it doesn't matter what changes are made at that low level. I already saw that on the ItemSync page :-)
It's
ATLASLOOT_OPTIONS_DEFAULT_TOOLTIPS = "Standard Tooltips";
not
ATLASLOOT_OPTIONS_DEFAULT_TOOLTIPS = "Standart Tooltips";
in the german loc. ;-)
Have you updated for the new itemsync already?
Version 12.4: -Modders please use ISync:GetCoreID(link) where you get the itemID. (example: |Hitem:)
-NOTE: Users of ItemSync please realize that modders haven't updated their mods to reflect the new code in ItemSync. As such, they are still using the old commands to access the itemSync database. By doing this they create memory spikes because they have to loop through your entire database each time to grab an item. Please alert the authors of the mods you use that use ItemSync. The functions are ISync:SetData() and ISync:GetData(). In the next update I WILL REMOVE THESE TWO FUNCTIONS! Needless to say it will break the mods whom haven't bothered to update.
Thanks man, much appreciated. I have added a few new things to be translated in the localisation.fr.lua file.
I currently work with the French translation of the file v1.10. I would add then the update carried out until there for to then sending the result you.
@asurn Thanks for keeping the crowds at bay overnight. This works great because nighttime in Australia is your daytime!
@Candarous Glad it works, I should have suggested that earlier as I know they made some changes to the German version in 1.7.1
@all There will be another update when I get home.
I just installed Atlas 1.7.1 and it works!!! (Atlas 1.7.0 sucks)
@ asurn: Danke für den Tipp. *thumps_up*
their is a bug in zg mandorkin first 2 quest items: this item is uesed in a ques -> This Item is used in a Quest or Quest Item (i changed all this item is used in a quest to Quest Item)
here new version de & en updated
http://rapidshare.de/files/21637307/AtlasLoot_mein_.rar.html
equipcompare support is their just type /atlasloot and check the button befor Use Equipcompare
Can you please include support of EquipCompare?