View Single Post
12/16/14, 07:02 PM   #3
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Perhaps what you need to override is ZO_NotificationList:FilterScrollList()

edit: no, that wouldn't report correct numbers. So post-hook ZO_LeaderboardRaidProvider:BuildNotificationList(), removing undesired entries (which is all of them? if so, no need to call original, just ZO_ClearNumericallyIndexedTable(self.list) and done )

edit2: lol, exactly Garkin, I just edited it before reading your post

Last edited by merlight : 12/16/14 at 07:37 PM.
  Reply With Quote