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

  • Your Rating

  • Share
  • Report Abuse

GrimReaper

 
Project Updated:
Files Updated: Wed, Dec 9 2009
Supports Game Version: 3.3.0
Category: Miscellaneous
Tags:

, and [Edit Tags]

Project Manager: Zeksie
Additional Authors: No additional authors
Current Version: 3.3 Release 1
License: GNU General Public License version 2 (GPLv2)
Development Site: WowAce.com
Avg Daily DL (last 30 days): 36
Downloads Total: 84,835
Favorites: 162
Comments: 34
  • About GrimReaper
  •  

Review any raid or party members recent incoming combat along with health level.

  • 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  
  GrimReaper 3.3 Release 1 Release 3.3.0 6,158 12/9/2009
  GrimReaper 3.2 Release (2) Release 3.2.0 13,941 8/7/2009
  GrimReaper 3.2 Release Release 3.2.0 1,729 8/7/2009
  GrimReaper May 8th Release Release 3.1.0 12,383 5/7/2009
  GrimReaper May Release Release 3.1.0 4,152 5/3/2009
  • 1 page(s)
  • Screenshots (1)
  •  
  • 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.
  • red171 said

    the fubar and the LDB plugin does not work with "show icon"

    after a relog the settings lost..

    Reply Report Permalink
  • UniRing said

    Same here, it gets the data while you're hovering a player from other server but it's gone when you mouseover another player. Also it can't get the health bars of that players.

    Reply Report Permalink
  • Fred7 said

    Does anyone notice this dosen't work in any instance through the new LFG tool? I think the cross-server party members are breaking it.

    Reply Report Permalink
  • Heckler said

    Thanks for the update!

    Reply Report Permalink
  • Inny said

    Update! YES!

    Reply Report Permalink
  • NemoX said

    I get this error message when trying to post to a numbered channel (At the very least from private channels). I'm guessing e.index isn't defined, but I'm not certain.

    Message: SendChatMessage(): Channel send missing channel number
    Debug:
    [C]: ?
    [C]: ?
    [C]: SendChatMessage()
    GrimReaper\GrimReaper.lua:2476:
    GrimReaper\GrimReaper.lua:2444

    Reply Report Permalink
  • NemoX said

    Its definitely e.index that is undefined. Hard coding it to a channel number (replacing e.index with 5 for example) makes it work without issues, although then any time it goes to a channel it would go to channel 5.

    Reply Report Permalink
  • nosehair16 said

    and to prevent it from disappearing when u stop the mouseover, just Disable Docking.

    Reply Report Permalink
  • nosehair16 said

    to fix overkill bug, best solution would be to get a new version of the library that supplies a string instead of a number for overkill, but i'm way too lazy to that so i just add this to all the functions that have overkill in them:



    overkill=tonumber(overkill);
    if(overkill==nil) then
    overkill=0;
    end

    Reply Report Permalink
  • dhermann said


    First off, thanks for reopening this great addon.

    Second, it works great when I mouseover my VuhDo raidframes, but when I mouseoff the GrimReaper window hides, so I can't get a good look at what really happened to the target. Is there a way to lock the window open once you pick the target you want to see?

    Third, can you lock a breakpoint in time or after a death? I am not really interested that my tank has zoned back in to Ulduar and started rebuffing.

    Fourth, can you add a feature that will show my actions side-by-side to the targeted death? I am a healer and sometimes I swear that I was healing the target that died, so it would be nice to see what actually happened in the log, and Lord knows I am not finding that crap in the Blizzard Combat Log.

    Thanks again, and good luck!

    Reply Report Permalink
  • NemoX said

    Zeksie:

    Two things: 1) Line 154 defines the spell schools. More and More it seems that Blizzard is using the combination spell schools (Frostfire, Spellfire) in raids. If you try to report with one of those schools, it kicks an error (which I dont actually have in front of me). Adding in the schools into line 154 fixes it, but its annoying to have to edit it every time. Perhaps if you get a chance you can add it into the main trunk.

    From WoWWiki:
    0x01 00000001 1 physical
    0x02 00000010 2 holy
    0x04 00000100 4 fire
    0x08 00001000 8 nature
    0x10 00010000 16 frost
    0x14 00010100 20 frostfire

    (frost + fire)
    0x18 00011000 24 froststorm

    (frost + nature)
    0x20 00100000 32 shadow
    0x28 00101000 40 shadowstorm

    (shadow + nature)
    0x40 01000000 64 arcane


    And 2) I got this error:
    Message: Interface\AddOns\GrimReaper\GrimReaper.lua:1683: attempt to perform arithmetic on local 'overkill' (a string value)
    Time: 08/26/09 19:28:47
    Count: 31
    Stack: [string "Interface\FrameXML\BasicControls.xml:
    [C]: ?
    Interface\AddOns\GrimReaper\GrimReaper.lua:1683: in function `f'
    Interface\AddOns\GrimReaper\GrimReaper.lua:1827: in function `AddLine'
    Interface\AddOns\GrimReaper\GrimReaper.lua:2129: in function `DoLines'
    Interface\AddOns\GrimReaper\GrimReaper.lua:2340: in function `Tip'
    Interface\AddOns\GrimReaper\GrimReaper.lua:896: in function

    Locals: self =

    {
    SPELL_PERIODIC_MISSED = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:1702
    cannotDetachTooltip = true
    SPELL_AURA_STOLEN = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:1733
    copy = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:107
    OnTooltipUpdate = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:2760
    DoScroll = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:2162
    timeWidth = 90
    SavePosition = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:915
    CreateScroll = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:2152
    HouseCleaning = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:820
    ADDON_LOADED = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:2733
    DoIcon = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:2774
    hooks =
    {
    }
    Lock = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:2699
    db =
    {
    }
    license = "GPL v2 or later"
    extraInfoTip = GrimReaperInfoTip {
    }
    ColourUnit = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:1144
    startTimeDelta = 1251329225.776
    bartexture = "Interface\AddOns\Forte_Core\Textures\BantoBar"
    folderName = "GrimReaper"
    SPELL_HEAL = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:1723
    SPELL_AURA_DISPELLED = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:1733
    SPELL_AURA_REMOVED = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:1753
    del = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:74
    iconFlagsMask = 267386880
    CombatLogSaveFilter = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:1577
    RAID_ROSTER_UPDATE = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:775
    OnClick = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:2766
    prevLineStamp = 1251329225.648
    offset = 18
    minimapIcon = FuBarPluginGrim ReaperFrameMinimapButtonIcon {
    }
    UpdateHealth = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:1921
    DoLines = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:2096
    MakeEventList = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:2811
    name = "GrimReaper"
    RANGE_DAMAGE = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:1682
    minimapFrame = FuBarPluginGrim ReaperFrameMinimapButton {
    }
    ChatInsert = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:976
    MakeIconFlags = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:1232
    SWING_MISSED = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:1688
    FixUnit = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:857
    attachment = GrimReaperFrame {
    }
    CreateMainFrame = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:999
    SetColours = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:838
    notes = "Review any raid or party members recent incoming combat along with health level."
    HealthBar = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:1471
    Validate = defined @Interface\AddOns\GrimReaper\GrimReaper.lua:788
    GetChannelDisplay = defined @Interface\AddOns\GrimReaper\GrimReaper.lu

    Reply Report Permalink
  • NemoX said

    Wanted to add, this error only seems to happen on the Faction Champions fight.

    Reply Report Permalink
  • TuscanCS said

    Threw this error when reporting, with a whisper target selected:

    Date: 2009-08-19 22:09:33
    ID: 2
    Error occured in: Global
    Count: 26
    Message: SendChatMessage(): Whisper message missing target player!
    Debug:
    [C]: ?
    [C]: ?
    [C]: SendChatMessage()
    GrimReaper\GrimReaper.lua:2472:
    GrimReaper\GrimReaper.lua:2440
    AddOns:
    Swatter, v5.6.4399 (KangaII)
    AckisRecipeList, v1.0 3.2 Beta 2 2323
    AdvancedTradeSkillWindow, v
    Altoholic, v3.2.001c
    Atlas, v1.14.1
    AtlasBattlegrounds, v1.14.1
    AtlasDungeonLocs, v1.14.1
    AtlasOutdoorRaids, v1.14.1
    AtlasTransportation, v1.14.1
    AtlasLoot, vv5.07.05
    AtlasLootWrathoftheLichKing, vv5.07.05
    AtlasLootFu, vv5.07.05
    AtlasMajorCities, vv1.5a
    AucAdvanced, v5.6.4399 (KangaII)
    AucDb, v5.1.DEV.3583
    AucFilterBasic, v5.6.4399 (KangaII)
    AucFilterOutlier, v5.6.4399.2531
    AucMatchUndercut, v5.6.4399.2531
    AucScanData, v5.6.4399 (KangaII)
    AucStatClassic, v5.6.4399 (KangaII)
    AucStatHistogram, v5.6.4399 (KangaII)
    AucStatiLevel, v5.6.4399 (KangaII)
    AucStatPurchased, v5.6.4399 (KangaII)
    AucStatSales, v5.6.4399.2842
    AucStatSimple, v5.6.4399 (KangaII)
    AucStatStdDev, v5.6.4399 (KangaII)
    AucStatWOWEcon, v5.6.4399.2530
    AucUtilAHWindowControl, v5.6.4399.3311
    AucUtilAppraiser, v5.6.4399.2530
    AucUtilAskPrice, v5.6.4399.3175
    AucUtilAutoMagic, v5.6.4399.3142
    AucUtilCompactUI, v5.6.4399.2530
    AucUtilEasyBuyout, v5.6.4399.3583
    AucUtilItemSuggest, v5.6.4399.3108
    AucUtilPriceLevel, v5.6.4399.2545
    AucUtilScanButton, v5.6.4399.2530
    AucUtilScanFinish, v5.6.4399.2530
    AucUtilScanProgress, v5.6.4399.2530
    AucUtilSearchUI, v5.6.4399.3655
    AucUtilSimpleAuction, v5.6.4399.0
    AucUtilVendMarkup, v5.6.4399.2530
    Babylonian, v5.1.DEV.130
    BeanCounter, v5.6.4399 (KangaII)
    BrokerRecountStats, vv1.61
    Clique, vwowi:revision
    CollectMe, v1.1.3
    Configator, v5.1.DEV.130
    DataStore, v3.2.001
    DataStoreAchievements, v3.2.001
    DataStoreAuctions, v3.2.001
    DataStoreCharacters, v3.2.001
    DataStoreContainers, v3.2.001
    DataStoreCrafts, v3.2.001
    DataStoreCurrencies, v3.2.001
    DataStoreInventory, v3.2.001
    DataStoreMails, v3.2.001
    DataStorePets, v3.2.001
    DataStoreQuests, v3.2.001
    DataStoreReputations, v3.2.001
    DataStoreSkills, v3.2.001
    DataStoreSpells, v3.2.001
    DataStoreStats, v3.2.001
    DataStoreTalents, v3.2.001
    DBMBattlegrounds, v
    DBMColiseum, v
    DBMCore, v
    DBMLDB, v
    DebugLib, v5.1.DEV.130
    DrDamage, v1.7.0_beta-1
    DroodFocus, v3.4.1
    Enchantrix, v5.6.4399 (KangaII)
    EnhancedFlightMap, v2.1.1
    EnhTooltip, v5.1.3715 (SnaggleTooth)
    Factionizer, v30200.1
    FBOutfitDisplayFrame, v0.9.8
    FBTitan, v0.9.8
    FBTrackingFrame, v0.9.8 Beta 1
    FishingBuddy, v0.9.8b
    FuBar2Broker, vr86-release
    FuBarCurrencyFu, v1.2.1
    FuBarMagicMarker, v1.0.49
    Gatherer, v3.1.14
    GCD, v1.7b
    GFWDisenchantPredictor, v3.2
    GFWFactionFriend, v3.2
    GFWLevelator, v3.2
    Grid, v1.30200.2009081101
    GridIndicatorCornerText, v1.0
    GridIndicatorSideText, v1.0
    GridManaBars, v0.9
    GridStatusHots, v3.13b
    GridStatusLifebloom, vv3.01.01.05 release
    GrimReaper, v2.0 $Revision: 76 $
    HeadCount, v1.6.0
    HideBlizzard, v1.0.47
    HMB, v1.3
    IceHUD, v1.5.13 (Revision: 437)
    Informant, v5.6.4399 (KangaII)
    MagicMarker, v1.0.154
    MalygosStacks, v1.2
    MapNotes, v5.16.30200
    MapNotesBrowser, vv1.00.30200
    MapNotesForAtlas, v1.00.30200
    MapNotesIconLib, v1.04.30200
    MapNotesIconLibFancy, v
    MapNotesIconLibLegacy, v
    MapNotesIconLibNeptunia, v
    MapNotesIconLibNumbers, v
    Mapster, v1.2.1
    MikScrollingBattleText, v5.4.64
    MiniPet, v5.0.180
    Mounted, v1.3.11.20081201210047
    Omen, v3.0.8
    OmniCC, v2.5.6
    Outfitter, v4.8b6
    Overachiever, v0.45
    OverachieverTabs, v0.45
    Postal, v3.2.0
    Prat30, v3.2.4
    Prat30Libraries, v
    Proculas, v1.6.6
    ProculasFu, vv1.0
    PyriteStacks, v1.0.2
    RatingBuster, v
    Recount, v
    SexyMap, v
    SlideBar, v5.6.4399 (KangaII)
    Stubby, v5.6.4399 (KangaII)
    SwindlerPreventer, v3.1.3
    TinyTip, v0.3-Beta
    Titan, v4.2.9.30200 - Revision 309
    TitanAmmo, v4.2.9.30200
    TitanBag, v4.2.9.30200
    TitanGoldTracker, v4.2.9.30200
    TitanPerformance, v4.2.9.30200
    TitanWG, v1.1.5.30200
    TitanXP, v4.2.9.30200
    TrinketMenu, v
    UndressButton, v
    XPerl, v3.0.5e
    XPerlRaidAdmin, v
    XPerlRaidHelper, v
    XPerlRaidMonitor, v
    Yikes, v1.2.6
    BlizRuntimeLib_enUS v3.2.0.30200
    (ck=fbf)

    Reply Report Permalink
  • Heckler said

    Omg it's back!

    Reply Report Permalink
  • knowntobe said

    anyone know how to fix the overkil bug? seems to happen in pvp

    Reply Report Permalink
  • knowntobe said

    getting this error
    [2009/07/23 18:31:10-5029-x6]: GrimReaper-2.0 72\GrimReaper.lua:1676: attempt to perform arithmetic on local 'overkill' (a string value)
    GrimReaper-2.0 72\GrimReaper.lua:1820: in function `AddLine'
    GrimReaper-2.0 72\GrimReaper.lua:2122: in function `DoLines'
    GrimReaper-2.0 72\GrimReaper.lua:2331: in function `Tip'
    GrimReaper-2.0 72\GrimReaper.lua:2984: in function
    : ?
    Informant-5.5.4293\Libs\LibExtraTip\LibExtraTip.lua:252: in function `SetUnit'
    XPerl-3.0.3c\XPerl.lua:1279: in function `XPerl_PlayerTip'
    XPerl-3.0.3c\XPerl.lua:3151: in function

    ---

    Reply Report Permalink
  • Fred7 said

    The report function is broke. Selecting report does nothing and trying to select a channel doesn't work either. This is with May 8th release, no other addons loaded.

    Reply Report Permalink
  • fercom said

    /sign
    same for me

    Reply Report Permalink
  • Heckler said

    Also /sign
    Although, I can select channels through the minimap icon, but when I try to report to a channel other than say, it throws this error:
    Date: 2009-05-27 21:57:05
    ID: 1
    Error occured in: Global
    Count: 1
    Message: SendChatMessage(): Channel send missing channel number
    Debug:
    [C]: ?
    [C]: ?
    [C]: SendChatMessage()
    GrimReaper\GrimReaper.lua:2463:
    GrimReaper\GrimReaper.lua:2431
    AddOns:
    Swatter, v3.1.13 (<%codename%>)
    AdvancedTradeSkillWindow, v
    Atlas, v1.14.1
    AtlasLoot, vv5.05.00
    BadBoy, v3.4.1.0
    BonusScanner, v4.9
    BuyEmAll, v
    Cartographer, v2.0
    CartographerCoordinates, v2.0
    CartographerFoglight, v2.0
    CartographerGroupColors, v2.0
    CartographerGuildPositions, v2.0
    CartographerInstanceMaps, v2.0
    CartographerLookNFeel, v2.0
    CartographerZoneInfo, v2.0
    Clique, vwowi:revision
    DBMCore, v
    DBMUlduar, v
    Dominos, v1.9.4
    DominosRoll, v
    DrDamage, v1.6.5
    EQCompare, v2.0
    ErrorRedirect2, v
    Examiner, v09.05.24
    Grid, v1.30100.2009041601
    GridManaBars, v0.89
    GridStatusHealingReduced, v3.1.1.27
    GridStatusHots, v3.12b
    GridStatusRaidDebuff, vv3.00.08.01
    GridStatusSanity, v1.0
    GrimReaper, v2.0 $Revision: 64 $
    GuardianSpirited, v090514
    HealInc, v1.0.3
    HitsMode, v4
    mbuffbar, v
    MonkeyBuddy, v
    MonkeyLibrary, v
    MonkeyQuest, v
    MonkeyQuestLog, v
    Omen, v3.0.7
    OmniCC, v2.5.3
    OptionlessHouse, v
    oRA2, v2.0.$Revision: 657 $
    oRA2Optional, v2.0
    oRA2Participant, v2.0
    Outfitter, v4.7.3
    Overachiever, v0.42
    PoMTracker, v2.61
    Postal, v3.1.1
    Prat30, v3.2b2
    Prat30Libraries, v
    Quartz, v1.0
    QuartzFocus, v1.0
    QuartzGCD, v1.0
    QuartzInterrupt, v1.0
    QuartzLatency, v1.0
    QuartzMirror, v1.0
    QuartzPlayer, v1.0
    QuartzRange, v1.0
    QuartzTarget, v1.0
    QuartzTimer, v1.0
    RatingBuster, v
    RedRange, v
    sct, v6.2
    sctd, v3.1
    SellOMatic, vv1.1.11
    simpleMinimap, v30000-5
    Skada, v1.2-8
    SkadaAbsorbs, v1.0
    SkadaDamage, v1.0
    SkadaDamageTaken, v1.0
    SkadaDeaths, v1.0
    SkadaDebuffs, v1.0
    SkadaDispels, v1.0
    SkadaEnemies, v1.0
    SkadaFailbot, v1.0
    SkadaHealing, v1.0
    SkadaPower, v1.0
    SkadaThreat, v1.0
    TBag, v
    TipTac, v09.05.25
    Titan, v4.2.2.30100 - Revision 239
    TitanBag, v4.2.2.30100
    TitanClock, v4.2.2.30100
    TitanCoords, v4.2.2.30100
    TitanGoldTracker, v4.2.2.30100
    TitanLootType, v4.2.2.30100
    TitanPerformance, v4.2.2.30100
    TitanRegen, v4.2.2.30100
    TitanRepair, v4.2.2.30100
    TitanVolume, v4.2.2.30100
    VisualHeal, v
    XPerl, v3.0.3c
    XPerlArcaneBar, v
    XPerlParty, v
    XPerlPlayer, v
    XPerlPlayerPet, v
    XPerlRaidHelper, v
    XPerlTarget, v
    XPerlTargetTarget, v
    (ck=8a9)



    When I try to whisper to someone I get this error:
    Date: 2009-05-27 21:56:09
    ID: 1
    Error occured in: Global
    Count: 1
    Message: SendChatMessage(): Whisper message missing target player!
    Debug:
    [C]: ?
    [C]: ?
    [C]: SendChatMessage()
    GrimReaper\GrimReaper.lua:2463:
    GrimReaper\GrimReaper.lua:2431
    AddOns:
    Swatter, v3.1.13 (<%codename%>)
    AdvancedTradeSkillWindow, v
    Atlas, v1.14.1
    AtlasLoot, vv5.05.00
    BadBoy, v3.4.1.0
    BonusScanner, v4.9
    BuyEmAll, v
    Cartographer, v2.0
    CartographerCoordinates, v2.0
    CartographerFoglight, v2.0
    CartographerGroupColors, v2.0
    CartographerGuildPositions, v2.0
    CartographerInstanceMaps, v2.0
    CartographerLookNFeel, v2.0
    CartographerZoneInfo, v2.0
    Clique, vwowi:revision
    DBMCore, v
    DBMUlduar, v
    Dominos, v1.9.4
    DominosRoll, v
    DrDamage, v1.6.5
    EQCompare, v2.0
    ErrorRedirect2, v
    Examiner, v09.05.24
    Grid, v1.30100.2009041601
    GridManaBars, v0.89
    GridStatusHealingReduced, v3.1.1.27
    GridStatusHots, v3.12b
    GridStatusRaidDebuff, vv3.00.08.01
    GridStatusSanity, v1.0
    GrimReaper, v2.0 $Revision: 64 $
    GuardianSpirited, v090514
    HealInc, v1.0.3
    HitsMode, v4
    mbuffbar, v
    MonkeyBuddy, v
    MonkeyLibrary, v
    MonkeyQuest, v
    MonkeyQuestLog, v
    Omen, v3.0.7
    OmniCC, v2.5.3
    OptionlessHouse, v
    oRA2, v2.0.$Revision: 657 $
    oRA2Optional, v2.0
    oRA2Participant, v2.0
    Outfitter, v4.7.3
    Overachiever, v0.42
    PoMTracker, v2.61
    Postal, v3.1.1
    Prat30, v3.2b2
    Prat30Libraries, v
    Quartz, v1.0
    QuartzFocus, v1.0
    QuartzGCD, v1.0
    QuartzInterrupt, v1.0
    QuartzLatency, v1.0
    QuartzMirror, v1.0
    QuartzPlayer, v1.0
    QuartzRange, v1.0
    QuartzTarget, v1.0
    QuartzTimer, v1.0
    RatingBuster, v
    RedRange, v
    sct, v6.2
    sctd, v3.1
    SellOMatic, vv1.1.11
    simpleMinimap, v30000-5
    Skada, v1.2-8
    SkadaAbsorbs, v1.0
    SkadaDamage, v1.0
    SkadaDamageTaken, v1.0
    SkadaDeaths, v1.0
    SkadaDebuffs, v1.0
    SkadaDispels, v1.0
    SkadaEnemies, v1.0
    SkadaFailbot, v1.0
    SkadaHealing, v1.0
    SkadaPower, v1.0
    SkadaThreat, v1.0
    TBag, v
    TipTac, v09.05.25
    Titan, v4.2.2.30100 - Revision 239
    TitanBag, v4.2.2.30100
    TitanClock, v4.2.2.30100
    TitanCoords, v4.2.2.30100
    TitanGoldTracker, v4.2.2.30100
    TitanLootType, v4.2.2.30100
    TitanPerformance, v4.2.2.30100
    TitanRegen, v4.2.2.30100
    TitanRepair, v4.2.2.30100
    TitanVolume, v4.2.2.30100
    VisualHeal, v
    XPerl, v3.0.3c
    XPerlArcaneBar, v
    XPerlParty, v
    XPerlPlayer, v
    XPerlPlayerPet, v
    XPerlRaidHelper, v
    XPerlTarget, v
    XPerlTargetTarget, v
    (ck=8a9)


    Reply Report Permalink
  • KerriK73 said

    hi zeksie. ty for the great addon. ever since the 3.1.1 bug fixes and other stuff release, grimreaper has been in a weird spot on fubar. i have it centered and i can reset it every time i login, but for some reason it no longer centers between my other fubar plugins per my spacing setting. http://s275.photobucket.com/albums/jj285/kkellerman73/?action=view¤t=WoWScrnShot_051309_124237.jpg is a picture of the weird spacing offset. *and high-pop server's insanely fast respawn rate on these quest mobs lol* http://s275.photobucket.com/albums/jj285/kkellerman73/?action=view¤t=WoWScrnShot_030909_232621.jpg is how it used to space and how i'd like it to again. <3

    Reply Report Permalink
    • Addon Packs Containing GrimReaper

    Most Downloads / Day

    • Similar Addons
    •  

    Average downloads per day

    1. 681 Skinner Miscellaneous
    2. 522 FuBar 3.6 Miscellaneous
    3. 359 Talented Miscellaneous
    4. 242 Fishing Buddy -- Tracking Miscellaneous
    5. 222 MoveAnything Miscellaneous