View Single Post
04/15/22, 03:47 AM   #14
remosito
AddOn Author - Click to view addons
Join Date: Dec 2019
Posts: 30
Originally Posted by remosito View Post
kinda related....

anybody knows if zos uses a standardized name (in api, for functions) for that quest update queue that displays in the middle of the screen (well for me at least)?

Been turning in 2500 master writs and the queue display is way to slow. Would be neat to be able to overwrite the function and either speed it up or at least filter out all/most/some of the master writ udpates.

"Deliver Armor/Weapon" for example.

tried to google but somehow always end up with stuff that touches the notification screen/tab. The one that tells you when you learned a new motif and you have to click it away....
to answer my own question:

it's the following ZO_CenterScreenAnnounce_GetEventHandlers()

EVENT_QUEST_ADDED,
EVENT_QUEST_COMPLETE,
EVENT_QUEST_CONDITION_COUNTER_CHANGED,
EVENT_QUEST_OPTIONAL_STEP_ADVANCED,

plus most likely: EVENT_OBJECTIVE_COMPLETED
  Reply With Quote