I'm seeking a clarification about GridCooldownText. Simply adding a new buff Lifebloom status and applying it to the center icon shows no cooldown and no stacks when the icon is diplayed.
The cooldown and stack display seemed ideal for Lifebloom but I'm now guessing only custom made status modules that explicitly send cooldown/stack information will function with GridCooldownText.
Perhaps the cooldown/stack information is freely available for these raid debuffs while the same information is not accessible to from a buff such as Lifebloom.
I'm seeking a clarification about GridCooldownText. Simply adding a new buff Lifebloom status and applying it to the center icon shows no cooldown and no stacks when the icon is diplayed.
The cooldown and stack display seemed ideal for Lifebloom but I'm now guessing only custom made status modules that explicitly send cooldown/stack information will function with GridCooldownText.
Perhaps the cooldown/stack information is freely available for these raid debuffs while the same information is not accessible to from a buff such as Lifebloom.
The information is available, it just hasn't been coded into Grid to support it, which is up to pastamancer.
The center icon timer text is from GridCooldownText not GridRaidDebuff, but anyways, you can adjust the text size and font in Grid -> Frame -> Adcanced -> Cooldown Text.
I don't have that option:
is it in another area? I spent a bitlooking through each menu, but did not find it.
[2008/08/17 16:31:24-3159-x1]: GridStatusRaidDebuff-3.0\GridStatusRaidDebuff.lua:898: bad argument #2 to 'fmt' (string expected, got nil)
AceAddon-2.0-79524 (Ace2):486: in function <Interface\AddOns\Ace2\AceAddon-2.0\AceAddon-2.0.lua:463>
<in C code>: ?
AceEvent-2.0-66043 (Ace2):298: in function `TriggerEvent'
AceEvent-2.0-66043 (Ace2):910: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:903>
if the saw blade spell id isn't [35318] (after version 77184.11 that is).
So far i manually added all debuffs from every encounter up to 3/6 in SW (you can se burn for example in my raid screeny below). Do you say theres an grid addon out there with all those debuffs already in?
I have some troubles with this mode on ruRU servers.
I can see raid debuff properly, but cant adjust wich debuff to show or not.
For ex., on Brutallus i need to se only "Burn" debuffs and nothing more, but there is no options to chose wich debuff is shown. Would be nice to add this preference adjustment for Raid Debuff module.
Also would be nice add to chose layer order for debuff icon (but its maybe about all Grid, dont know)
ATM debuff icon show on a highest layer in Grid and i cant see my LifeBloom timer on debuffed player, couse it covered by a raid debuuf icon.
OFC i can add some transparency for RDebuff icon, but it not always good for me.
Then show Lifebloom on another indicator, or Raid Debuffs on another indicator, or turn off Raid Debuffs you don't NEED to see. Grid isn't designed to be able to show you 500 things all at the same time. It's all about prioritizing information.
Sorry if I need this spelled out to me, but I'm slightly confused. Is it possible to get stack text for a icon/indicator other than the center icon? I don't seem to be able to figure out how to do it.
I believe GridStatusRaidDebuff supports showing stack text on the extra icon indicator it adds. However, it does not support showing the stack text on other default indicators, or on additional icon indicators provided by other third-party plugins.
I'm getting this error since 3.0 and I can't get rid of it:
GridStatusRaidDebuff-3.0\GridStatusRaidDebuff.lua:916: bad argument #2 to 'fmt' (string expected, got nil)
AceAddon-2.0-91091 (Ace2):541: in function
: ?
AceEvent-2.0-91091 (Ace2):298: in function `TriggerEvent'
AceEvent-2.0-91091 (Ace2):910: in function
I don't know if it still works though, haven't had the time/possibility to check.
I was in Sunwell yesterday and didn't get any other error or malfunction, so I guess it's no problem.
It's not a problem as long as you don't try to open the configuration menu. The error occurs when the addon tries to "construct" its options. Specifically, it tries to include a reference to the spell icon, but as the spell does not exists, the API returns a nil value for the icon name, and you get the "string expected, got nil" error. As a result, the option structure is incomplete and may not even show up in the Grid configuration.
The cooldown and stack display seemed ideal for Lifebloom but I'm now guessing only custom made status modules that explicitly send cooldown/stack information will function with GridCooldownText.
Perhaps the cooldown/stack information is freely available for these raid debuffs while the same information is not accessible to from a buff such as Lifebloom.
The information is available, it just hasn't been coded into Grid to support it, which is up to pastamancer.
I don't have that option:
is it in another area? I spent a bitlooking through each menu, but did not find it.
if the saw blade spell id isn't [35318] (after version 77184.11 that is).
http://files.wowace.com/GridStatusRaidDebuff/
I can see raid debuff properly, but cant adjust wich debuff to show or not.
For ex., on Brutallus i need to se only "Burn" debuffs and nothing more, but there is no options to chose wich debuff is shown. Would be nice to add this preference adjustment for Raid Debuff module.
Also would be nice add to chose layer order for debuff icon (but its maybe about all Grid, dont know)
ATM debuff icon show on a highest layer in Grid and i cant see my LifeBloom timer on debuffed player, couse it covered by a raid debuuf icon.
OFC i can add some transparency for RDebuff icon, but it not always good for me.
With regards, Buzz.
I don't know if it still works though, haven't had the time/possibility to check.
I don't remember exactly which spell failed, though.
It's not a problem as long as you don't try to open the configuration menu. The error occurs when the addon tries to "construct" its options. Specifically, it tries to include a reference to the spell icon, but as the spell does not exists, the API returns a nil value for the icon name, and you get the "string expected, got nil" error. As a result, the option structure is incomplete and may not even show up in the Grid configuration.
2. Grid > Frame > Center Icon > enable the debuff you just added