PitBull Unit Frames 4.0

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 Jun 03, 2009 at 17:33 UTC

Changed status from New to Duplicate. Duplicate of 175 - Disable OmniCC on Auras.

tayedaen May 31, 2009 at 13:15 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 2 comments
  • Avatar of Shefki Shefki Jan 13, 2010 at 10:54 UTC - 0 likes
  • Avatar of Shefki Shefki Jun 03, 2009 at 17:33 UTC - 0 likes

    My 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.

  • 2 comments

Facts

Last updated
Mar 30, 2012
Reported
May 31, 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.
Votes
1
Component
Aura

Reported by

Possible assignees