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

  • Your Rating

  • Share
  • Report Abuse

GridSwiftmend

 
Project Updated:
Files Updated: Wed, May 20 2009
Supports Game Version: 3.1.0
Category: Action Bars, Class, and Druid
Tags:

, , , , and [Edit Tags]

Project Manager: borlum
Additional Authors: No additional authors
Current Version: v0.9.2
License: Public Domain
Development Site: CurseForge
Avg Daily DL (last 30 days): 14
Downloads Total: 19,776
Favorites: 28
Comments: 36
  • About GridSwiftmend
  •  

Introduction

GridSwiftmend is a status plug-in for the Grid Unit Frames addon. It is specifically for restoration druids so they know exactly when and who to Swiftmend.

GridSwiftmend is ment to remind you when you have the ability ready and you can set threshold values for health and time left on the HoTs so you can get the most out of Swiftmending.

Setup

I would recommend that you use as a Border Status as they are very clear to spot in the Grid along with the center text (see image).

There are several ways you can tweak the settings. The most important setting is of course making the status visible in grid.

You are going to want to set the "Critical Health Threshold" setting also. If a unit goes below this amount of health and has a Regrowth or Rejuvenation spell on him (and your Swiftmend is ready) the status will activate. Citical Health Threshold is especially important if you use the Swiftmend Glyph since you then don't care about being mana efficient with your Swiftmends in quite the same way.

If you on the other hand don't have the Swiftmend Glyph then you will also be quite interested in the "Health Threshold" and "Time Threshold" settings. The say that if a unit is under a certain percentage health and has a Regrowth or Rejuvenation spell on him with less than the time specified left on it THEN the status will be shown.

Some choose to set the Time or Health Threshold (not the Critical one) to their min values if they use the Swiftmend glyph. That way only the Critical setting counts. But you should be OK using the default settings (thats what I do myself).

Recomendations

You are gonna need to have Grid installed. Also I STRONGLY RECOMMEND getting Clique which allows you to cast spells by clicking on the Grid Cells. And make big grid sells that are easy to hit.

GridStatusHoTs is also a great plug-in for Grid and I couldn't live without it. You can have the different corners of the Grid cells light up depending on which hots you have active on the unit.

GridLifebloom does some of the same stuff as GridStatusHoTs does. I urge you to check it out.

Another addon I strongly urge you to download is GridManaBars; It (as the name suggests) show mana bars in grid. (TIP: Set the bars at the bottom)

I also must recommend that you use the Swiftmend glyph (see above).

Also you should consider resizing the Grid frames to another shape (Rectangular) and turn Bar Orientation horizontal instead.

Bugs

If you encounter a bug please leave a comment with the LUA error message, or at least a detailed description of how to make the bug reappear.

  • Downloads (7)
  •  
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  
  GridSwiftmend v0.9.2 Release 3.1.0 9,995 5/20/2009
  GridSwiftmend v0.9 Release 3.1.0 980 5/8/2009
  GridSwiftmend v0.5.0 Release 2.4.3 3,184 7/25/2008
  GridSwiftmend v0.4.2 Beta 2.4.2 214 7/6/2008
  GridSwiftmend v0.4.1 Release 2.4.2 63 7/6/2008
  • Screenshots (2)
  •  
  • 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.
  • Dysmorphia said

    I'm not sure what changed but I updated Grid today and the Swiftmend plug in is working again.

    Reply Report Permalink
  • Abingtapin said

    Anyone able to get it working in 3.2?

    Reply Report Permalink
  • marsou said

    Not working for me in 3.2 either :(

    I hope you will update it, this little addon makes healing *so* much nicer for a tree I just don't like healing without it.

    Reply Report Permalink
  • Tebasile said

    This isn't working at all for me in 3.2.

    Reply Report Permalink
  • TElliot said

    It doesn't work. Particulary, TimeThreshold is completely useless, because of taking into account FULL buff duration instead of remaining one. To get is worked, you need to make following changes in GridSwifmend:UpdateUnit function:

    ---- original addon ----
    local buffName,_,_,_,_,buffTime = UnitBuff(unitid, i)

    -- Exit if there are no more buffs
    if not buffName then break; end

    -- Find the regrowth and rejuv with the lowest remaining time
    if buffName == spellNameCache["Regrowth"] then

    ---- fixed addon ----
    local buffName,_,_,_,_,_,buffTime = UnitBuff(unitid, i)

    -- Exit if there are no more buffs
    if not buffName then break; end

    buffTime = buffTime - GetTime()

    -- Find the regrowth and rejuv with the lowest remaining time
    if buffName == spellNameCache["Regrowth"] then

    Hope author will add this fix in next release.

    Reply Report Permalink
  • marsou said

    Thank you for updating this! I love this addon!

    Reply Report Permalink
  • borlum said

    I just got informed that DKs aren't enabled in the addon. I didn't think of that and support for deathknights will be added asap.

    Reply Report Permalink
  • borlum said

    Finally Curse let my file through! Hope it works for you guys.

    Reply Report Permalink
  • borlum said

    You just add it like all the other addons. In its own folder in the AddOns directory. Just like Grid itself. But you should wait for v0.9 which will be uploaded today. Best of luck.

    Reply Report Permalink
  • Ploxzorz said

    not too sound like a noob, but where do i install the GridSwiftmend file too? my wow adds folder as per usual? or into the grid folder ( :?

    Reply Report Permalink
  • borlum said

    OK, Curse are zip-file nazis! They reject everything I throw at them. I'll try again later.

    Reply Report Permalink
  • borlum said

    Curse turned down my upload, lets try this again ;)

    Reply Report Permalink
  • borlum said

    I just uploaded a new version. Should work, might not. Please keep me posted on any bugs you find.

    Reply Report Permalink
  • borlum said

    I'm reopening this addon. Haven't played since Jan so it has gone into decay. It should be ready in a few days at most.

    Reply Report Permalink
  • stub_78 said

    Is this working for wotlk?

    Reply Report Permalink
  • mikniche said

    This is addon is amazing worked brilliantly in MH today. Good job Cabbage!

    Reply Report Permalink
  • Caddoc said

    I may be missing something, but the swiftmend alert only shows up when i have the specific target selected. Is there a way to set it up so it shows all players in grid which are able to be swiftmended?

    Thanks,
    Caddoc.

    Reply Report Permalink
  • borlum said

    The sounds strange Caddoc. The alert should show up for all the players that meet the requirements you set. It seems to work fine here, but I'll look into it as soon as I get home. It's called Beta for a reason. ;)

    Reply Report Permalink
  • borlum said

    I can confirm you are right. I'm looking in to fixing it right now.

    Reply Report Permalink
  • borlum said

    I have found the bug. I will fix it right away. Keep tunes! Thanks Caddoc!

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

Average downloads per day

  1. 2,406 Dominos Action Bars
  2. 2,324 ForteXorcist Buffs & Debuffs, Class, Combat...
  3. 1,549 DrDamage Combat, Caster, Class, Damage...
  4. 1,518 Bartender4 Action Bars
  5. 1,389 VuhDo Buffs & Debuffs, Druid, Healer...