Thread Tools Display Modes
05/14/19, 06:44 PM   #1
doritobob269
Join Date: May 2019
Posts: 1
Exclamation Looking for an addon to get rid of the new item notifications in players inventory

I've been searching for this addon for a bit, and have yet to be able to find one. I'm currently using Better UI, but there is no option wiht it to disable the notification. Any help with this issue would be nice.
  Reply With Quote
05/14/19, 07:02 PM   #2
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 408
Well, I tend to try and go in the opposite direction, attempting to make items keep the new status. That said, that experience lets me know what code to change to make a short script that can do what you want!
EVENT_MANAGER:RegisterForEvent("CustomRemoveNewStatusEvent", EVENT_INVENTORY_SINGLE_SLOT_UPDATE , function(e,b,s,n) if n then ZO_SharedInventoryManager:ClearNewStatus(b, s) end end )

Paste that code in some addon that doesn't update much, (and maybe save it) and then it should clear the new status on any item you loot.
  Reply With Quote
05/15/19, 03:28 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
FCOChangeStuff
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Looking for an addon to get rid of the new item notifications in players inventory

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off