Download
(86 Kb)
Download
Updated: 02/06/17 01:50 AM
Pictures
File Info
Compatibility:
Wolfhunter (4.1)
Summerset (4.0)
Dragon Bones (3.3)
Clockwork City (3.2)
Horns of the Reach (3.1)
Morrowind (3.0)
Homestead (2.7)
Updated:02/06/17 01:50 AM
Created:09/23/14 06:08 PM
Monthly downloads:92
Total downloads:51,607
Favorites:63
MD5:
Wykkyd Loot Manager  Popular! (More than 5000 hits)
Team: Calia1120 Demiknight Lakashi
Prior/inactive team members: Ravalox Wykkyd

Follow on Twitter for updates or Catch up on Discord

*****************************************************************************


Wykkyd Loot Manager can do the following:
  • Alert things you loot in chat (similar to Wykkyd Enhanced Chat, which it overrides)
  • Alert party loot in chat (similar to Wykkyd Enhanced Chat, which it overrides)
  • Auto-Destroy specific types of loot on request (toggle-able via keybind or settings menu)
    • [optional] White, 0 gold, 0 trait armor, weapons and jewelry
    • [optional] Old food / drink (stale, congealed, murky, cloudy, etc)
    • [optional] Vendor-purchasable gems
      (everything EXCEPT Daedra Heart, Copper, Argentum, Palladium, Malachite, Charcoal of Remorse, Fortified Nirncrux, & Laurel)
    • [optional] Fishing lures (for the non-fishers out there)
  • Manually delete configured bad loot with a keybind (using the options above, and in the case that Auto-Destroy is disabled)
2.6.0.0
Updated to API version 18
Audited and updated the exclusion list.

2.5.0.0
updated API to Version 17
Updated Exclusion list

2.4.0.0
Updated Exclusion list

2.3.6.3
Updated to API version 16

2.3.6.2
Internal Version change

2.3.6.1
Updated to API version 15

2.3.6.0
Updated to exclude Laurel from the styles deleted

2.3.5.1
Updated to API version 14 (1.9)

2.3.5.0
Corrected typo in the auto delete code that deletes nirncrux

2.3.4.1
Updated to support ESO 2.2.4

2.3.4.0
Updated to include Malachite and Charcoal of Remorse in Gem Deletion exception list.

2.3.3.3
Updated the API version supported to 100012 (1.7.0)

2.3.3.2
This update (2.3.3.2) only updates supporting documentation to reflect the transition from Wykkyd to Ravalox and Balkoth under the name of Exodus Code Group. The LUA addon/library code has not been changed.
Archived Files (22)
File Name
Version
Size
Uploader
Date
2.3.6.4
85kB
Ravalox Darkshire
10/13/16 04:23 PM
2.3.6.3
85kB
Ravalox Darkshire
08/02/16 01:29 AM
2.3.6.1
85kB
Ravalox Darkshire
06/04/16 01:02 AM
2.3.6.0
85kB
Ravalox Darkshire
03/15/16 12:47 AM
2.3.5.1
85kB
Ravalox Darkshire
03/07/16 11:48 PM
2.3.5.0
85kB
Ravalox Darkshire
02/26/16 08:59 PM
2.3.4.1
85kB
Ravalox Darkshire
11/02/15 10:16 AM
2.3.4.0
85kB
Ravalox Darkshire
10/02/15 02:36 PM
2.3.3.3
82kB
Ravalox Darkshire
08/31/15 07:14 AM
2.3.3.2
73kB
Ravalox Darkshire
06/05/15 06:02 AM
2.3.3.1
73kB
Wykkyd
03/04/15 06:36 AM
2.2b (live+pts)
112kB
Wykkyd
01/31/15 11:39 AM
2.2 (live+pts)
112kB
Wykkyd
01/30/15 11:47 PM
2.1.2.1
72kB
Wykkyd
01/02/15 10:27 AM
2.0.0.1
72kB
Wykkyd
11/04/14 06:56 AM
2.0
72kB
Wykkyd
11/03/14 07:42 AM
1.9.27.1
72kB
Wykkyd
09/27/14 12:30 PM
1.9.24.4
70kB
Wykkyd
09/24/14 10:36 PM
1.9.24.3
70kB
Wykkyd
09/24/14 10:09 PM
1.9.24.2
70kB
Wykkyd
09/24/14 09:39 PM
1.9.24.1
70kB
Wykkyd
09/24/14 07:59 PM
1.9.23.2
70kB
Wykkyd
09/23/14 06:08 PM


Post A Reply Comment Options
Unread 03/08/20, 08:36 AM  
Serith

Forum posts: 0
File comments: 1
Uploads: 0
Fortified and Potent Nirncrux problem

This addon is still deleting Nirncrux for me. Can this be repaired?
Report comment to moderator  
Reply With Quote
Unread 03/28/17, 07:23 AM  
Giorgos

Forum posts: 0
File comments: 13
Uploads: 0
Is there a way to set it to only log spicific items on specific tab?
Report comment to moderator  
Reply With Quote
Unread 10/16/16, 11:27 PM  
wookiefriseur
 
wookiefriseur's Avatar

Forum posts: 51
File comments: 41
Uploads: 0
Love the addon but it does not count items in the crafting bag.

There might be people who like it that way .. for example pushing mats into the crafting bag manually so they can keep track of their farming session. But I prefer the global total amount.

If anyone else feels the same way but does not know how to change it, here is a solution:

In addon.lua @line 240-243 (within the lootToChat function) change this code:
Lua Code:
  1. for ii = 1, bSize, 1 do
  2.     local nm = GetItemName( 1, ii )
  3.     if lName == nm then inBags = GetItemTotalCount( 1, ii ); break; end
  4. end

to this new code:
Lua Code:
  1. numBackpack, numBank, numCraftbag = GetItemLinkStacks(itemName)
  2. inBags = numBackpack + numBank + numCraftbag

In the end it should look like this @lines 237-242:
Warning: Spoiler
Last edited by wookiefriseur : 05/04/17 at 04:10 AM.
Report comment to moderator  
Reply With Quote
Unread 05/28/16, 05:46 PM  
Bherdani

Forum posts: 0
File comments: 15
Uploads: 0
Re: Please Add Azure Plasm to excluded list.

Originally Posted by jsternsp
Hi! The loot manager is deleting the Soul Shriven style material called Azure Plasm when you have the "delete common style material" checked. Would be nice to fix this!! Thanks for your awesome addons.
Has happened to me too. Twice :'(
Report comment to moderator  
Reply With Quote
Unread 04/26/16, 08:10 PM  
jsternsp

Forum posts: 0
File comments: 4
Uploads: 0
Please Add Azure Plasm to excluded list.

Hi! The loot manager is deleting the Soul Shriven style material called Azure Plasm when you have the "delete common style material" checked. Would be nice to fix this!! Thanks for your awesome addons.
Report comment to moderator  
Reply With Quote
Unread 03/15/16, 12:54 AM  
Ravalox Darkshire
Ravalox of Lake Superior
 
Ravalox Darkshire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 164
Uploads: 0
Re: Basically does not work

Originally Posted by delphius
Had this plugin on and it didn't loot a single thing all night. I didnt worry about it much and just looted everything manually. At the end of the night I picked up from laurel from the last boss of a dungeon and it deleted it immediately when i picked it up. The only thing it did all night was delete what I didn't want it to. I think this addon has some issues. Probably wont risk using it again like that. I think i have used previous versions that worked better, but never seemed to be perfect.

I love your addons in general and appreciate your hard work so I'm not trying to complain too much.
I added Laurel to the excluded style list.

Everyone:
Please remember to look at the description page... The addon notes define what is excluded from deletion. If you do not see something on that list that should be saved, then please let me know.
Report comment to moderator  
Reply With Quote
Unread 03/14/16, 10:55 PM  
Ravalox Darkshire
Ravalox of Lake Superior
 
Ravalox Darkshire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 164
Uploads: 0
Re: Basically does not work

Originally Posted by delphius
Had this plugin on and it didn't loot a single thing all night. I didnt worry about it much and just looted everything manually. At the end of the night I picked up from laurel from the last boss of a dungeon and it deleted it immediately when i picked it up. The only thing it did all night was delete what I didn't want it to. I think this addon has some issues. Probably wont risk using it again like that. I think i have used previous versions that worked better, but never seemed to be perfect.

I love your addons in general and appreciate your hard work so I'm not trying to complain too much.
Thanks for the compliment!

This addon doesn't do auto-loot; only shows notifications in chat for loot and gold. etc.

The Auto-Delete function has always been a "use at your own risk" kind of thing. This addon hasn't actually changed since April of 2015. I will look to add Laurels to the excluded item list.
Last edited by Ravalox Darkshire : 03/14/16 at 11:01 PM.
Report comment to moderator  
Reply With Quote
Unread 03/14/16, 01:43 AM  
delphius

Forum posts: 0
File comments: 1
Uploads: 0
Basically does not work

Had this plugin on and it didn't loot a single thing all night. I didnt worry about it much and just looted everything manually. At the end of the night I picked up from laurel from the last boss of a dungeon and it deleted it immediately when i picked it up. The only thing it did all night was delete what I didn't want it to. I think this addon has some issues. Probably wont risk using it again like that. I think i have used previous versions that worked better, but never seemed to be perfect.

I love your addons in general and appreciate your hard work so I'm not trying to complain too much.
Report comment to moderator  
Reply With Quote
Unread 12/25/15, 08:57 AM  
gkzone

Forum posts: 0
File comments: 6
Uploads: 0
Bug in Auto Delete

Unfortunately, there is a bug in the auto delete section.

Code:
and (not _addon:EndsWith( name, "nirnicrux" ))
...should be

and (not _addon:EndsWith( name, "nirncrux" ))
Report comment to moderator  
Reply With Quote
Unread 10/19/15, 06:43 PM  
Soulshine

Forum posts: 0
File comments: 4
Uploads: 0
Very nice add on, yet I would also like to know if it is possible to disable this from spewing into all chat tabs? It is really not practical when running a group tab and would be nice to be able to assign it to the tabs you want rather than all be default. Or am I missing the option to do this? I was not able to find a setting for it anywhere.
Report comment to moderator  
Reply With Quote
Unread 10/04/15, 09:22 AM  
Apokh
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 32
Uploads: 1
Is it possible somehow, to define one Chat Tab for Loot?
Report comment to moderator  
Reply With Quote
Unread 04/07/15, 07:25 PM  
coldreactive

Forum posts: 3
File comments: 9
Uploads: 0
Originally Posted by Wykkyd
Originally Posted by coldreactive
I just toggled this on/off (Didn't set a keybind) and it won't auto-delete "Crawlers" (A fish bait) even though I have it set to delete fish bait. Do I need to reloud the UI or something?
It deletes when you loot something, not just out of the middle of nowhere. So, loot something... or keybind it.
That's the thing, I keybound the toggle button, but it didn't do anything when I pressed it, I aactually had to loot something regardless. Also, this happened to me today after re-installing the loot manager:



As you can see, I have gold amounts set to off, but it still shows it.
Report comment to moderator  
Reply With Quote
Unread 04/04/15, 01:36 PM  
Wykkyd
Are you Wykkyd Gaming?
 
Wykkyd's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 107
File comments: 390
Uploads: 28
Originally Posted by coldreactive
I just toggled this on/off (Didn't set a keybind) and it won't auto-delete "Crawlers" (A fish bait) even though I have it set to delete fish bait. Do I need to reloud the UI or something?
It deletes when you loot something, not just out of the middle of nowhere. So, loot something... or keybind it.
Report comment to moderator  
Reply With Quote
Unread 04/03/15, 08:24 PM  
coldreactive

Forum posts: 3
File comments: 9
Uploads: 0
I just toggled this on/off (Didn't set a keybind) and it won't auto-delete "Crawlers" (A fish bait) even though I have it set to delete fish bait. Do I need to reloud the UI or something?
Report comment to moderator  
Reply With Quote
Unread 03/17/15, 12:01 PM  
Wolle0rism

Forum posts: 2
File comments: 10
Uploads: 0
Whitelist

Hello, still amazed of your great work with the whole suite!
There is one thing i would love to (and i geus many of the players too): A whitelist for items you dont want to delete. You build in a function to delete style/trait items. So there are a few items i would spare (Sapphire and such stuff) w/o bombing my inventory with useless stuff (Garnet, Carnelian etc).
Can you plz have a look into it? It would be so much more awesome.
In fact, if you started a new character and wanting to skill some craftmanskills, you dont need that useless stuff to fill your small bags

Keep up the work on that great tool compilation! ESO wouldn't be the same without it!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: