Skip to content

Releases: seekey13/CrystalBuff

v1.5

06 Apr 23:15

Choose a tag to compare

  • Removed debug mode and all user-facing commands for a simpler, zero-config experience
  • Removed cooldown system and startup/zone-in delays in favor of reactive buff-change detection
  • Checks now trigger immediately on buff list changes rather than on fixed timers
  • Retains event system detection to skip corrections during cutscenes and events
  • Significant code simplification and cleanup

v1.4

01 Dec 21:15

Choose a tag to compare

  • Added event system detection to prevent commands during cutscenes/events
  • Implemented 10-second startup delay after addon load for data initialization
  • Implemented 10-second delay after zone-in before buff checks begin
  • Improved timing logic to prevent premature buff corrections
  • Enhanced world ready state detection for better reliability

v1.3

25 Nov 14:06
aecd8a1

Choose a tag to compare

  • Added 1-second delay for buff change detection to improve accuracy
  • Enhanced packet handling for more reliable zone and buff detection
  • Improved error handling with comprehensive pcall usage