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:117
Total downloads:39,791
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/13/14, 06:50 PM  
ShinChuck

Forum posts: 1
File comments: 7
Uploads: 0
Another issue I'm having: it doesn't seem to save my settings or the box location when I log back in. Other than that, quite like the mod!
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 06:01 PM  
Ykses

Forum posts: 0
File comments: 72
Uploads: 0
It works fine with the last version (1.9.2)

Also, I have translated all the terms in the new FR localization file. Here is the update :
Code:
DL.fr = {
	
	--DL Commands:
	help	= "help",
	settings	= "settings",
	reset	= "reset",
	
	--Chat and Loot  window output:
	nocommand	= "Dragon Loot: Commande inconnue. Utiliser \"/dl help\" pour afficher la liste des commandes disponibles.",
	helpmenu	= 	"A propos de Dragon Loot v"..DL.version.. "..." ..'\n' ..
							"Commandes disponibles :" .. '\n' ..
							"/dl help       : Affiche les commandes disponibles." .. '\n' ..
							"/dl settings : Permet de param\195\169trer les options." .. '\n' ..
							"/dl reset      : R\195\169initialise les options par d\195\169faut.",						
	resetannounce	= "Vous avez r\195\169initialis\195\169 Dragon Loot, tapez \"/reloadui\" afin de restaurer les param\195\168tres par d\195\169faut.",
	youreceived	= "Vous avez re\195\167u ",
	received	= " a re\195\167u ",
	repaired	= "R\195\169paration effectu\195\169e pour ",
	sold	= "Vous avez vendu ",
	bought	= "Vous avez achet\195\169 ",
	conjunction	= " pour ",
	gold	= " pi\195\168ce(s) d\'or.",
	craftingfail	= "Echec ! Aucun objet cr\195\169\195\169.",
	crafted	= "Vous avez obtenu ",
    gainedgold = "Vous avez obtenu ",
        -- spentgold = "Vous avez d\195\169pens\195\169 "

	--Settings Window Label
	settingstitle	= "Options Dragon Loot",
	
	--Settings Labels for Dynamically created labels and buttons:
	show	= "Afficher ",
	labels	={

			"les loot gris (rebut)",
			"les loot blancs (commun)",
			"les loot verts (magique)",
			"les gains d'or",
			"les loot de qu\195\170te",
			"les loot du groupe",

			},
	loot	= " .........................................",
	
	--Settings Labels for Statically created labels and buttons:
	sellreceipt	= "Afficher les objets vendus .............................",
	buyreceipt = "Afficher les objets achet\195\169s .....................",
	lootwindow = "Fen\195\170tre DragonLoot ............................",
	chatwindow = "Afficher les loot dans le chat ........................",
	trashjunk = "Vente automatique des rebuts ..........................",
	autorepair = "R\195\169parer automatiquement .........................",
	locklw = "Verrouiller la fen\195\170tre DragonLoot ..................",
	
	--Welcome Message
	welcome = "Dragon Loot charg\195\169. Taper \"/dl help\" pour afficher l'aide.",
	
	--Toggle Buttons
	enabled = "Activ\195\169",
	disabled = "D\195\169sactiv\195\169",
	togglebuy = "Dragon Loot : Affichage des objets vendus -- ",
	togglelock = "Dragon Loot : Verrouillage de la fen\195\170tre -- ",
	junktrash = "Dragon Loot: Vente automatique des rebuts -- ",
	questloot = "Dragon Loot: Affichage des loot de qu\195\170te -- " ,
	trashloot = "Dragon Loot: Affichage des rebuts (gris) -- ",
	normalloot = "Dragon Loot: Affichage des objets communs (blanc) -- ",
	magicloot = "Dragon Loot: Affichage des objets magiques (vert) -- ",
	goldloot = "Dragon Loot: Affichage des gains et d\195\169penses d'or -- " ,
	grouploot = "Dragon Loot: Affichage des loot du groupe -- " ,
	togglerepairs = "Dragon Loot: R\195\169parer automatiquement chez les marchands -- " ,
	showlootwindow = "Dragon Loot: Fen\195\170tre DragonLoot -- ",
	showchatloot = "Dragon Loot: Affichage des loot dans la fen\195\170tre de chat -- " ,
	togglesellreceipt = "Dragon Loot: Affichage des objets achet\195\169s -- " 
			
}
Just a problem (but it doesn't affect the behaviour) : when I open the settings window, the first options are (seems to be) unchecked... like [ ] instead of [X]. But in fact, there are enabled. If I click, the cross doesn't appear and I have the message "disabled" in chat. If I click again, it's checked and message "enabled" is displayed. So, the problem is only the display of the saved settings, when you open the settings window. It seems there is a little bug with these (again) first six options (no problem with the display of the rest of the settings windows, it works well).

But it works, even with this little problem with the display of the saved settings
(and you can push to the next update this last FR localization file). Many thanks Qwexton !
Report comment to moderator  
Reply With Quote
Unread 04/13/14, 02:09 AM  
jrr6415sun

Forum posts: 0
File comments: 12
Uploads: 0
is there a way to turn off crafting notifications? Also telling me I failed when I am researching something is annoying
Report comment to moderator  
Reply With Quote
Unread 04/12/14, 04:01 PM  
Qwexton
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
bugs

Think I know what the problems are for the bugs working on an update today.

New Version is up please test in other languages :P
Last edited by Qwexton : 04/12/14 at 05:55 PM.
Report comment to moderator  
Reply With Quote
Unread 04/11/14, 09:56 PM  
byteasc

Forum posts: 0
File comments: 4
Uploads: 0
Can you add in an option to color the name text.. Possibly for player as well as group.
Report comment to moderator  
Reply With Quote
Unread 04/11/14, 11:12 AM  
Ykses

Forum posts: 0
File comments: 72
Uploads: 0
Hello Qwexton,

With the last release (1.9.1), if I toggle one of the first six buttons in settings menu, I've got this error :
Error: user:/AddOns/DragonLoot/features/Settings.lua:109: function expected instead of nil
stack traceback:
user:/AddOns/DragonLoot/features/Settings.lua:109: in function '(anonymous)'
It works fine with all the others buttons (auto repair, show DL window, Lock DL window, etc).

Oh... and we missed to translate a file, the "Toggle.lua". If you add the lines in the localization file, I can translate it for a next update

Here is my last "DragonLootFR.lua". The text (FR) in the settings menu was too long for the window. I've fixed this problem in this last version of the file :
Code:
DL.fr = {
	
	--DL Commands:
	help	= "help",
	settings	= "settings",
	reset	= "reset",
	
	--Chat and Loot  window output:
	nocommand	= "Dragon Loot: Commande inconnue. Utiliser \"/dl help\" pour afficher la liste des commandes disponibles.",
	helpmenu	= 	"A propos de Dragon Loot v"..DL.version.. "..." ..'\n' ..
							"Commandes disponibles :" .. '\n' ..
							"/dl help       : Affiche les commandes disponibles." .. '\n' ..
							"/dl settings : Permet de param\195\169trer les options." .. '\n' ..
							"/dl reset      : R\195\169initialise les options par d\195\169faut.",						
	reset 	= "Vous avez r\195\169initialis\195\169 Dragon Loot, tapez \"/reloadui\" afin de restaurer les param\195\168tres par d\195\169faut.",
	youreceived	= "Vous avez re\195\167u ",
	received	= " a re\195\167u ",
	repaired	= "R\195\169paration effectu\195\169e pour ",
	sold	= "Vous avez vendu ",
	bought	= "Vous avez achet\195\169 ",
	conjunction	= " pour ",
	gold	= " pi\195\168ce(s) d\'or.",
	craftingfail	= "Echec ! Aucun objet cr\195\169\195\169.",
	crafted	= "Vous avez obtenu ",
        gainedgold = "Vous avez obtenu ",
        -- spentgold = "Vous avez d\195\169pens\195\169 "

	--Settings Window Label
	settingstitle	= "Options Dragon Loot",
	
	--Settings Labels for Dynamically created labels and buttons:
	show	= "Afficher ",
	labels	={

			"les rebuts",
			"les objets normaux",
			"les objets magiques",
			"l'or",
			"les objets de qu\195\170te",
			"les loot du groupe",

			},
	loot	= " .........................................",
	
	--Settings Labels for Statically created labels and buttons:
	sellreceipt	= "Afficher les objets vendus .............................",
	buyreceipt = "Afficher les objets achet\195\169s .....................",
	lootwindow = "Fen\195\170tre DragonLoot ............................",
	chatwindow = "Afficher les loot dans le chat ........................",
	trashjunk = "Vente automatique des rebuts ..........................",
	autorepair = "R\195\169parer automatiquement .........................",
	locklw = "Verrouiller la fen\195\170tre DragonLoot ..................",
	
	--Welcome Message
	welcome = "Dragon Loot charg\195\169. Taper \"/dl help\" pour afficher l'aide.",
			
}
A last thing : the "/dl reset" command doesn't work in 1.9.1, the "nocommand" message is displayed when you type /dl reset. Same problem with english version ?

Thanks for your work !
Last edited by Ykses : 04/13/14 at 05:48 PM.
Report comment to moderator  
Reply With Quote
Unread 04/10/14, 10:26 PM  
Ykses

Forum posts: 0
File comments: 72
Uploads: 0
Re: Translation

Originally Posted by Qwexton
Oh just found we missed one:
gainedgold = "You have gained ",
Voilą
Code:
gainedgold = "Vous avez gagn\195\169 ",
And I think this one is missing too :
Code:
spentgold = "Vous avez d\195\169pens\195\169 ",
...in place of "You have spent "
I found it in the "Gold.lua", few lines after the "local goldgained" line.

Thanks for the update (1.9.1) !
I will test it today to check if all is ok with the FR client.
Last edited by Ykses : 04/10/14 at 10:33 PM.
Report comment to moderator  
Reply With Quote
Unread 04/10/14, 06:54 PM  
Eleventeen

Forum posts: 16
File comments: 122
Uploads: 0
Couple small feature requests:
- Show loot when taking attachments from mails
- Show loot when receiving it in trades
Report comment to moderator  
Reply With Quote
Unread 04/10/14, 04:56 PM  
Qwexton
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
Translation

Originally Posted by Ykses
You can also send me a link where I can download the next version, to test it in french before a release. It could be better
Thanks Ykses I went ahead and uploaded it because everything looked right, but then again I don't speak french so who knows!

Oh just found we missed one:

gainedgold = "You have gained ",

I fixed it so it won't error out, but it will be in English until the next push.
Last edited by Qwexton : 04/10/14 at 05:01 PM.
Report comment to moderator  
Reply With Quote
Unread 04/10/14, 10:04 AM  
Ykses

Forum posts: 0
File comments: 72
Uploads: 0
Re: Re: Crafting loot group broadcast

Originally Posted by Qwexton
So I thought that this would be a good challenge, and decided to do this for you if you can translate the following I'll add it to the addon.
Many thanks

Here is the french localization. As you can see, the "DL commands" are not translated. I think it's better to keep these commands in english. I can't test with the actual version of the add-on, but I will send you a fix if I see a mistake in the next release (when the laguage detection will be added).
Code:
DL.fr = {
	
	--DL Commands:
	help	= "help",
	settings	= "settings",
	reset	= "reset",
	
	--Chat and Loot  window output:
	nocommand	= "Dragon Loot: Commande inconnue. Utiliser /dl \"help\" pour afficher la liste des commandes",
	helpmenu	= 	"Dragon Loot:  A propos de v"..DL.version.. "...." ..'\n' ..
							"Commandes:" .. '\n' ..
							"taper:    /dl help       -- Affiche les commandes disponibles." .. '\n' ..
							"taper:    /dl settings   -- Permet de param\195\169trer les options." .. '\n' ..
							"taper:    /dl reset       -- R\195\169initialise les options de Dragon Loot par d\195\169faut.",						
	reset 	= "Vous avez r\195\169initialis\195\169 Dragon Loot, tapez / reloadui afin de restaurer les param\195\168tres par d\195\169faut.",
	youreceived	= "Vous avez re\195\167u ",
	received	= " a re\195\167u ",
	repaired	= "R\195\169paration effectu\195\169e pour ",
	sold	= "Vous avez vendu ",
	bought	= "Vous avez achet\195\169 ",
	conjunction	= " pour ",
	gold	= " pi\195\168ce(s) d\'or.",
	craftingfail	= "Echec ! Aucun objet cr\195\169\195\169.",
	crafted	= "Vous avez fabriqu\195\169 ",

	--Settings Window Label
	settingstitle	= "Options Dragon Loot",
	
	--Settings Labels for Dynamically created labels and buttons:
	show	= "Afficher ",
	labels	={

			"Rebut",
			"Normal",
			"Magique",
			"Or",
			"Qu\195\170te",
			"Groupe",

			},
	loot	= " Loot..............................................",
	
	--Settings Labels for Statically created labels and buttons:
	sellreceipt	= "Afficher les objets vendus...........................",
	buyreceipt = "Afficher les objets achet\195\169s.................",
	lootwindow = "Afficher la fen\195\170tre de Dragon Loot.............",
	chatwindow = "Afficher les loot dans la fen\195\170tre de chat........",
	trashjunk = "Vendre automatiquement les rebuts..................",
	autorepair = "R\195\169parer automatiquement chez les marchands....",
	locklw = "Verrouiller la fen\195\170tre Dragon Loot..............",
	
	--Welcome Message
	welcome = "Dragon Loot charg\195\169. Bienvenue ! \n Taper \"/dl help\" pour l'aide.",
			
}
You can also send me a link where I can download the next version, to test it in french before a release. It could be better
Last edited by Ykses : 04/10/14 at 10:05 AM.
Report comment to moderator  
Reply With Quote
Unread 04/09/14, 04:06 PM  
Qwexton
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
Re: Re: Re: Crafting loot group broadcast

Originally Posted by Fahrice
I'm confused - you're asking me to translate that to another language to add the ability to show crafting loot? I only know english haha!
For your problem right now there's no mechanism for addons to send messages to chat channels, in order to get the items into the chat window I'm actually using a debug method called d() most addons on this site use it. Other than that I send the looted and crafted item results to the custom window I made.

The short answer is, I can't do what you ask until ZOS adds a method for it.
Report comment to moderator  
Reply With Quote
Unread 04/09/14, 04:02 PM  
Qwexton
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
Re: Re: Re: Crafting loot group broadcast


I'm confused - you're asking me to translate that to another language to add the ability to show crafting loot? I only know english haha!
Wups replied to the wrong guy :P
Report comment to moderator  
Reply With Quote
Unread 04/09/14, 03:48 PM  
Fahrice

Forum posts: 0
File comments: 2
Uploads: 0
Re: Re: Crafting loot group broadcast

Originally Posted by Qwexton
Originally Posted by Fahrice
Any chance it would be possible to optionally show crafting messages to other group members?

As a high level woodworker, I often get asked to deconstruct blue/purple items for people. I would love to be able to group with them and let them observe the results of the operation - as a means of avoiding having my integrity questioned when the results aren't in line with what they were expecting.

Thanks!

Fahrice
So I thought that this would be a good challenge, and decided to do this for you if you can translate the following I'll add it to the addon. Also if anyone wants to do German I'll add that too, or any other language.

<snip>

[/code]
I'm confused - you're asking me to translate that to another language to add the ability to show crafting loot? I only know english haha!
Report comment to moderator  
Reply With Quote
Unread 04/09/14, 02:59 PM  
Qwexton
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 1
Re: Crafting loot group broadcast

Originally Posted by Ykses
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 !
So I thought that this would be a good challenge, and decided to do this for you if you can translate the following I'll add it to the addon. Also if anyone wants to do German I'll add that too, or any other language.

Code:
DL.en = {
	
	--DL Commands:
	help	= "help",
	settings	= "settings",
	reset	= "reset",
	
	--Chat and Loot  window output:
	nocommand	= "Dragon Loot: Unrecognised Command use /dl \"help\" for commands",
	helpmenu	= 	"Dragon Loot:  Help Summary v"..DL.version.. "...." ..'\n' ..
							"Commands:" .. '\n' ..
							"type:    /dl help       -- This Help Menu." .. '\n' ..
							"type:    /dl settings   -- Lets you change current settings." .. '\n' ..
							"type:    /dl reset       -- Resets the default values of the addon.",						
	reset 	= "You have reset the Dragon Loot addon type /reloadui to have the default settings restored.",
	youreceived	= "You received ",
	received	= " received ",
	repaired	= "Repaired all Items for ",
	sold	= "You have sold ",
	bought	= "You have bought ",
	conjunction	= " for ",
	gold	= " gold.",
	craftingfail	= "Crafting Failed 0 items were created. Don't give up!",
	crafted	= "You have crafted ",
        gainedgold = "You have gained ",


	--Settings Window Label
	settingstitle	= "Dragon Loot Settings",
	
	--Settings Labels for Dynamically created labels and buttons:
	show	= "Show ",
	labels	={

			"Trash",
			"Normal",
			"Magic",
			"Gold",
			"Quest",
			"Group",

			},
	loot	= " Loot..............................................",
	
	--Settings Labels for Statically created labels and buttons:
	sellreceipt	= "Show Store Sell Receipt...........................",
	buyreceipt = "Show Store Buy Receipt...........................",
	lootwindow = "Show Loot Window..................................",
	chatwindow = "Show Loot in Chat Window......................",
	trashjunk 	=	"Automatically Sell Trash/Junk...................",
	autorepair = "Automatically Repair at Vendor..................",
	locklw = "Lock Loot Window..................................",
	
	--Welcome Message
	welcome = "Welcome To Dragon Loot \n Type \"/dl help\" for help!",
			
}
Last edited by Qwexton : 04/09/14 at 04:02 PM.
Report comment to moderator  
Reply With Quote
Unread 04/09/14, 01:52 PM  
Fahrice

Forum posts: 0
File comments: 2
Uploads: 0
Crafting loot group broadcast

Any chance it would be possible to optionally show crafting messages to other group members?

As a high level woodworker, I often get asked to deconstruct blue/purple items for people. I would love to be able to group with them and let them observe the results of the operation - as a means of avoiding having my integrity questioned when the results aren't in line with what they were expecting.

Thanks!

Fahrice
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: