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

  • Your Rating

  • Share
  • Report Abuse

GridStatusRaidDebuff

 

Project Updated:
Files Updated: Mon, Oct 5 2009
Supports Game Version: 3.2.0
Category: Unit Frames
Tags:

, and [Edit Tags]

Project Manager: azelkeeber
Additional Authors: Azethoth
Current Version: GridStatusRaidDebuff v3.00.10.05.02
License: All Rights Reserved
Development Site: WowAce.com
Avg Daily DL (last 30 days): 430
Downloads Total: 349,818
Favorites: 367
Comments: 64
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About GridStatusRaidDebuff
  •  

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

Discussion Forum

  • Downloads (5)
  •  
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 v3.00.10.05.02 Release 3.2.0 36,244 10/5/2009
  GridStatusRaidDebuff v3.00.10.05.01 Release 3.2.0 268 10/5/2009
  GridStatusRaidDebuff v3.09.28.01 Release 3.2.0 16,815 9/26/2009
  GridStatusRaidDebuff v3.00.09.25.01 Release 3.2.0 13,525 9/25/2009
  GridStatusRaidDebuff v3.00.09.13.01 Release 3.2.0 20,774 9/12/2009
  • 1 page(s)
  • 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.
  • 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
  • myrroddin said

    Reinstall this addon, or install SpecialEvents. It is a required library file which you have deleted.

    Reply Report Permalink
  • helentague said

    Is this the same as specialeventsembed? can't find any other which looks likely.

    Reply Report Permalink
  • Juido said

    there is a strange error since r237 ans also in the latest r243.
    i cant get access to grid menu settings by fubar anymore as long as GridStatusRaidDebuff is active. r214 still works fine

    here is the complete lua log messeage:

    [2009/10/06 20:58:24-781-x1]: FuBarPlugin-2.0-90009:1123: Dewdrop-2.0: args.GridStatus.args.GridStatusRaidDebuff.args.Frequency: "desc" must be a string
    AltClickToAddItem-1.22\libs\AceLibrary\AceLibrary.lua:122: in function `error'
    Dewdrop-2.0-90320 (FuBar):2917: in function `Register'
    FuBarPlugin-2.0-90009:1123: in function `OpenMenu'
    FuBarPlugin-2.0-90009:991: in function <...r_FriendsFu\libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:989>
    FuBar-3.0.90012\FuBar.lua:1213: in function <Interface\AddOns\FuBar\FuBar.lua:1207>
    Tablet-2.0-90216 (FuBar):2556: in function <...nterface\AddOns\FuBar\libs\Tablet-2.0\Tablet-2.0.lua:2554>

    ---

    Reply Report Permalink
  • stassart said

    Anyone got a fix for this?

    Reinstalling does not help. Is it a version inconsistency with Grid? What version of Grid are we supposed to use with the current GridStatusRaidDebuff v3.00.10.05.02?

    Reply Report Permalink
  • myrroddin said

    Reinstall this addon, or get FuBarPlugin-2.0 as a seperate addon.

    Reply Report Permalink
  • akumasama said

    Yeah all of us are getting that error. What's strange is that I wonder how that error is linked to FuBar and why it happens only there? Really makes me wonder lol

    Reply Report Permalink
  • Dode said

    I'm also getting this error.

    Reply Report Permalink
  • myrroddin said

    If my above comment doesn't help, then know this: FuBarPlugin-2.0 has long been abandoned, along with Ace2. The author of this addon should consider converting to Ace3.

    Reply Report Permalink
  • redcore86 said

    it doesnt even work at all :S

    Reply Report Permalink
  • gurugurugu said

    I solved the problem of the fire bomb debuff "Gormok the Impaler" with GridStatusRaidDebuff v3.00.09.25.01, with the last version did not work

    Reply Report Permalink
  • gurugurugu said

    a couple of days I no longer see the debuff fire bomb with Gormok the Impaler , what can I do? thanks

    Reply Report Permalink
  • gurugurugu said

    a couple of days I no longer see the debuff fire bomb, what can I do? thanks

    Reply Report Permalink
  • athiros said

    Same problem of last comments.

    I'have reinstalled the old version(12 sep 09). It works fine.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 16,221 HealBot Continued Buffs & Debuffs, Class, and...
  2. 4,164 X-Perl UnitFrames Raid Frames, and Unit Frames
  3. 2,197 VuhDo Buffs & Debuffs, Druid, Healer...
  4. 2,133 Grid Unit Frames
  5. 1,470 Clique Buffs & Debuffs, Combat, and...