Zerthox / arcdps-food-reminder

ArcDPS plugin for Guild Wars 2 allowing tracking of buff food & utility items.
MIT License
16 stars 3 forks source link

Allow custom reminders for buffs #33

Closed Zerthox closed 1 year ago

Zerthox commented 1 year ago

Allow the user to supply a list of buff ids to remind for. The current Reinforced reminder could be converted into this format. Food & Utility have to stay hardcoded since they are a category of buffs rather than a single buff id. Associated reminder options could be allowed, like restricting the reminder to specific boss ids or game modes etc.

Zerthox commented 1 year ago

Added in https://github.com/Zerthox/arcdps-food-reminder/commit/2a9dbea354188abc4bbe2f671ffda23ad781b902 https://github.com/Zerthox/arcdps-food-reminder/commit/946250e12491a3cc6884c16b9a0e7735605f07f6 https://github.com/Zerthox/arcdps-food-reminder/commit/85aadedcf22cda9fb7c719f33066a5597b74b60b etc.

Note: stacking buffs are currently treated as if they did not stack. See #35.