Another request; can you pretty please also add Cenarion Ward?
Another request; can you pretty please also add Cenarion Ward?
twitch.tv/holytreebus
I use GridStatusHots... from what I understand this has the same features but just with a cleaner codebase? Or am I missing some performance/feature improvement?
You're going to piss off Kull with that comment...
CONVERT NOW! ALL HAIL HOTTER!
twitch.tv/holytreebus
I'm sorry yes ma'am!! Right away ma'am!! =D
Haha, yes that's exactly right. I got frustrated with GridStatusHots when I converted to my Monk (from my Druid no less) because it was so ugly to add new abilities (which were ALL THE THINGS for me as a Monk).
GridStatusHotter just has a single, simple table that can be added onto (if so desired) to add new abilities easily, but otherwise it's functionally the same.
Lifebloom no longer stacks and so it isn't necessary to have a colorByStack option.Code:[33763] = { class = 'DRUID', defaultOptions = { colorByStack = true, threshold2 = 8, threshold3 = 1, }, name = L['Lifebloom'], }
Also, I think it's important to track Ironbark, especially with it's new perk:
and Genesis is trackable now that it is it's own HoT:Code:[102342] = { class = 'DRUID', name = L['Ironbark'], }
and finally Cenarion Ward, like Tree requested, is a bit different. It starts with a passive buff:Code:[145518] = { class = 'DRUID', name = L['Genesis'], }
and triggers a HoT:Code:[102351] = { class = 'DRUID', defaultOptions = { threshold2 = 8, threshold3 = 4, }, name = L['Cenarion Ward'], }
I went ahead and put default threshold options as I saw appropriate, but this could be a personal preference depending on the player. Hopefully I saved you a couple seconds of time! Love the project =)Code:[102352] = { class = 'DRUID', name = L['Cenarion Ward'], }
Last edited by Nesaru; 12-04-2014 at 12:16 PM.
Excellent, thanks for the contribution Nes! I've implemented your changes.
Since Curseforge moderators still seem to be asleep at the wheel, I've moved the project over to Github. I know this means no Curse Client integration, but given how infrequently this addon gets updates, it shouldn't be a big issue.
https://github.com/GabeStah/GridStat...eleases/latest