Conditioner frame and unit tooltip showing the unit role
Conditioner
Conditioner Spot at-a-glance if your raid is ready for a new pull based on total raid health, healer mana and DPS mana.
Conditioner is a simple raid status frame that shows total raid HP, total healer mana and total DPS mana.
You can easily assign Healer and DPS roles to people by dragging the two icons on the left side of the frame and dropping them on the player you want to assign.
A big icon in the frame shows whether or not the raid is ready for another pull. When total HP > 90% and total mana > 70%, the icon will show a green check mark like on the screenshot. When HP or mana is less, it will show a red cross instead, indicating that the raid is not ready.
Change Log - Conditioner
------------------------------------------------------------------------
r63829 | rabbit | 2008-03-07 19:00:19 +0100 (Fri, 07 Mar 2008) | 1 line
Conditioner: Fix people without mana being counted in the mana pool percent.
------------------------------------------------------------------------
r63716 | rabbit | 2008-03-06 06:22:46 +0100 (Thu, 06 Mar 2008) | 1 line
Conditioner: Parent the frame to UIParent.
------------------------------------------------------------------------
r63374 | rabbit | 2008-03-02 13:31:31 +0100 (Sun, 02 Mar 2008) | 1 line
Conditioner: Only include people in group 1-5 for the status check.
------------------------------------------------------------------------
r63305 | rabbit | 2008-03-01 17:28:50 +0100 (Sat, 01 Mar 2008) | 1 line
Conditioner: Fix tooltip, shows the assigned or defaulted role of raid members now.
------------------------------------------------------------------------
r63278 | rabbit | 2008-03-01 08:53:11 +0100 (Sat, 01 Mar 2008) | 1 line
Conditioner: Hide the frame on login.
------------------------------------------------------------------------
r63273 | rabbit | 2008-03-01 08:32:20 +0100 (Sat, 01 Mar 2008) | 1 line
Conditioner: Shamans default to healers.
------------------------------------------------------------------------
r63257 | rabbit | 2008-02-29 23:11:29 +0100 (Fri, 29 Feb 2008) | 5 lines
Conditioner:
* Initial commit.
* Simple raid status window with total health, healer mana and DPS mana and an icon showing whether the raid is ready for another pull or not (if hp>90 and mana>70, it's ready).
* Drag the icons on the left side of the frame and drop them on someone to assign them as healer or DPS - only needed for mana classes.
* Mostly drycode, only tested outside raids, but I think it's ready to go.
------------------------------------------------------------------------
Optional Files - Conditioner
Sorry, there are currently no optional files available.
I think that sound like an outstanding compromise!
Quote:
Originally posted by Rabbit I'm afraid the answer to both your questions is no, I'm not going to add options.
You can easily edit the Lua file yourself and comment out the tooltip stuff at line 180-195.
That said, perhaps we could find some middle way. Maybe the tooltip should not be shown for defaulted assignments, but only for the assignments that you have set manually?
And maybe the icons could be hidden until you mouse over the Conditioner frame, for example, which would get them out of the way most of the time?
I'm afraid the answer to both your questions is no, I'm not going to add options.
You can easily edit the Lua file yourself and comment out the tooltip stuff at line 180-195.
That said, perhaps we could find some middle way. Maybe the tooltip should not be shown for defaulted assignments, but only for the assignments that you have set manually?
And maybe the icons could be hidden until you mouse over the Conditioner frame, for example, which would get them out of the way most of the time?
This is not correctly reporting DPS-assignment mana in a 10-man raid. Healer mana is correctly notified, regardless if you assign people or not. But never DPS.
r63374, USEng client/server, WoW 2.3.3 live. Same problem with r63257 tested earlier.
For example, have 5 DPS with three of them being casters (mage, warlock, shadow priest are the casters, hunter semi-caster, rogue non-caster). Assign the four mana users "DPS" status with the icon. Even when everyone appears to be at 100% mana in PitBull, Conditioner reports "64%" and the like. Its as though the rogue & warrior (and/or tank druid) in the party I was testing with are counted as DPS mana-users whether you assign them so or not.
Although I see in the LUA: "ROGUE = ROLE_DPS," & "WARRIOR = ROLE_DPS," & "DRUID = ROLE_DPS,". In the saved variables file, all healers appear to be properly assigned (they have a "2" next to the name), but everyone else in the party--mana users or not--are assigned a "1". Seeing the caster DPS peak at 64% (or 80%, etc.) in the mod is rather distracting when that value isn't actually the case.
Another problem is that it does not appear you can remove "DPS" or "healer" assignments if you incorrectly mark them. You can change healer to DPS and vice-versa, but not remove them. Likely is related to the pre-assignments (that are not totally accurate) in the LUA and saved variables.
Great idea, though; hope to add this to my raid mod set when its 100% set to go .