View Single Post
05/24/23, 04:54 AM   #24
IsJustaGhost
AddOn Author - Click to view addons
Join Date: May 2020
Posts: 38
Whitestrake’s is detectible via map pin. However, only 4 events are. Also, using the map to detect is a bit messy. It requires a number of map and subzone changes.
-- Impresario
-- up to 4 times for the "known" events.
Every time the addon is loaded and play time passes reset time.

However, this only pertains to an add-on that deals with that type of event. What about other event types, ones that do not offer tickets?

This rejection is very sad. It's not like the required private functions would create some security leak. They all use active indexes and, only pertain to events.
GetNumEventAnnouncements
GetEventAnnouncementNameByIndex
GetEventAnnouncementDescriptionByIndex
GetEventAnnouncementIngameTileImageByIndex
GetEventAnnouncementStartTimeByIndex
GetEventAnnouncementRemainingTimeByIndex
GetEventAnnouncementIngameTileMarketProductIdByIndex

If those were not private, we could use MarketAnnouncement_Manager:PopulateEventAnnouncements() as an example to create our own list.

Anyway, thank you Dan for looking into this.

Last edited by IsJustaGhost : 05/24/23 at 05:02 AM.
  Reply With Quote