• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

GridStatusRaidDebuff

 
Project Updated:
Files Updated: Sun, Feb 7 2010
Supports Game Version: 3.3.0
Category: Unit Frames
Tags:

, , and [Edit Tags]

Project Manager: azelkeeber
Additional Authors: Azethoth
Current Version: r264 release
License: All Rights Reserved
Development Site: WowAce.com
Avg Daily DL (last 30 days): 1,699
Downloads Total: 466,167
Favorites: 404
Comments: 75
  • About GridStatusRaidDebuff
  •  

Adds a status to Grid for debuffs applied by Raid Bosses.

Discussion Forum

  • Downloads (6)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  GridStatusRaidDebuff r264 release Release 3.3.0 6,358 2/7/2010
  GridStatusRaidDebuff r263 release Release 3.3.0 4,964 2/4/2010
  GridStatusRaidDebuff r262 release Release 3.3.0 3,906 2/4/2010
  GridStatusRaidDebuff r261 release Release 3.3.0 5,211 2/3/2010
  GridStatusRaidDebuff r260 Release 3.3.0 91 2/3/2010
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • seo0drick said

    I find a automatic mining addon,with 3.3.2 patch
    www.RatingBuster.org
    I appreciate all the hard work you've put into it.Very simple.

    Reply Report Permalink
  • ynchro said

    Thank you very much!

    Very good ! very good addons !

    www.wowbot007
    .com

    Reply Report Permalink
  • 1x GridStatusRaidDebuff-v3.01\Core.lua:400: table index is nil
    GridStatusRD_WotLK-1.0\IcecrownCitadel.lua:119: in main chunk

    Locals:
    zone = "Icecrown Citadel"

    ---


    i've reinstalled the addon with the latest version and began receiving this error. any fix available?

    Reply Report Permalink
  • Just wanted to ask... in the Archavon.lua it says:

    "...
    GridStatusRaidDebuff:Debuff(zone, 71993, 21, 5, 5, true, true) --Frozen Mallet
    GridStatusRaidDebuff:Debuff(zone, 72098, 23, 5, 5, true) --Frostbite
    ..."

    Shouldn't the last "true"-value be the other way round? When I tanked Toravon yesterday, I couldn't see the stacking debuff of my tank mate in Grid...

    Reply Report Permalink
  • Dodots said

    Love this addon, makes life easy when combined with the Curse Client.

    Reply Report Permalink
  • meringuert said

    Any chance of making the abomination debuff from the Professor Putricide fight (http://www.wowhead.com/?spell=70311) show as a red bordered "don't dispel me" instead of a disease? Instructions on how to do so myself also welcome!

    //reposted due to nonsupport of html

    Reply Report Permalink
  • mp95gp said

    @meringuert :: you should be able to change line 54 of IcecrownCitadel.lua (...World of Warcraft\Interface\Addons\GridStatusRD_WotLK) -
    FROM:
    GridStatusRaidDebuff:Debuff(zone, 70405, 77, 5, 5) --Mutated Transformation
    TO:
    GridStatusRaidDebuff:Debuff(zone, 70405, 77, 5, 5, false, false, {r=1,g=0,b=0}) --Mutated Transformation

    That should make the debuff show as red. That is untested, as I didn't change it, or even see your comment until after we killed him, so I can't test it for a few more days, until I get back in on 25m. In theory, that should work though, at least as a temporary work around, until hopefully he changes it.

    Reply Report Permalink
  • Tomken said

    GridStatusRaidDebuff 252 gaved me huge spikes and then game frozen in combat........

    Reply Report Permalink
  • I get the following every log on, strangely only with my priest, not my druid;
    Message: ..\AddOns\GridStatusRaidDebuff\Core.lua line 397:
    table index is nil
    Debug:
    Ace2\AceAddon-2.0\AceAddon-2.0.lua:25:
    Ace2\AceAddon-2.0\AceAddon-2.0.lua:23
    Ace2\AceAddon-2.0\AceAddon-2.0.lua:1055: ManualEnable()
    Ace2\AceAddon-2.0\AceAddon-2.0.lua:983:
    Ace2\AceAddon-2.0\AceAddon-2.0.lua:976
    [C]: ?
    Ace2\AceEvent-2.0\AceEvent-2.0.lua:260: TriggerEvent()
    Ace2\AceEvent-2.0\AceEvent-2.0.lua:910:
    Ace2\AceEvent-2.0\AceEvent-2.0.lua:903

    Cannot seem to find a reason for it and the addon appears to be working (shows fine on druid main)

    Reply Report Permalink
  • Malal said

    I have had no problems with this addon in 3.2 or 3.3 as of yet. Thank you for keeping it up to date! I would like to ask however, on the priority list, is 1 or 10 a higher priority?

    Thanks again!

    Reply Report Permalink
  • myskaal said

    Tried this out for the first time a few days ago and the add on went absolutely nuts throwing LUA errors at Jaraxxus in ToCr. Don't have any to post because I was too busy trying to get them off my screen so I could tank. ><

    Reply Report Permalink
  • rockbobby said

    Will this show when people get penetrating cold on Anub? This is very important, thanks in advance.

    Reply Report Permalink
  • Adremma said

    Yes, it will.

    Reply Report Permalink
  • Adremma said

    Yeah, the problem people have been having is listed in the tickets, http://www.wowace.com/addons/grid-status-raid-debuff/tickets/8-not-able-to-access-grid-menu/ ; I've also cloned the repository and have a hopefully fixed version available for testing at http://www.wowace.com/addons/grid-status-raid-debuff/repositories/menufix/files/2-r245/ .

    Reply Report Permalink
  • rauxis said

    after correcting a similar error I could load the addon and still access it via the menus

    Line 414 - original

    function GridStatusRaidDebuff:BossName(en_zone, order, en_boss)
    local zone = bzone[en_zone]
    local boss = en_boss and bboss[en_boss] or order
    local ord = en_boss and order or 9998

    self:CreateZoneMenu(zone)

    local args = self.options.args

    args[zone].args[boss] = {
    type = "group",
    name = fmt("%s%s%s"," [ ", boss," ]"),
    order = ord,
    guiHidden = true,
    args = {}
    }
    end

    and my change (adding desc assignement):

    function GridStatusRaidDebuff:BossName(en_zone, order, en_boss)
    local zone = bzone[en_zone]
    local boss = en_boss and bboss[en_boss] or order
    local ord = en_boss and order or 9998

    self:CreateZoneMenu(zone)

    local args = self.options.args

    args[zone].args[boss] = {
    type = "group",
    name = fmt("%s%s%s"," [ ", boss," ]"),
    desc = fmt("%s%s%s"," [ ", boss," ]"),
    order = ord,
    guiHidden = true,
    args = {}
    }
    end


    there still is an error if I try to load a debuff outside an instance; but it's too late now; bed time for little kitties

    Reply Report Permalink
  • rauxis said

    I think I found one error. File Interface\AddOns\GridStatusRaidDebuff\Core.lua

    line 730+ reads as:

    args["Frequency"] = {
    type = "range",
    name = "Aura Refresh Frequency",
    name = "Aura Refresh Frequency",
    min = 0.01,

    note the double assignement to "name"; it probably should read as

    args["Frequency"] = {
    type = "range",
    name = "Aura Refresh Frequency",
    desc = "Aura Refresh Frequency",
    min = 0.01,

    Reply Report Permalink
  • akumasama said

    Myrrodin, I tried your system (completely uninstalling GridStatusRaidDebuff then reinstalling it) to see if the "right click on Grid on Fubar" lua error was gone, but it's still there.
    I'm pretty confident when you say it's probably a FuBar issue, since FuBar's code is really so old, and so is its configuration menu. But still, even if it's not Azethoth's fault that this is not working, it's also true that the previous version of his addons produced no error. I would hence consider very kind on his side if he could give a look at it and try to solve it for all of us.

    Reply Report Permalink
  • Terrordar said

    i have the same problem...

    Reply Report Permalink
  • Dodots said

    Add-on really needs an update, manually adding everything is a total bitch.

    Reply Report Permalink
  • ArcVieh said

    Any Ideas to fix it? :/

    [2009/10/15 06:07:15-550-x1]: GridBossDebuffs-1.0\Core.lua:4: Cannot find a library instance of SpecialEvents-Aura-2.0.
    Ace2-r1094\AceLibrary\AceLibrary.lua:490: in function `AceLibrary'
    GridBossDebuffs-1.0\Core.lua:4: in main chunk

    Reply Report Permalink
  • Addon Packs Containing GridStatusRaidDebuff
  • Similar Addons
  •  

Average downloads per day

  1. 11,397 HealBot Continued Unit Frames, Buffs & Debuffs...
  2. 2,530 X-Perl UnitFrames Raid Frames, and Unit Frames
  3. 1,800 Grid Unit Frames
  4. 1,389 VuhDo Buffs & Debuffs, Druid, Healer...
  5. 1,274 Gladius PvP, Arena, Combat, and Unit...