• 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): 855
Downloads Total: 344,911
Favorites: 359
Comments: 63
  • 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 31,437 10/5/2009
  GridStatusRaidDebuff v3.00.10.05.01 Release 3.2.0 255 10/5/2009
  GridStatusRaidDebuff v3.09.28.01 Release 3.2.0 16,787 9/26/2009
  GridStatusRaidDebuff v3.00.09.25.01 Release 3.2.0 13,499 9/25/2009
  GridStatusRaidDebuff v3.00.09.13.01 Release 3.2.0 20,731 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.
  • 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
  • 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
  • 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
  • Reinstall this addon, or install SpecialEvents. It is a required library file which you have deleted.

    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
  • Reinstall this addon, or get FuBarPlugin-2.0 as a seperate addon.

    Reply Report Permalink
  • 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
  • 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
  • it doesnt even work at all :S

    Reply Report Permalink
  • 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
  • a couple of days I no longer see the debuff fire bomb with Gormok the Impaler , what can I do? thanks

    Reply Report Permalink
  • 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
  • Also another thing I noticed (but maybe this one is working as intended). Each time I step in a Raid I need to manually enter the menus and select to "Load" the module for the raid I'm in. Previous versions used to keep all the modules up all the times.

    Reply Report Permalink
  • erik240 said 

    Similar problem to the previous posted; I've disabled all mods except for Grid, and this one -- right clicking the grid icon on the minimap will not produce the options menu. I can still access the option via left click (not the pull down, the new blizzard options screen), its very annoying.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 19,937 HealBot Continued Buffs & Debuffs, Class, and...
  2. 8,474 X-Perl UnitFrames Raid Frames, and Unit Frames
  3. 2,243 Grid Unit Frames
  4. 1,724 VuhDo Buffs & Debuffs, Druid, Healer...
  5. 1,168 PitBull Unit Frames 4.0 Unit Frames