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

  • Your Rating

  • Share
  • Report Abuse

GridStatusChainRule

  Download the Curse Client

Project Updated:
Files Updated: Fri, Jun 27 2008
Supports Game Version: 2.4.2
Category: Unit Frames, and Shaman
Tags:

, , , and [Edit Tags]

Project Manager: Tyde
Additional Authors: No additional authors
Current Version: v1.0 (Helper Only)
License: All Rights Reserved
Avg Daily DL (last 30 days): 26
Downloads Total: 8,715
Favorites: 16
Comments: 10
  • Contests
  • About GridStatusChainRule
  •  

GridStatusChainRule provides two custom indicators for Grid raid frames. The first indicator colors the frames based on which rank of Chain Heal (if any) will be 80% efficient or more on the target. This indicator is meant to cut down on overheal. The second indicator colors the frames based on how many Chain Heal jumps are possible from each target (from 0 to 2). This indicator is meant to prevent wasted Chain Heals on targets that won't jump.

The default setting for the first ("Targetting") indicator uses Green for Chain Heal (Rank 1), Yellow for Rank 4, and Red for Rank 5. The default setting for the second ("Density") indicator uses no color for less than 1 jump, yellow for 1 jump, and green for more than 1 jump.

GridStatusChainRule relies on information supplied by a helper addon (ChainRuleHelper) because of the way Blizzard handles position information in instances. Each member of the raid must have the addon installed to report who is within Chain Heal jump distance of them. Any player without the helper addon will have no ChainRule indicators applied to their raid frame. This is unfortunately the only way to supply this info. But, the helper addon is extremely lightweight and a one time download so as to be as small of a burden as possible. Ask your guildmates nicely to help you out =).

Updates in v1.2.0:

  • The density status can now filter out players with full HP.
  • Helper is unchanged.

Any comments on the addon's performance with a significant amount of users are appreciated.

  • Downloads (2)
  •  
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  
  GridStatusChainRule v1.0 (Helper Only) Release 2.4.2 607 6/27/2008
  GridStatusChainRule v0.1.0 Beta 2.0.0 38 6/8/2008
  • 1 page(s)
Advertisement
  • 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.
  • Does anyone know if this mod is currently working? I know it isn't updated, but a lot of the older Grid mods still work. I'd like to know before I ask my guildies to go through the trouble of downloading it. Thanks.

    Reply Report Permalink
  • Tyde said 

    I haven't tried it yet (switched to priest in WotLK, heh), but if i get an opportunity I'll report back.

    Reply Report Permalink
  • Leonm said 

    still hoping on an update

    Reply Report Permalink
  • Leonm said 

    If you're still interested in keeping GridStatusChainRule up to date- I believe i may have a solution to the logistical issue of requiring all raid members to install the helper client. Using Trilateration ( http://en.wikipedia.org/wiki/Trilateration ) I believe 4 helper clients (the Shaman's and just 3 fellow raid members') that fetch the distance between their character and all other raid members (instead of a binary In range/Not in range of trade) should be able to be trilaterated to determine all the rest of the raid members' exact positions relative to eachother

    Feel free to mail back if youre interested :)

    Reply Report Permalink
  • Tyde said 

    The problem is that WoW provides no function for determining exact ranges. For example, I can learn that player X is closer or farther than 10yds from me, but not that he is exactly 6yds away. The reason for this is that the WoW API only has functions that check if another player is in range for an activity (spell cast, trade, etc). I'd actually considered trilateration many times, but it can't be done exactly. However, I can tell that X is in a disc between 10yd and 26yd from me and then maybe use that info to figure out the positions with enough raid members and mathematics. It might have to be probabilistic, and even then i'm not sure. If you have any thoughts on the necessary concepts to make it happen, i'd be interested to hear.

    Reply Report Permalink
  • Tyde said 

    Thanks for the comment. Let me know what you think of it.

    Reply Report Permalink
  • Wos said 

    Very Nice idea!I will check it out asap!
    Ty in advance!

    Reply Report Permalink
  • Tyde said 

    I intend to break it into two downloads when I put up the 1.0 release (which has been done for a while). Unfortunately, Curse is migrating projects to CurseForge and mine got lost, so I can't do it just yet. When it does make it over, I'll make a separate download with just the helper.

    Reply Report Permalink
  • Would it be possible to have only chainrulehelper part in a separate file for people who aren't shamans that wouldn't need the grid file? or they need to have the whole thing too?

    Reply Report Permalink
  • Tyde said 

    The reason the targeting indicator is so useful in a mod like this is because it's nearly impossible to calculate the efficiency/effectiveness of a spell over multiple targets by looking at raid frames alone. Chain Heal and the Priest spell CoH are examples of such spells. On single target heals, the usefulness overlaps with something like Grid's incoming heal meter or Visual Heal. However, I'm glad that you find the mod useful and I may consider adding more shaman heals in the future. The only concern is that I might run out of colors to represent everything =P.

    Reply Report Permalink
  • lrdx said 

    The targetting indicator is powerful alone (I'm still using it while noone in my raids ever has the helper), so I'd move it out to a separate addon, and make it configurable what spells/ranks to consider, so every healer class can use it.

    Reply Report Permalink
  • Tyde said 

    I'm currently talking with a Curse Admin so hopefully this will all get cleared up soon and I'll be able to post the new version I have.

    Reply Report Permalink
  • Tyde said 

    I'll try doing a fresh install at home and see if I can detect any problems. In the meam time, you can go to the WoW interace options, and then to help, and then enable display of Lua errors and see if anything pops up. Do you know if the helper is working? You can test by entering a BG and seeing if it posts "Sending Updates" in your chat window.

    Reply Report Permalink
  • everything is up to date the paths are.
    AddOns\GridStatusChainRule
    AddOns\ChainRuleHelper

    Reply Report Permalink
  • Tyde said 

    That would mean that something is preventing the custom status from registering with Grid. Either the code for registering isn't being called to run (if the addon is in the wrong place, not turned on in your addon list), or the registration code is failing (maybe because your version of Grid is out of date). The addon relies on a few libraries to get the job done, but all of them come default with the current version of Grid. I'd recommend that you check these things. Also, can you post the path to the two addon folders? You can strip off all the C:\Program Files stuff. I just want from \AddOns\ onward.

    Reply Report Permalink
  • grid config window

    Reply Report Permalink
  • Tyde said 

    Do you mean that there isn't a Chain Rule entry in the Status menu when you open the Grid Config window? Or that the indicators aren't appearing on the raid frames?

    Reply Report Permalink
  • Ya i did they still dont show up ingame

    Reply Report Permalink
  • Tyde said 

    Did you move the two folders from within the zip file to the addons folder? Each folder contains a standalone addon, so they both need to be at the same level as other addons.

    Reply Report Permalink
  • So ive been trying for about 30 minutes to get this addon to work in game but its not showing up in frames to enable whats wrong?

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 8,518 HealBot Continued Buffs & Debuffs, Unit Frames...
  2. 5,018 X-Perl UnitFrames Unit Frames, and Raid Frames
  3. 2,451 PitBull Unit Frames 4.0 Unit Frames
  4. 1,887 Grid Unit Frames
  5. 1,667 Gladius PvP, Unit Frames, Combat,...