PitBull4
PitBull4 copied to clipboard
Woof. Arf. Yip.
An issue I have observed for awhile. I have a group of 'raid targets*', formation by index, filtered for show 5-30-man, and filter type main tanks. Every raid I have...
When sequentially casting (entering a new cast before the previous resolves,) the cast duration text is only displayed on the first cast. This is easily noticed when mass producing profession...
When sequentially casting (entering a new cast B before the previous A resolves,) the spell name for A is displayed instead that for B. This may require the show icon...
When disabling both the auto hide and show icon settings of the cast bar module, the spell name and duration texts are not displayed. Tested under TBC Classic, using casts...
When this option is selected the debuffs will be placed above or below the buffs. Useful when buffs and debuffs are on the same side.
https://legacy.curseforge.com/wow/addons/pitbull-unit-frames-4-0/issues/1438
[https://wowpedia.fandom.com/wiki/API_FontInstance_SetFont](SetFont) API allows to set a font flags (e.g. `OUTLINE`, `THICK`, `MONOCHROME` or combinations). It would be nice if PitBull allowed us to set these flags as well from the...
Hello, I'd like to know if there is a way to have Auras Indicators, or if this feature is planned Auras Indicators are little square that indicates the time remaining...
Right-clicking on totems calls [`DestroyTotem`](https://warcraft.wiki.gg/wiki/API_DestroyTotem), which is a protected function. I fixed it on my end using this: ```diff index 2946466..1ab4ed9 100755 --- a/Totems.bak.lua +++ b/Totems.lua @@ -522,7 +522,11 @@...