PitBull Unit Frames 4.0
PitBull Unit Frames 4.0
Woof. Arf. Yip.
Getting Started:
You can help translate PitBull for your language with the localization tool.
Classic
PitBull works with WoW Classic! Classic Era/Vanilla is supported in
v4.3.x-vanilla
releases. Cataclysm Classic is supported in v4.2.x
releases
(the same releases retail use).
Classic Era caveats:
- Aura duration is not available from the API, so PitBull uses LibClassicDurations to show them. The duration can be inaccurate if it's affected by rank or talents.
- Cast info is only available for your spells from the API. PitBull uses LibClassicCasterino to show cast bars for other units, but this can be inaccurate since there is a lot of guess-work involved.
Download
CurseForge: https://www.curseforge.com/wow/addons/pitbull-unit-frames-4-0
Wago: https://addons.wago.io/addons/pitbull4
WoWInterface: https://www.wowinterface.com/downloads/info20021
I have an aura set to filter to "debuffs, mine", but it isn't working as I'd expect (note that this has worked fine in the past). I'm expecting it'd show my debuffs on the target and no one elses, but it's showing other people's well in priority of my own (meaning I can't see my own dots).
Hmm, what class are you? Might be "can dispel" being fixed is now showing debuffs of a type you can dispel (but isn't filtered by unit type properly).
You can make a filter that is "Mine" AND "Default debuffs" and use that in the mean time.
I just downloaded your update and blizzard keeps giving me the message: "You have out-dated PitBull4 modules enabled that can cause errors. Pplease reload your UI to disable the addon for these modules."
When I do disable them, it just basically disables everything. Is there a fix for this soon?
Go into your Inferface/AddOns folder and delete all of the PitBull4 folders then reinstall.
I need your help...
I want to add a comma into my health (ex: 3481440 -> 3,481,440)
--
local s = Status(unit)
if s then
return s
end
return "%s/%s",HP(unit),MaxHP(unit)
--
return "%s/%s",SeparateDigits(HP(unit)),SeparateDigits(MaxHP(unit))
hello, this is something that's been on going with my Arena frames. i need to re-enable my Arena frames to get them to show up when i join bg's. what's the fix doc?
I have a question / request
in another addon, (Tidy Plates Threat) the casting bar changes color, depending on if you are able to interrupt that cast or not.
is it possible to do this with the pitbull unit frames castbar somehow? if yes: how? if no: coukld it be implemented?
That is the default way the bar is colored. You can set the colors under Colors->Cast bar. If you use any of the extra color settings in the cast bar layout options, they have a higher priority than the cast status colors.
is there a way to make the party group sort by role like blizz's raid frames?
Bonjour,
Je ne parle pas anglais.
Je viens écrire ici parce que je rencontre un problème avec pitbull.
Impossible de faire un clic droit sur la statue du buffle noir en moine tank. Ca dit que l'action n'est pas autorisé.
Pourtant je connais du monde avec Elvui et ils peuvent sans problème faire un clic droit sur l'icone de leur statue et ca l'enlève!
Pouvez vous résoudre ce problème rapidement?
Merci
Je ne suis pas l'auteur, mais je voulais juste aider à traduire cela pour que l'auteur puisse comprendre :)
To the author, I wanted to help with the translation of this post:
Heracles44 says that it is impossible for them to right click on the Statue of the Black Ox icon as a Monk Tank. It says the action is not authorized. However, he knows people using ElvUI and they can right click the icon to remove it without any issue. He wanted to know if this could be fixed.
Just a heads up, no updates are showing up on the curse client since v4.0.11-6-g2e14dc6
Well isn't that wonderful. I poked someone about it, so it should start working again eventually.
Is there an option to display the group number in a raid along with the unit frames?
You could add it with a text, eg, "[group#] Name" or such. To get the group you'd have to do something like:
How can I use the Blizzard buff/debuff frame with Pitbull? I can't find the option anywhere, whenever I have PB active the default frame is disabled.
Modules -> Hide Blizzard, uncheck "Buffs/debuffs"
Hey there, for some weeks now, the numbers of the ressource bar (hunter focus in my case) don't update properly, they "lag" so to say.. means, they get stuck here and there and then suddenly jump to the actual value instead of regularly increasing.
Would really appreciate if that one would get fixed.
Thank you very much! Love this addon, keep up the excellent work! :)
You use the alphas, yea? Check the text and make sure it's updating on UNIT_POWER_FREQUENT. I have a commit to check and add the event back to power texts (not entire sure why it got removed), but Curse has been having issues since it switched platforms and I haven't pushed anything since.