ConsumableMacro_1.7.0.zip
What's new
1.7.0
Fixed
- Post-instance reminder now also fires for delves — delve entry/exit happens without a loading screen, so
PLAYER_ENTERING_WORLDnever caught it.ZONE_CHANGED_NEW_AREAis now also monitored and arms/disarms the same instance-tracking flag. isLoginPendingcould get stucktrueif the firstPLAYER_ENTERING_WORLDafter login matched none of the handled cases (e.g. a/reloadperformed in the open world right after logging in). The stale flag would then incorrectly trigger the login reminder later, during an unrelated zone change. The flag is now consumed unconditionally on the first call, regardless of which branch matches.
Changed
- Login reminder no longer waits a fixed 5 seconds after login — it now checks shortly after
PLAYER_ENTERING_WORLDfires (1s), only long enough for bag data to finish loading. Avoids both the old delay-related side effects and a false "missing" flash caused by checking bag contents before they're fully cached.
Cleanup
reminderTimerPendingstate variable removed — no longer needed without the old login delay timer.
This mod has no additional files

