Download
(15 Kb)
Download
Updated: 04/14/14 03:47 PM
Pictures
File Info
Compatibility:
Live (1.0)
Updated:04/14/14 03:47 PM
Created:02/21/14 10:14 AM
Monthly downloads:121
Total downloads:39,798
Favorites:124
MD5:
Dragon Loot - Simple Loot Addon  Popular! (More than 5000 hits)
Version: 2.0
by: Qwexton [More]
DRAGON LOOT


** Bug Fixes for French also added some string translations for German (Shout out to Tridman, Danke)

Simple Loot Addon that shows what you or your group has looted in the game in the chat window, allowing you to click the links from chat to see your item stats. Dragon Loot allows you to filter on Grey, White, or Green quality items and also allows you to filter on Group or Gold.

To Use Dragon Loot:

Download the Zip File and extract it's contents (Dragon Loot Folder) into the Addons Directory which can be located at: <SystemRoot>\Users\<User>\Documents\Elder Scrolls Online\<game version>\Addons

(If the Addons folder does not exist you can create it)

Example Path:
C:\Users\Public\Documents\Elder Scrolls Online\pts\Addons

In the game you can run these two commands from chat:
/dl help
/dl settings
/dl reset
Version 1.9
  • Added support for localization
  • Shout out to Ykses for translating for our French speaking friends! Merci!


Version 1.8
  • Added an Auto Repair feature.
  • Fixed crafting to display a message if crafting fails.
  • Fixed crafting to better report the items you receive and amount of that item.
  • Added a reset function for the Addon.
  • Added Lock Mechanism for the Loot Window


Version 1.6
  • Added Buy Back items for store buy backs.
  • Added Crafting items.
  • Made Loot Window Re-sizable.
  • Fixed some behavior issues with the loot window.
  • After loot window lines fade they are erased so they only keep a current history of loot.
  • Fixed variable scoping in a number of places to keep addon from colliding with other addons.
  • General house keeping to make dealing with the size of the addon easier.

Version 1.5
  • Added a stand alone Loot Window you can drag around the screen and abuse.
  • Added the ability to filter loot messages out of chat, or the loot window, or both if you just want to download the add on and not actually use it, well I suppose you could use it just for the autosell trash feature.
  • The loot window is nice but not completely done but I wanted to get it out there before this weekends beta. (you can't change it's size yet, but you do have the ability to scroll through up to 40 loot messages, also the links in the loot window don't work so if you want them you'll have to keep using chat.)
  • Text and the background fade out after a short time period so it's more of a notification of what you or party members looted for now, (I just have to figure out how to get those links working).

Version 1.4
  • Added Store Buy and Sell Receipts to show in chat.
  • Added Auto Sell Trash when Vendor Store is opened. Sells Trash AND items the player marks as Junk.
  • More Text output formatting.
  • Will not show items sold for 0 gold in chat. *This is until I can figure out how to handle currency that isn't gold.

Version 1.3
  • Added Settings Menu
  • Removed Gold Spent
  • Changed Loot Chat Slightly to Read Easier.

Notes -

- Have not fully tested quest items
- Report bugs on the comments sections and Ill take a look at them.
Optional Files (0)


Archived Files (14)
File Name
Version
Size
Uploader
Date
1.9.2
15kB
Qwexton
04/12/14 05:53 PM
1.9.1
14kB
Qwexton
04/10/14 05:00 PM
1.9
14kB
Qwexton
04/10/14 04:54 PM
1.8.2
11kB
Qwexton
04/08/14 07:58 AM
1.8
11kB
Qwexton
04/07/14 04:54 PM
1.7.1
10kB
Qwexton
04/02/14 07:36 AM
1.7
11kB
Qwexton
04/01/14 01:10 PM
1.6
11kB
Qwexton
03/06/14 06:53 PM
1.5
8kB
Qwexton
02/27/14 10:43 PM
1.4
6kB
Qwexton
02/26/14 12:16 AM
1.3
5kB
Qwexton
02/24/14 02:06 PM
1.2
4kB
Qwexton
02/22/14 05:29 PM
1.1-1
3kB
Qwexton
02/21/14 12:51 PM
1.1
3kB
02/21/14 10:14 AM


Post A Reply Comment Options
Unread 04/08/14, 12:32 PM  
Ykses

Forum posts: 0
File comments: 72
Uploads: 0
Add localization ?

Hello Qwexton,

Thank you for this add-on, so usefull !

If you want to add FR localization, I can do it. But you need to add (if you can, it will be better) a localization file where I can translate all the messages without modify your main .lua.
Like the localization of this add-on, for example : http://www.esoui.com/downloads/info128-SkyShards.html

I use your add-on in french, it works fine, but I translate the messages directly in the "DragonLoot.lua" file (and the "Gold.lua")... and I need to do it for each update. So if you can (and want) to integrate this FR localization, let me know

And again, thanks for this great work !
Report comment to moderator  
Reply With Quote
Unread 04/08/14, 07:32 AM  
Qwexton
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
Originally Posted by Eleventeen
I like the new update, the fixed crafting messages are great.

However some options got reset, and the new option - auto repair gets enabled by default.. Didn't realise this so it wasted me some 1000+ gold repairing junk i had no need for.

Ideally new features that like would default off in the future please.

Also very annoying to have to configure it individually for every alt, but I imagine thats a ZO issue and not much you can do about it.

(Maybe you can give us some tips on an ini or lua edit that will change the default options for us tho, as taht should apply to all alts too)
Sorry about that I thought about this after the fact, repair all is now default off. As far as configuration for each character goes nothing I can really do about that. If you are pretty good with copy and paste and reading LUA tables you can go to the saved variables file and copy your settings across characters like this:

Code:
DragonLoot_Variables =
{
    ["Default"] = 
    {
        ["@NAME"] = 
        {
            ["<CHAR1>"] = 
            {
                ["Sell"] = true,
                ["LWWidth"] = 450,
                ["lwY"] = 832.966614,
                ["Trash"] = true,
                ["settingsY"] = 300,
                ["lwX"] = 470.982300,
                ["LWHeight"] = 89,
                ["LootWindow"] = true,
                ["Quest"] = true,
                ["version"] = 18,
                ["Magic"] = true,
                ["Gold"] = true,
                ["AutoSell"] = true,
                ["settingsX"] = 500,
                ["ChatLoot"] = true,
                ["Normal"] = true,
                ["Repair"] = true,
                ["Buy"] = true,
                ["Group"] = true,
            },
            ["<CHAR2>"] = 
            {
                ["Sell"] = true,
                ["LWWidth"] = 450,
                ["lwY"] = 832.966614,
                ["Trash"] = true,
                ["settingsY"] = 300,
                ["lwX"] = 470.982300,
                ["LWHeight"] = 89,
                ["LootWindow"] = true,
                ["Quest"] = true,
                ["version"] = 18,
                ["Magic"] = true,
                ["Gold"] = true,
                ["AutoSell"] = true,
                ["settingsX"] = 500,
                ["ChatLoot"] = true,
                ["Normal"] = true,
                ["Repair"] = true,
                ["Buy"] = true,
                ["Group"] = true,
            },
        },
    },
}
You just copy the block from Character 1 to the Character 2 block replacing <char> with the name of the character.

If you get yourself in a bind you can always delete the file and let the addon recreate it for you. The file is located here:

C:\Users\<user>\Documents\Elder Scrolls Online\live\SavedVariables\DragonLoot.lua
Report comment to moderator  
Reply With Quote
Unread 04/08/14, 07:13 AM  
Eleventeen

Forum posts: 16
File comments: 122
Uploads: 0
I like the new update, the fixed crafting messages are great.

However some options got reset, and the new option - auto repair gets enabled by default.. Didn't realise this so it wasted me some 1000+ gold repairing junk i had no need for.

Ideally new features that like would default off in the future please.

Also very annoying to have to configure it individually for every alt, but I imagine thats a ZO issue and not much you can do about it.

(Maybe you can give us some tips on an ini or lua edit that will change the default options for us tho, as taht should apply to all alts too)
Report comment to moderator  
Reply With Quote
Unread 04/08/14, 12:31 AM  
dragonprinces

Forum posts: 0
File comments: 4
Uploads: 0
Re: Re: Re: Re: Suggestion

Originally Posted by Qwexton
So I added a reset ability for you, and also added the ability to lock the loot window so you don't lose it again.
WOOHOO now the servers just need to come back online

Thanks again Qwexton
Report comment to moderator  
Reply With Quote
Unread 04/07/14, 04:58 PM  
Qwexton
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
Re: Re: Re: Suggestion

Originally Posted by dragonprinces
Originally Posted by Qwexton
Originally Posted by dragonprinces
Hey Qwexton

Firstly Amazing Add-on.
I love freaking my friend out when i congratulate her on a blue drop or something good and she asked "How the hell do you know???"

I just have a slight problem at the moment.
I have somehow moved my loot window off the screen now i cant get it back and im not a fan of the loot being displayed in my chat window. So i was wondering if it would be possible for you to add a /reset command so that if this happens people can get the window back?

Or is there another way to get the window back? I have tried everything i can think of. Removed the Add-on and re installed. Removed the add-on restarted everything then re installed then restarted everything again. but it seems that somewhere it is saving the window position.
Yea I can add this, but basically what you can do in the mean time is remove the saved variables file located here:

C:\Users\<user>\Documents\Elder Scrolls Online\live\SavedVariables\DragonLoot.lua

Remove that file and reload your UI, and it will set everything back to default.
I'll do this soon as i get home
Thanks Qwexton.
So I added a reset ability for you, and also added the ability to lock the loot window so you don't lose it again.
Report comment to moderator  
Reply With Quote
Unread 04/07/14, 07:49 AM  
dragonprinces

Forum posts: 0
File comments: 4
Uploads: 0
Re: Re: Suggestion

Originally Posted by Qwexton
Originally Posted by dragonprinces
Hey Qwexton

Firstly Amazing Add-on.
I love freaking my friend out when i congratulate her on a blue drop or something good and she asked "How the hell do you know???"

I just have a slight problem at the moment.
I have somehow moved my loot window off the screen now i cant get it back and im not a fan of the loot being displayed in my chat window. So i was wondering if it would be possible for you to add a /reset command so that if this happens people can get the window back?

Or is there another way to get the window back? I have tried everything i can think of. Removed the Add-on and re installed. Removed the add-on restarted everything then re installed then restarted everything again. but it seems that somewhere it is saving the window position.
Yea I can add this, but basically what you can do in the mean time is remove the saved variables file located here:

C:\Users\<user>\Documents\Elder Scrolls Online\live\SavedVariables\DragonLoot.lua

Remove that file and reload your UI, and it will set everything back to default.
I'll do this soon as i get home
Thanks Qwexton.
Report comment to moderator  
Reply With Quote
Unread 04/07/14, 07:36 AM  
Qwexton
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
Re: Suggestion

Originally Posted by dragonprinces
Hey Qwexton

Firstly Amazing Add-on.
I love freaking my friend out when i congratulate her on a blue drop or something good and she asked "How the hell do you know???"

I just have a slight problem at the moment.
I have somehow moved my loot window off the screen now i cant get it back and im not a fan of the loot being displayed in my chat window. So i was wondering if it would be possible for you to add a /reset command so that if this happens people can get the window back?

Or is there another way to get the window back? I have tried everything i can think of. Removed the Add-on and re installed. Removed the add-on restarted everything then re installed then restarted everything again. but it seems that somewhere it is saving the window position.
Yea I can add this, but basically what you can do in the mean time is remove the saved variables file located here:

C:\Users\<user>\Documents\Elder Scrolls Online\live\SavedVariables\DragonLoot.lua

Remove that file and reload your UI, and it will set everything back to default.
Report comment to moderator  
Reply With Quote
Unread 04/07/14, 02:29 AM  
dragonprinces

Forum posts: 0
File comments: 4
Uploads: 0
Suggestion

Hey Qwexton

Firstly Amazing Add-on.
I love freaking my friend out when i congratulate her on a blue drop or something good and she asked "How the hell do you know???"

I just have a slight problem at the moment.
I have somehow moved my loot window off the screen now i cant get it back and im not a fan of the loot being displayed in my chat window. So i was wondering if it would be possible for you to add a /reset command so that if this happens people can get the window back?

Or is there another way to get the window back? I have tried everything i can think of. Removed the Add-on and re installed. Removed the add-on restarted everything then re installed then restarted everything again. but it seems that somewhere it is saving the window position.
Report comment to moderator  
Reply With Quote
Unread 04/05/14, 03:23 PM  
Cerulean2013

Forum posts: 25
File comments: 57
Uploads: 0
Suggestion, have the frame used to show the drops (not the chat window) be able to be locked. As is it is easy to accidently move it.
Report comment to moderator  
Reply With Quote
Unread 04/05/14, 01:09 PM  
Qwexton
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
Originally Posted by PhantomGamers
Hey I noticed most of the loot addons have this same "issue" but I was wondering if there was maybe a way to parse all of the gold popups so instead of getting 3 +1 Gold popups you just get one +3 Gold popup?
That's perhaps the only complaint I have with this, as when you loot a lot of enemies the gold popups can get a bit spammy.

(I'm specifically talking about when you're looting with the area loot option enabled, where it'll show in the actual loot window the total amount of gold but when you loot it you get the multiple popups.)
Yea this is a problem with the way loot events are sent to the addon, but I think I might have a way to fix this when I get time to work on it.
Report comment to moderator  
Reply With Quote
Unread 04/03/14, 05:17 PM  
ShinChuck

Forum posts: 1
File comments: 7
Uploads: 0
Thanks for the addon! Digging it. Any chance you'll add an option for EXP gain to show as well? Thanks!
Report comment to moderator  
Reply With Quote
Unread 04/03/14, 02:35 PM  
PhantomGamers

Forum posts: 0
File comments: 20
Uploads: 0
Hey I noticed most of the loot addons have this same "issue" but I was wondering if there was maybe a way to parse all of the gold popups so instead of getting 3 +1 Gold popups you just get one +3 Gold popup?
That's perhaps the only complaint I have with this, as when you loot a lot of enemies the gold popups can get a bit spammy.

(I'm specifically talking about when you're looting with the area loot option enabled, where it'll show in the actual loot window the total amount of gold but when you loot it you get the multiple popups.)
Last edited by PhantomGamers : 04/03/14 at 02:38 PM.
Report comment to moderator  
Reply With Quote
Unread 04/02/14, 04:52 PM  
Flak

Forum posts: 0
File comments: 46
Uploads: 0
Any plans to add an auto repair option?
Report comment to moderator  
Reply With Quote
Unread 04/02/14, 07:23 AM  
Qwexton
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
Originally Posted by PhantomGamers
Hey man, thanks a lot for making this addon. This is my favorite loot management addon out there!
I just wanted to let you know that 1.7 isn't compatible with the Minion addon manager because you have the DragonLoot folder inside another folder, so it just extracts that and the addon files don't get loaded.

Just thought I would drop in and let you know, thanks again and keep up the good work!
Welp that's what I get for trusting windows to properly zip the file.
Report comment to moderator  
Reply With Quote
Unread 04/01/14, 11:15 PM  
PhantomGamers

Forum posts: 0
File comments: 20
Uploads: 0
Hey man, thanks a lot for making this addon. This is my favorite loot management addon out there!
I just wanted to let you know that 1.7 isn't compatible with the Minion addon manager because you have the DragonLoot folder inside another folder, so it just extracts that and the addon files don't get loaded.

Just thought I would drop in and let you know, thanks again and keep up the good work!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: