412 - Disable OmniCC remaining time for Auras
Hi !
Please disable the remaining time display that OmniCC adds to each cooldown frame in WoW.
The request can be fullfilled by just adding one single additional line !
On Pibull4 r20090530134540, open World of Warcraft\Interface\AddOns\PitBull4\Modules\Aura\Controls.lua and goto line 129.
There you'll find:
129 local cooldown = PitBull4.Controls.MakeCooldown(control)
130 control.cooldown = cooldown
Change that to (add the line 131):
129 local cooldown = PitBull4.Controls.MakeCooldown(control)
130 control.cooldown = cooldown
+131 control.cooldown.noCooldownCount = 1;
This is a one line code change, that would help immensely.
There already was a ticket for this that got declined (Ticket 175).
However, times have changed, and Pitbull now can display the remainig time itself properly (and even has a good GUI for that).
So there is no need for the display of the OmniCC remaining time, for NO user.
It the user wants to see the remaining time, then he should switch on the Pitbull4 time display.
Since this request would not need an addional GUI/config option in Pitbull4 anymore you should really reconsider this enhancement!
cu
tay
| User | When | Change |
|---|---|---|
| Shefki | Wed, 03 Jun 2009 17:33:16 | Changed status from New to Duplicate. Duplicate of 175 - Disable OmniCC on Auras. |
| tayedaen | Sun, 31 May 2009 13:15:05 | Create |
- 2 comments
- 2 comments
Facts
- Last updated on
- 03 Jun 2009
- Reported on
- 31 May 2009
- Status
- Duplicate - This report duplicates an existing ticket.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- Component
- Aura
- #2
Shefki Wed, 13 Jan 2010 10:54:13http://wow.curse.com/downloads/wow-addons/details/omnicc_disable_pitbull4.aspx
For anyone that cares.
- #1
Shefki Wed, 03 Jun 2009 17:33:02My reasoning for declining hasn't changed. Some people will prefer OmniCC's text to PB4's. It's clear from users that turning it off for everyone is not desirable. However, at the same time I think it's ridiculous to provide options to configure someone elses addon from ours.
Complain to the OmniCC author that there should be a way to filter by frame name or use the size limiting feature already in OmniCC.