GridStatusRaidDebuff
Make sure you swap to the MoP/WoD version of this addon.
MoP/WoD version available: GridStatusRaidDebuff2
Adds a status to Grid for debuffs applied by Raid Bosses.
You either need to install one of these zone packs or turn on "Detect New Debuff" to detect new zones and new debuffs in those zones otherwise the addon does nothing.
Cataclysm Raid Debuff List
Wrath of the Lich King Raid Debuff List
The Burning Crusade Raid Debuff List
How do I get the Raid Debuff to show up in Grid as the Center Icon?
- Open Grid Options
- Select the Indicators tab at the top
- Select Center Icon on the left
- Check Raid Debuff
(This option is also under Status->Raid Debuff->Center Icon, they both toggle the same setting)
If you are having problems, please make sure that you are running the latest version of Grid. Grid versions prior to 1384 has a known issue with debuffs showing.
Bug Reports:
Thanks, stassart and Greltok.
This way it's harder to select what to disable or not. I prefer to disable debuffs I can normally dispel. Can you please colorize them again?
Thanks a lot!
"I have the exact same problem... I can't see /roll's, guild status messages, or results from /who if GridStatusRaidDebuff is enabled. When I first log in I get an error:
Error occured in: Global
Message: ..\FrameXML\ChatFrame.lua line 2492:
bad argument #1 to 'strlen' (string expected, got nil)
Debug:
(tail call): ?
[C]: ?
[C]: strlen()
..\FrameXML\ChatFrame.lua:2492: ChatFrame_MessageEventHandler()
..\FrameXML\ChatFrame.lua:2288: ChatFrame_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
Disabling GridRaidStatusDebuff fixes the error and brings back my 'yellow text' in the chat window."
Was this resolved? I went back and installed an old version (3.00.08.03), which is what I was running before I tried to update today, and it works fine. However the newest version (3.00.08.15.1) still has the system message issue, as far as I can tell.
Skyburn84, thx for your report, I fixed it, now.
Hi Azel,
I think there is a small issue with the menu (unless I am doing it wrong). I disabled (unchecked) a few debuffs for Ulduar e.g. Gravity bomb on XT & Rune of Death on IC, but still showed these icons. I tried reloading my UI as well checking & then unchecking but it still came up. Any idea what might be causing this? Thanks
Yes, That's wrong ID. But My SVN can't upload new version :(
Is the 10 man normal spell ID for Incinerate Flesh correct? I was not seeing the debuff tonight in 10 man. Looking at the LUA:
GridStatusRaidDebuff:RegisterDebuff(zone, 67049, 42, 12)
Incinerate Flesh(10) GridStatusRaidDebuff:RegisterDebuffDelegater(zone, 67049, 67051)Incinerate Flesh(25)But, looking at wowhead for example, the 10 man version appears to be 66237?
http://www.wowhead.com/?spell=66237
I think you need 4 IDs for each debuff, for 10, 25, 10 heroic, and 25 heroic.
e.g.
GridStatusRaidDebuff:RegisterDebuff(zone, 66237, 42, 12) --Incinerate Flesh(10)
GridStatusRaidDebuff:RegisterDebuffDelegater(zone, 66237, 67049, 67050, 67051) --Incinerate Flesh(25, Heroic 10, Heroic 25)
Probably similar for many other debuffs.
Thank you, ksyburn 84
I fixed that, now.
And your heroic debuff is very interesting. But that's zone name is not same normal mode.
So I need to add new zone. But there is not hardmode name in libbabble-zone.
So I'm just waiting... :(
Hi,
Thanks heaps for this addon, I have been using it since it released! Also, in the latest Coliseum.lua you have the spell Massive Crash under the wrong boss. This ability is used by Icehowl to punt people to the walls, before picking one to charge at. The ability that Gormakk the Impaler has is called Impale which is a stacking debuff. I did some changes to the LUA before by raid yesterday so that it showed the correct debuffs. Following are the edits I made:
I then realised you had a new version out just as my raid finished. Glad to see you have updated the naming :D I hope this helps in getting the right debuff under the right boss ;) Once again thanks for this great addon! Cheers
GridStatusRaidDebuff-v3.01\Core.lua:247: Usage: UnitIsFeignDeath("unit")
JLBurnett04, I need a full message of the bug.
Message: Interface\FrameXML\ChatFrame.lua:2492: bad argument #1 to 'strlen' (string expected, got nil)
Time: 08/10/09 11:20:48
Count: 18
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: ?
[C]: in function `strlen'
Interface\FrameXML\ChatFrame.lua:2492: in function <Interface\FrameXML\ChatFrame.lua:2471>
(tail call): ?
(tail call): ?
Interface\FrameXML\ChatFrame.lua:2288: in function `ChatFrame_OnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>
Locals: (*temporary) = nil
(*temporary) = "string expected, got nil"
It will go away if I turn off BC and Wrath...