Click Here!Click Here!

Atlasloot Enhanced

  Download the Curse Client

Last Update: April 5, 2008 (1 month ago)
Category: Map and Tradeskill
Tags: atlas, boss, item, loot, and raid
Project Manager: Daviesh
Website: visit
Current Version: Atlasloot Enhanced v4.04.01
(for World of Warcraft 2.4.0)
Downloads Today: 4,395
Downloads Total: 8,321,444
Favorites: 20,117
Comments: 2,484
  • About Atlasloot Enhanced
  •  

What is Atlasloot

AtlasLoot Enhanced is an UI mod allowing for loot tables of bosses to be browsed whenever needed within the game. It can access full item tooltips, show drop rates, allow items to be chat linked and to use the dressing room.

Integration in other mods

Atlasloot can be used as a stand-alone browser without a host mod or integrated in any map mod (works at the moment with Atlas and AlphaMap.)

Portability

Want Atlasloot Loot tables in your mod? Simply call the new function AtlasLoot_ShowBossLoot().

Example: You want to see Lucifron's loot attached to you player portrait.... pFrame = {"TOPLEFT", "PlayerFrame", "BOTTOMRIGHT", 0, 0 } AtlasLoot_ShowBossLoot(MCLucifron, "Lucifron", pFrame);

pFrame is an array holding how to display the loot. pFrame = { anchor point, frame to anchor to, relative anchor point, x offset, y offset }

AtlasLoot_ShowBossLoot has the location of the data, text to be displayed as the boss name and the pFrame. AtlasLoot_ShowBossLoot( dataID, Boss Name, pFrame)

Latest Beta

We do not officially release beta versions for Atlasloot. But you can update the mod daily through the WoW Ace SVN. Please note that we can not guarantee a bug-free and fully functional mod if you update from Ace.

Configuration Menu

Accessed by right-clicking the AtlasLoot minimap button or from the 'Options' button available on any AtlasLoot interface.

  • Show Minimap Button: Adds the Atlasloot icon to the Minimap.
  • Hide Atlasloot Panel: Removes the Atlasloot Panel from the main Atlas window.
  • Chat Links: Just shift-click items to link in the chat window. Two modes:
  1. Safe Chat Links: Can only link items without the (Item Unavailable) tag. Slight chance of disconnect if you have an item in your local cache the server has not seen for a while, but unlikely.
  2. Enable all Chat Links (USE AT YOUR OWN RISK): Strong chance of disconnects, especially on items your server hasn't seen yet.
  • AutoQuery items on loot tables (Disconnection risk): Atlasloot will automaticly query the server for all items on any loot table opened. Chance of disconnects.
  • Supress text spam when querying items: This option disables the text, that is shown in your chat window, when you query the server for an item.
  • Enhanced Tooltips: If you have Lootlink or ItemSync installed, you can use tooltips generated by them instead of the default tooltip. I recommend the Lootlink tooltips, they handle data not in your local cache well. If an item has (no iteminfo) after it you can only get the tooltip via Lootlink or ItemSync. Be careful with ItemSync, it is unstable on items not seen on your server (just the way ItemSync is).
  • Show itemIDs at all times: Adds the itemID to the item tooltip.
  • Show Comparison Tooltips: If you have EquipCompare installed it will use it, if not it uses the default Blizzard stuff.
  • Notify me when a LoD Module is loaded: [something]
  • Load all loot modules at startup: Atlasloot contains several modules. With this option enabled all of the modules, that you have installed, are loaded at startup.
  • Make Loot Table Opaque: Makes the loot table background black so you can't see the map underneath.

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.

Features

  • Drop Rates: Appended to the bottom of the tooltip of an item when moused over (if available).
  • Dressing Room: Control-click items to show them in the Dressing Room.
  • Price Preview: See the prices for token items like PvP rewards.
  • DKP systems: Simply edit the file 'dkp.lua' using data from localization.en.lua (for the item ID numbers) and your guild's fixed price values to allow for DKP values to be shown in the tooltip. The stubs of some Lucifron items have been included to get you started and show you how it's done.
  • Security: AtlasLoot flags as unsafe any items it detects that may cause you to be disconnected from the server if you try to link it in the chat window. To attempt to get the item information from the server, simply right-click on it. Note: you may get disconnected if the item is not available on your server.
  • Instance Loot: All instance loot from every Dungeon (Normal and Heroic) and Raid.
  • World Raid Bosses: Highlord Kruul, Azuregos, Dragons of the Nightmare, Doom Lord Kazzak and Doomwalker.
  • Factions: WoW Factions and Burning Crusade factions rewards.
  • PvP: World PvP Items, Battleground Items including low level items, Honor rewards - Weapons and Armor, Arena Rewards - Weapons and Armor for all seasons.
  • Sets: ZG, AQ20, AQ40, Dugeon 1, 2 and 3, Tier 1, 2, 3, 4, 5 and 6 Armor sets, Pre-60 sets, Crafted Sets, Crafted Epic Weapons, Tabards, Rare Mounts, Legendary Items, World BoE Epic Weapons, Heroic Token rewards.
  • World Events: Skettis, Abyssal Council, Ethereum Prison, etc.
  • Season Events: Feast of Winter Veil, Hallow's End, Brewfest, etc.

New Feature

  • 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.

AtlasLoot was never coded to be and is not capable of being a Lootlink type mod where advanced searching is possible. The search facility now provided is intended as an easy way to find who drops an item you see someone wearing or linked in chat. As such, there are a few limitations to its operation.

  1. The name of the item must match EXACTLY. Incomplete names will match nothing.
  2. While in English it will search all items (as they are stored that way), searches performed in non-English languages can only search 'safe' items, due to limitations of the Blizzard GetItemInfo function.
  3. When searching for an item that may appear on multiple pages (like Dragonstalker's Spaulders, for example), the search will return the page with the instance boss as opposed to a set or collection page (in this case, the Chromaggus loot table will be displayed).

To perform a search, simply type the name of the item you want to know more about in the search box on the bottom of the AtlasLoot Panel or AtlasLoot Loot Browser. If the item exists, the correct loot page should be displayed with the name of the mob as the title. If no match is found, a message will be displayed in the chat window.

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.

Statistic

  1. Version 4.02.00 has reached 1 Million (!!!) downloads on Curse a few days ago. I don't think any addon has ever been able to get such an incredible download number with ONE single version.
  2. We are the overall #2 in lifetime downloads on curse with about 6.5 million. Record is hold by Titan Panel with 10 million downloads.
  3. Atlasloot is #3 on the "Favorite addons" list but we are catching up slowly with Titan panel. It may take a while since we actually reach them though. They are about 1400 points ahead.
  4. We are by far the most downloaded addon on curse every single day. Doesn't matter whether its patch day, new version released or just a normal day. I haven't seen another addon on #1 since months.
  5. When you google for "Atlasloot" you get about 169.000 results.
  6. The first version of Atlasloot was released on 04/29/2006.
  7. Since that day there have been 114 version released.
  8. Atlasloot contains 6 modules, 18 folders, 100 files and almost 60.000 lines of code.

License

This mod is distributed under Version 2 of the GPL. A copy of the GPL is included in this zip file with links to non-English translations.

Current Team

  • Author and Coder: Daviesh
  • Co-Author and German translator: Hegarol
  • French translation by TrAsHeR
  • Simp. Chinese translation by Kurax
  • Spanish translation by maqjav
  • Trad. Chinese translation by Arith
  • Currently inactive: Celellach

Feedback

If 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 for our great mod please go to our forum: Atlasloot forum.

Thanks to

Too many to list now, but they include Asurn, Dan, Diablohu, K2hyun, KKram, Pownas, Sohonmr2, Telic, 560889223 and probably more I have missed.

  • Downloads (5)
  •  

You need to login or register to post comments.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
 
  • May 11, 2008, 07:59PM (4 hours, 10 minutes ago)

    Every time I try to open the Shattered Sun Offensive loot it crashes my Wow/Disconnects me.

  • May 8, 2008, 10:20AM (3 days, 13 hours ago)

    @sdkphoenix: We know about the missing eredar twin loot table in the stand-alone browser. Its already fixed in the latest ACE version.
    About the Sunmote stuff: We don't have a seperate page but all these items are listed below the one that needs to be traded in. (i.e. on the boss pages)

  • May 7, 2008, 11:10PM (4 days ago)

    The eredar twins loot table doesn't show up. I had to go in and fix the file to see the loot table myself. Also, adding another page that has the sunmote stuff would be really nice.

  • May 7, 2008, 12:26AM (4 days, 23 hours ago)

    @Eselem
    The mod 'Mendeleev' from http://files.wowace.com does this

  • May 6, 2008, 11:01AM (5 days, 13 hours ago)

    I haven't tried a clean uninstall, and I'm using the WoWAce version. But i'll try DLing the one from this page :)

  • May 6, 2008, 06:41AM (5 days, 17 hours ago)

    @pajamasammi: Did you try a clean reinstall? Are you using the Ace version or the final one from this page?

    @Crystalwolf17:
    version 4.04.01 contains most of the Sunwell loot except for M'uru because this boss was killed just a few days ago.

  • May 6, 2008, 07:33AM (5 days, 16 hours ago)

    Will your update include the mote trade ins on the vendor? (i.e shoulders etc)

  • May 6, 2008, 02:28PM (5 days, 9 hours ago)

    Its all in. We just don't have a seperate page but all these items are listed below the one that needs to be traded in.

  • May 6, 2008, 06:30AM (5 days, 17 hours ago)

    Would it be possible to add the armory style information to item tooltips in game? For instance if I inspect someone I can mouseover their gear and see who drops it and the percent chance.

    Or is there a mod that does this already?

    Thanks for the nice mod.

  • May 6, 2008, 12:47AM (5 days, 23 hours ago)

    Any chance its going to be updated with the sunwell loot?

  • May 4, 2008, 04:29PM (1 week ago)

    Hey, I love this mod, but ever since a couple days ago, I've been having a weird problem where all of my icons in atlasloot are question marks. I can still link/view them, but the icon for the item itself is a ?. Is there a way to fix this?

  • May 1, 2008, 02:12AM (1 week, 3 days ago)

    Thanks Daviesh, the reset worked. I love this mod, and thank you SOO much for making it. Keep up the good work, can't wait to see the loot tables for Wrath of the Lich King on this thing ( =D )

  • April 30, 2008, 08:58AM (1 week, 4 days ago)

    @xomby
    There is only AtlasLoot enhanced. It would have been the load on demand modules listing AtlasLoot as a dependancy (because that is what the game calls it), and this would only happen if the mod was not correctly installed. Make sure your unzipping program is preserving folder structure and that your addons folder looks vaguely like http://www.atlasloot.net/resources/atlaslootdir.jpg

    @EDGEY
    This normally happens when your unzipping program doesn't put all the right files into the right folders. Ensure that your unzipping program has 'preserve folder structure' selected.

  • April 29, 2008, 10:22PM (1 week, 5 days ago)

    Why did this stop working when I updated it? It always says "Test" and I cannot view any loot. I removed it completely, and removed all saved variables for this addon in my WTF folder.. and still, it doesnt work and says "Test".

  • April 29, 2008, 07:16AM (1 week, 5 days ago)

    I downloaded Atlas and Atlasloot Enhanced today, but my Atlasloot Enhanced doesn't work. It says I need the Dependency of Atlasloot.
    I've looked around for Atlasloot, But I haven't had any luck in finding it.
    What should I do to solve this?

  • April 28, 2008, 08:26AM (1 week, 6 days ago)

    @Snapps
    Yes, they are now called PvP Reputation sets or something like that

    @Nanomed, Genesis, etc
    Type '/atlasloot reset' to rest atlasloot to a 'safe' loot page. Because of the way Blizzard unleashed 2.4 with servers having to unlock some loot, the autoquerying can go a bit nuts. If the reset does not fix the disconnects by itself, type '/atlasloot options' and turn off autoquery (top left option).

  • April 27, 2008, 09:20PM (2 weeks ago)

    Is the newest version updated with the new Blue pvp sets??

  • April 27, 2008, 03:25PM (2 weeks ago)

    Ever since patch 2.4, if I try to querry anything, I usually get DCed. Shattered Sun Offensive rep rewards always DC me, as well as Sunwell. I am also having dificulty looking at some of the old instences, including Naxx, MC, Onyxia, Ragefire Chasm, and there are a few random objscts from some of the outland instences that if tried to querry, I get DCed. Also, why is it always ontop of the Dressing Room pane now? I have looked and I can't find anyway to channge it.

  • April 25, 2008, 10:08AM (2 weeks, 2 days ago)

    why doesnt the eredar twins tab show up?

  • April 24, 2008, 06:53AM (2 weeks, 3 days ago)

    I keep getting Dc'ed when i try to open up the Atlas loot screen??

 
  • Similar Addons
  •  
  1. 7,205 QuestHelper Map and Quest & Leveling
  2. 3,260 Cartographer Map
  3. 2,728 Atlas Map
  4. 1,995 Gatherer Map
  5. 1,884 Carbonite Quest Chat & Communication, PvP, ...