View Single Post
12/16/14, 07:30 PM   #4
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by merlight View Post
Perhaps what you need to override is ZO_NotificationList:FilterScrollList()
I'm hooking ZO_LeaderboardRaidProvider:BuildNotificationList() in No, thank you! (and before I have used the same hook in my updated version of Thurisaz Guild Info).
I think that's the best place where you can change which notifications will be displayed. If you modify FilterScrollList instead, I believe that when you receive new notification there will be glowing notification button on the chat window. It's becuae function just counts number of items on each notification list (#provider.list), it does not check if items are filtered or not.
  Reply With Quote