GridStatusHots
Separate indicator with timer (and counter) for: Rejuvenation, Regrowth, Lifebloom, Wild Growth, Riptide, Earthliving, Earth Shield, Renew, Grace, Prayer of Mending, Power Word: Shield, Weakened Soul, Divine Aegis, Inspiration, Ancestral Fortitude and Beacon of Light.
Notice that GridStatusHots does not output icons, only colors and texts, so it will not work if displayed in e.g. the "Center Icon" indicator.
IMPORTANT (r174 alpha / 4.2.0.2b beta or newer): ALL STATUSES SHOULD NOW BE DISABLED BY DEFAULT SO YOU WILL HAVE TO MANUALLY (RE-)ENABLE THEM! (e.g. Grid -> Status -> My Hots -> My Renew -> check enabled)
I was wondering if there was a simple change I could make to the following code "string.format("%.1f-%d", lbtime, total_hots)" so that there will be no decimal place for lifebloom ?
Thanks for the info.
string.format("%.1f-%d", lbtime, total_hots)
to
string.format("%d-%d", lbtime, total_hots)
I installed r162 along with the latest versions of grid and gridindicatorcornertext and still can't get numbers to display only spell names any suggestions or help would be appreciated.
Might add an option to hide the decimal place some time but being asked so nicely doesn't really place it any higher on my priority list, tbh.
I like the decimal place for lifebloom.
Can you please stop adding a decimal place to LIFEBLOOM it is the only spell you do this to that I can find I have to keep editing the .lua to set it to 0 every update.
I am greatful for the response, thanks . And next time i will scroll back through to the last beta's instead of trying to keep upto date. Didn't think that it would be something as simple as some code being rehashed to suit its purpose for release versions .
Don't get me wrong, I don't mean to be ungrateful. Just a suggestion that if you want to deal with fewer people going "my mod doesn't work!", the main download link probably shouldn't link to a version that is known to be totally broken. Especially when there are versions out there are do work, even in their alpha state. Or at least there should be a large disclaimer somewhere pointing users away from the typical download link and towards the alphas.
Alphas are tagged as alpha for a reason. Don't download them if you don't know what you're doing and wait for a beta or a release, even if that means you have to live without an addon for a week or two. For more information on release statuses read: http://kb.wowace.com/projects/packaging-an-addon/#w-release-statuses
3.32 was clearly out of date, no one ever said anything else.
Anyway, I released a beta version, so this "problem" shouldn't occur any more.
Well, except that it's linking to a version that does not work.
I get that in general you want people to go for the stable version rather than the alpha version. But at this point you might as well put the latest alpha up there - it's pretty much guaranteed to be better than the 3.32 version. And it would have saved me, and probably quite a few others, a bunch of time trying to figure out why the mod wasn't working.
The "main" download link will always link to the most recent not-alpha version. Which makes sense.
OH! I found the issue. If you download via the Download link on the top of the right bar, you're downloading v3.32, which is the old, Ace2 version. The error you're getting is because it can't find an Ace2 library.
BUT if you download r158 in the Recent Files list on the right, you'll get the Ace3, WoW 4.0.1 version, which will work.
The Download link REALLY should be updated to get you the most recent version - it caused me to spend literally an hour or two trying to get it to work. At the very least people should be warned away from the main download link, because it just plain doesn't work with the current game.
Thanks Meador2 tried that.... lets say it gave me nothing but problems still.
Almost of patients for this...
Bogenlampe, indeed :) Sorry, I was unaware of the option to add buffs/debuffs to grid until I googled it after reading your comment.