GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[ENH] Work around inconsistencies with ZONE_CHANGED_NEW_AREA

TimothyLuke opened this issue ยท 0 comments

commented

๐Ÿ”ต Describe the bug:
GSE depends on the WoW event ZONE_CHANGED_NEW_AREA to determine which version of a macro to load. With 9.1 the behaviour of this event has changed where the event triggers before you have finished Zoning and the UI things you are in the old zone still. This is a WoW bug rather than a GSE Bug. This delay would account for how #991 worked for a bit when zoneing to an invalid config and then failed when a /reload happened.

๐Ÿ”ต Enhancement behavior:
In the OOC timer watch the Zone ID via GetRealZoneText and if the ID changes then do a GSE.ReloadSequences()