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
Saw this post --> tryed to help^^
A quick summary about what I've told him below.
Das kann mehrere Gründe haben:
1.) Schau bei "Einheiten" beim Dropdown-Menü ob "Begleiter des Spielers" auch aktiviert ist.
2.) Schau bei "Einheiten" beim Reiter "Position" ob sich das Fenster überhaupt innerhalb deines Bildschirms befindet. Es kann von Koordinaten her sich auch außerhalb des Bildschirms befinden.
Übernehm einfach um sicher zu gehen hierbei folgende Einstellungen:
- Ankerpunkt --> Mitte
- Relative to: --> Spielfenster
- Relative point: --> Mitte
- Horizontaler Ausgleich: 0
- Vertikaler Ausgleich: 0
3.) Eventuell ist das Fenster transparent. Gehe hierzu zu "Layouteditor" wähle im Dropdown-Menü "Aktuelles Layout" die Konfiguration "Begleiter des Spielers" aus.
Nun wähle den Reiter "Fader" aus.
Nun prüfe ob die "minimale Transparenz" auf ca. 10% eingestellt ist. Wäre sie auf 100%, also somit das Fenster zu 100% transparent und somit nicht sichtbar, auch wenn aktiv.
Ich hoffe es war einer der Punkte. Ansonsten bin ich leider überfragt.
English:
1) Is your companion unit activated?
2) Is the companion unit window even within the bounds of your monitor?
3) Could be the transparency close to 100% (god knows why)?
I have had a problem earlier, that was resolved when masque stopped skinning my auras, now when you have the built in support, everytime i turn on masque my debuff count moves behind the timer, making it impossible to see.
I would do fine with just the 'Zoomed' auras with masque turned off, but when i disable masque for pitbull only there is still only the skin dropdown menu which does nothing, to change them. Is there any workaround or maybe a fix to this. thanks in advance.
I push a commit (alpha) so PB positions the count based on your settings instead of using the skin placement. I had your issue in mind when I was adding this, probably absentmindedly broke it again when I was finished x.x
To disable Masque from touching the auras at all, you need to uncheck "Skin" under Modules->Aura.
hey, i dunno what change you made to make the auras support Masque skins, but this addon just got even better!
thanks!
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: