Astral Raid Tools

Helpful addon for guilds and raiders; especially for raid leaders and officers.

File Details

1.0.23

  • R
  • Oct 12, 2024
  • 1.05 MB
  • 507
  • 11.0.2+1
  • Retail

File Name

AstralRaidTools-1.0.23.zip

Supported Versions

  • 11.0.2
  • 11.0.0

Astral Raid Tools

1.0.23 (2024-10-12)

Full Changelog Previous Releases

  • Update AstralRaidTools.toc
  • Further optimize reminders in combat
    Though reminders are currently guarded by InCombatLockdown(), it is probably more efficient to completely remove the event hooks when combat is entered. This way we don't even call handle() for each reminder * each CLEU event.
    The implementation here simply removes registered events when entering combat, then readds them to the CLEU hook when leaving combat.
  • Use PLAYER_REGEN_ENABLED/DISABLED for more accurate combat tracking