Th3mike / Vengeance-Helper

Never forget to give vengeance
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Fix issue causing notification spam & Add lunar spellbook toggle #5

Closed cwjoshuak closed 9 months ago

cwjoshuak commented 9 months ago

Fixes:

  1. Notification Spam

Changes:

  1. Changed vengeance box time from Minutes to Seconds
  2. Removed unused imports, cleaned up code

New features:

  1. Lunar spellbook toggle
  2. Updated readme

I changed some code to make it very similar to Thrall Helper, so that the notifications will only occur when the varbits are both correct (when Vengeance is NOT active AND vengeance can be casted). This fixes Th3mike/Vengeance-Helper#3

I also added a Lunar spellbook toggle, so that if the player changes to another spellbook while the overlay is visible, the overlay is hidden. This also affects the notification, so if the varbits change and the player is not on the lunar spellbook then it will also not notify. This fixes Th3mike/Vengeance-Helper#4

I also updated the readme to reflect the new config change.