Download
(506Kb)
Download
Updated: 02-26-12 09:18 AM
Addon for:
AtlasLoot Enhanced.
Pictures
File Info
Updated:02-26-12 09:18 AM
Created:10-03-11 09:09 AM
Downloads:13,746
Favorites:78
MD5:

AtlasLoot Source  Popular! (More than 5000 hits)

Version: v0.3
by: Hegarol [More]

Website: http://www.atlasloot.net ; Twitter: http://twitter.com/atlasloot

Contact: manager(at)atlasloot(dot)net

Current Team

  • Project Lead: Hegarol
  • Co-Authors: Lag
What is AtlasLoot_Source

AtlasLoot_Source is an official plugin for AtlasLoot, made by the AtlasLoot team itself, that shows the source of an item below its default tooltip. Although this addon closely related to AtlasLoot it does not require AtlasLoot to be installed!

Features
  • Shows the drop location of an item.
  • Shows the source of an item (for example Midsummer Festival or Darkmoon Faire).
  • Shows the profession, skill and required reagents for a craftable item.
  • Shows the costs of items that are sold by vendors.
  • Shows the item ID (disabled by default).
  • Tooltip colors are customizable.
To-Do
  • Enhance Crafting tooltips.
  • Add localizations.
  • Integrate user suggestions.
Known Bugs

Currently there are no known bugs.

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.

Thanks to

A special thanks goes to pceric!

v0.3b (Feb 26, 2012)
IMPORTANT NOTE: Please remove any old folders before installing v0.3.
Compatible with Patch 4.3.
Renamed addon to AtlasLoot_Source.
Updated database with new 4.3 items.

v0.2 (Oct 03, 2011)
Fixed a library bug.

v0.1 (Oct 03, 2011)
Initial beta release.
Post A Reply Comment Options
Unread 12-05-12, 02:34 AM  
unstoppixel
An Aku'mai Servant
 
unstoppixel's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 37
File comments: 131
Uploads: 2
Update pleeeeease!!!
__________________
Report comment to moderator  
Reply With Quote
Unread 11-14-12, 02:23 AM  
nomadbr
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
update

update PLZ
Report comment to moderator  
Reply With Quote
Unread 11-09-12, 05:45 AM  
guin
A Kobold Labourer
 
guin's Avatar

Forum posts: 0
File comments: 18
Uploads: 0
MOP update please.
__________________
For GLORY and HONOR,
CRASH THE HORDE TO BLOOD AND DUST.
Report comment to moderator  
Reply With Quote
Unread 10-28-12, 02:52 AM  
oXid_FoX
A Deviate Faerie Dragon
 
oXid_FoX's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 147
Uploads: 1
too huge

500kb ??? it's a joke?
for an addon which must be tiny (it's only a plugin which add some info in tooltips, not a big addon like Atlas or Xperl...), it's really too much, I don't even give a try.
Old AtlasLootReverse weights only 50kb.

Why do you embed ID & items? It's already in Atlas Loot...
Report comment to moderator  
Reply With Quote
Unread 09-13-12, 10:52 PM  
ace54858
A Kobold Labourer

Forum posts: 0
File comments: 33
Uploads: 0
Drop Location

the drop location keep's goin back to default color after i change it and switch toon's or log out
Report comment to moderator  
Reply With Quote
Unread 04-08-12, 09:38 AM  
Phoenix250
A Kobold Labourer
 
Phoenix250's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
Any updates on the "Crafting Info" bug? I want to know which profession items come from but not the crafting materials. However disabling the option does not last through a /reload.
Report comment to moderator  
Reply With Quote
Unread 03-06-12, 08:14 PM  
Worcester
A Deviate Faerie Dragon
 
Worcester's Avatar

Forum posts: 13
File comments: 91
Uploads: 0
Re: Re: Help!

Originally Posted by Rakkhin
Originally Posted by Worcester
I love the concept of having the materials for an item right on the tooltip, however, this is a bit much. Can we clean this up a bit? Maybe stack the reagents? Thanks!



Uploaded with ImageShack.us
Open AtlasLoot_Source.lua and go to line 257:
Code:
tooltip:AddLine(_G["AtlasLoot_Source_TooltipTextLeft"..i]:GetText(), _G["AtlasLoot_Source_TooltipTextLeft"..i]:GetTextColor())
replace it with:
Code:
tooltip:AddLine(gsub(_G["AtlasLoot_Source_TooltipTextLeft"..i]:GetText(), ", ", ",|n"), _G["AtlasLoot_Source_TooltipTextLeft"..i]:GetTextColor())
What this change does is replace every ", " in string with ",|n" which turns single line reagent list into multi-line.
Will try it now. Thanks for the help!
__________________
I prefer rogues to imbeciles, because they sometimes take a rest.
--Alexandre Dumas
Report comment to moderator  
Reply With Quote
Unread 03-06-12, 06:48 AM  
Phoenix250
A Kobold Labourer
 
Phoenix250's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
I tried disabling the "Crafting Info" option for the tooltip but after a /reload or game restart the option re-enables by itself.

Thanks for awesome addon anyway
Report comment to moderator  
Reply With Quote
Unread 03-04-12, 03:44 PM  
Rakkhin
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Lightbulb Re: Help!

Originally Posted by Worcester
I love the concept of having the materials for an item right on the tooltip, however, this is a bit much. Can we clean this up a bit? Maybe stack the reagents? Thanks!



Uploaded with ImageShack.us
Open AtlasLoot_Source.lua and go to line 257:
Code:
tooltip:AddLine(_G["AtlasLoot_Source_TooltipTextLeft"..i]:GetText(), _G["AtlasLoot_Source_TooltipTextLeft"..i]:GetTextColor())
replace it with:
Code:
tooltip:AddLine(gsub(_G["AtlasLoot_Source_TooltipTextLeft"..i]:GetText(), ", ", ",|n"), _G["AtlasLoot_Source_TooltipTextLeft"..i]:GetTextColor())
What this change does is replace every ", " in string with ",|n" which turns single line reagent list into multi-line.
Report comment to moderator  
Reply With Quote
Unread 02-28-12, 02:36 AM  
Worcester
A Deviate Faerie Dragon
 
Worcester's Avatar

Forum posts: 13
File comments: 91
Uploads: 0
Help!

I love the concept of having the materials for an item right on the tooltip, however, this is a bit much. Can we clean this up a bit? Maybe stack the reagents? Thanks!



Uploaded with ImageShack.us
__________________
I prefer rogues to imbeciles, because they sometimes take a rest.
--Alexandre Dumas
Report comment to moderator  
Reply With Quote
Unread 02-26-12, 09:19 AM  
Hegarol
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 127
Uploads: 2
4.3 update is finally out. We have renamed the addon to AtlasLoot_Source as it fits much better. The addon remains in beta status because there are still many bugs to fix. We are also revamping most of the code base to make it easier to update. Stay tuned for more in the coming weeks.
__________________
Project Lead AtlasLoot
http://www.atlasloot.net
Twitter:http://twitter.com/Atlasloot
Report comment to moderator  
Reply With Quote
Unread 12-18-11, 11:10 AM  
SmuvMoney
A Defias Bandit

Forum posts: 3
File comments: 83
Uploads: 0
Re: Update?

Originally Posted by Detvarjannik
I think, scratch that, I know this needs an update. It lists the old VP items as VP rewards and all new loot in 4.3 is missing.
I am noticing the same as well. Anything new to 4.3 is missing a reagents listing.
__________________
Peace & God Bless,

$muvMoney
John 14:27 & Numbers 6:24
Report comment to moderator  
Reply With Quote
Unread 12-08-11, 05:34 AM  
Detvarjannik
A Murloc Raider

Forum posts: 9
File comments: 18
Uploads: 0
Update?

I think, scratch that, I know this needs an update. It lists the old VP items as VP rewards and all new loot in 4.3 is missing.
Report comment to moderator  
Reply With Quote
Unread 11-26-11, 12:11 PM  
tobindax
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 19
Uploads: 2
it doesn't work with several items.

e.g. it doesn't show where the avenger's rings come from. it does work with regular bosses drops.
Report comment to moderator  
Reply With Quote
Unread 10-03-11, 02:17 PM  
ffxiedyn
A Chromatic Dragonspawn
 
ffxiedyn's Avatar

Forum posts: 165
File comments: 87
Uploads: 1
Re: Re: Error

Originally posted by Hegarol
Should be fixed with v0.2!
Thanks! No more error! /hug
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: