ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Search/Requests (https://www.esoui.com/forums/forumdisplay.php?f=165)
-   -   Looking for an addon to get rid of the new item notifications in players inventory (https://www.esoui.com/forums/showthread.php?t=8525)

doritobob269 05/14/19 06:44 PM

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. :banana:

Dolgubon 05/14/19 07:02 PM

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.

Baertram 05/15/19 03:28 AM

FCOChangeStuff


All times are GMT -6. The time now is 11:04 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI