WA发布 发表于 2023-6-12 09:59:36

Arcaezia - Druid Heal Tracker

*Big Updates Inc! Due Date Jan. 13th*

*Incoming Updates Include*

- Easy configuration through selecting ranks of spells via checkboxes!
- A few bug fixes
- Dynamic Grouping --> allows for more customization in how you want it to be displayed!

-----------------------------------------------------------------------------

Shows how many heals you can cast of different ranks of spells. Currently needs to be configured for max rank since I'm only lvl 25. To Confgure for a particular rank:
- Expand the weak aura
- Click on the icon of interest
- Select Display
- Go do to custom code
- On the line ``` local cost = GetSpellPowerCost(2090).cost ``` change "2090" to the spell id of the spell rank you want to track.
- On the line ``` return math.floor(mana/cost), "Rank 3" ``` change the "3" to the correct number

NOTE
Max Ranks spells are automatically tracked, lower ranks need to be configured. Hope that helps! Also this can work for any healer, just change the spell IDs and and under load select your class and you're good!
页: [1]
查看完整版本: Arcaezia - Druid Heal Tracker