Grid/Other Modules
From WowAce Wiki
This page lists modules written for Grid.
Contents |
Notes
The notes column should be used to point to possible conflicts, etc. when used with other modules. Please don't make comments like "this one sucks" or "I like foo better".
Active
These modules appear to be under active development and support.
| Name | Author | Description | Notes |
|---|---|---|---|
| GridAlert | Jerry | Alerts for Grid. | |
| GridAutoFrameSize | smuggles | Auto sizes frame layout depending on group/raid size. | |
| GridDynamicLayout | Mokhtar | Dynamically atering layout in raid environment (Tanks, Ranged / Melee DPS, Healers). | GridDynamicLayout, GridLayoutPlus, and GridoRA2Layouts have overlapping functionality and probably shouldn't be run together. |
| GridDynamicZoneSwitch | Mokhtar | Configure which layout or profile to load on entering a zone. | |
| GridIndicatorSideIcons | kunda | Adds four icon indicators to Grid (top and bottom; left and right side). | |
| GridIndicatorText3 | kunda | Adds a third text indicator to Grid. | |
| GridLayoutPlus | Peragor | Set-and-forget dynamic layout manager. | GridDynamicLayout, GridLayoutPlus, and GridoRA2Layouts have overlapping functionality and probably shouldn't be run together. |
| GridManaBars | Adelea | Adds manabars to the sides of Grid frames. | Although there weren't any problems reported in the last two months it was frequently pointed to for as a cause of performance issues previously. |
| GridSideIndicators | Goeb & Baps | Adds indicators to the sides of Grid frames. | |
| GridStatusControlPipes | Julith | Adds "control-pipes" to control the flow of arbitrary other grid states. | |
| GridStatusGroupnumber | Peragor | Groupnumber text for text2. | |
| GridStatusHealPriority | Peragor | Status indicator that shows you your healing priorities. | Previously named GridStatusHealer. Uses LibHealComm-3.0. |
| GridStatusHealingReduced | Phanx | Adds a status indicator to Grid for debuffs which reduce the effectiveness of healing spells. | |
| GridStatusHostileUnit | Julith | Status indicator that shows if a unit is Hostile (propably Mindcontrolled). | |
| GridStatusHots | Shadmar | Separate indicator for your HoTs: Renew, Rejeuv, Regrowth and Lifebloom + timer and total HoTs. | |
| GridStatusLifebloom | Coedan@Neptulon-EU | Counts stacked lifeblooms and uses progressive colors to indicate the active number of HOTs. | |
| GridStatusLineOfSight | Pachelbel | Adds \"line of sight\" status to Grid (after the error occurs). | |
| GridStatusMTs | kunda | Adds oRA2 or CT_RA MainTank icon or text (MT1, MT2 ... MT10) status to Grid. | |
| GridStatusMissingBuffs | Toadkiller ... | Shows missing buffs AND combines major & minor buffs in same indicator. So mark + gift of the wild. | |
| GridStatusRaidDebuff | Keunsun Raid ... | Adds a status indicator to Grid for debuffs which used by Raid Mobs. | |
| GridStatusRaidIcons | kunda | Adds raidicon status to Grid (Player or Player Target). | |
| GridStatusReadyCheck | Greltok | Adds ready check status to Grid. | |
| GridStatusTargetName | kunda | Adds TargetName status to Grid (only inner group/raid targets - no mob names!). | |
| GridStatusThreat | kunda | Adds a simple threat display to Grid. | |
| GridoRA2Layouts | Laric | Adds oRA2 MT and pets Layouts to Grid. | GridDynamicLayout, GridLayoutPlus, and GridoRA2Layouts have overlapping functionality and probably shouldn't be run together. |
| GridStatusParty | Dashkal | Adds flags for party leader, raid leader, raid assist, and master looter | |
| GridStatusKalecgos | evildead | Show time "Curse of Boundless Agony" has been on a player. Changes color after 10 seconds. | |
| GridStatusRes | Polleke | Show resurrection and soulstone status. Uses LibResComm-1.0 | |
| GridStatusCombatLogDmg | Pachelbel | Adds "combat log damage" status to Grid. | |
| GridStatusPvP | Halgrimm & Pasus ... | Adds PvP status to Grid frames. |
Inactive
These Grid modules appear to no longer be under active development:
| Name | Author | Description | Notes |
|---|---|---|---|
| GridExtraBar | Julith | Adds an configurable extra bar below the normal health bar to the Grid frames. | Outdated: The functionality of this addon has been moved into base grid. |
| GridLayoutForHealers | shadmar | Adds common healer layouts for Grid. | |
| GridStatusAFK | Halgrimm | Adds AFK status to Grid frames. | |
| GridStatusHotStack | Zekiel@DarkSpear | Counts stacked heal-over-time buffs and uses progressive colors to indicate the active number of HOTs. | |
| GridStatusIncomingHeals | wT | Status indicator that shows amount of incoming heals to the target, using IncomingHealsLib. | This functionality is now included in the Grid core. Uses deprecated IncomingHealsLib-1.0. |
| GridStatusIncomingHealth | Julith | Adds a status which provides incoming heal information communicated by IncomingHealsLib. | This functionality is now included in the Grid core. This module still can be (and is) used by people who want/need to use IncomingHealsLib-1.0 instead of (or together with) LibHealComm-3.0. Uses deprecated IncomingHealsLib-1.0. |
Notes on Libraries
Healer Communication Libs
Grid, while being very flexible, tends to be "healer-centric". As such, many of the modules written for Grid are designed for healers. Those modules which depend on communicating heal information between other users typically use one for the following libraries:
These libraries provide a lot of overlapping functionality. LibHealComm-3.0 was designed as a replacement for IncomingHealsLib-1.0, with the goal of unifying the heal communication used by Grid and it's modules, as well as other addons like VisualHeal.
It should be noted that to get the most accurate view of heals being cast by healers in your raid, regardless of which addon or Grid module is being used, that they should all be using the same method (i.e. library) to communicate heals with other users.

