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
-
View User Profile
-
Send Message
Posted Aug 14, 2017Is there an API documentation on the Lua Texts? Specially Pitbull functions.
-
View User Profile
-
Send Message
Posted Aug 6, 2017So who still does the updates to this addon? I've used this for years and never donated but I would like to now. I don't see a donation button listed here though.
-
View User Profile
-
Send Message
Posted Aug 6, 2017-
View User Profile
-
Send Message
Posted Aug 5, 2017is it possible to set the Life Frame from 2000000 to 2.000.000 ? And the Other Bars? I cant find the right settings.
-
View User Profile
-
Send Message
Posted Aug 6, 2017You can go to the text for the number (probably Lua: Health) and change how it is formatted there. e.g. return "%s",BreakUpLargeNumbers(HP(unit))
-
View User Profile
-
Send Message
Posted Aug 6, 2017yeah well........ it looks like
local s = Status(unit)
if s then
return s
end
local cur, max = HP(unit), MaxHP(unit)
return "%s/%s || %s%%",Short(cur,true),Short(max,true),Percent(cur,max)
-
View User Profile
-
Send Message
Posted Aug 6, 2017local s = Status(unit)
if s then
return s
end
return "%s",BreakUpLargeNumbers(HP(unit))
but i see only one frame of the numbers i would like to have it like this:
3.500.000 / 3.500.000
looks better :)
-
View User Profile
-
Send Message
Posted Aug 7, 2017Did you figure it out? You just need to change the last line to:
return "%s / %s",BreakUpLargeNumbers(HP(unit)),BreakUpLargeNumbers(MaxHP(unit))
-
View User Profile
-
Send Message
Posted Jul 6, 2017I've got a problem with my Brewmaster's skill: Black Ox Statue. It seems something has changed so that I can't use the macro: /click TotemFrameTotem1 RightButton anymore. When I disable PB the macro works. I need PB because I love the Stagger Bar display, does anyone have an idea how to fix it?
I've tried deleting PB (not deleting the settings) and reinstalling it. Still doesn't work.
-
View User Profile
-
Send Message
Posted Jun 26, 2017Em, can u guys help me out ?
I recently fixing the font of the pit bull unit frame, and some how I make name on the health bar disappear, does any1 know how to fix this problem ?
-
View User Profile
-
Send Message
Posted Jun 24, 2017I noticed that Auras have a maximum icon size before they become hidden. I tried to make my icon size 20 while the height of my bars were at 35, the auras became hidden. When I increased the size of my bars to about 50, the auras started to show again. Is there any way to have no limit to the size of my auras? I like to have a small health bar with large auras underneath it.
-
View User Profile
-
Send Message
Posted Jun 25, 2017The only thing that would cause that are the width settings under Aura->(De)buff layout. Bar settings don't affect auras, the overall frame size does, though.
-
View User Profile
-
Send Message
Posted Jun 20, 2017Last time I used pitbull (1,5 years ago) I was able to choose more textures (f.ex. for healthbars) via shared media. My old texturepack doesnt seem to work anymore. Any hints for texturepacks I can use with pitbull and the current version of world of warcraft?
The standard blizzard-textures for pibtull are really boring.
-
View User Profile
-
Send Message
Posted Jun 25, 2017LibSharedMedia hasn't changed and I'm not sure what would cause textures to not be loaded. Is it using "LibSharedMedia-3.0" (should be in a lua file somewhere)? I'm still using a collection of stuff I put together in TBC (SharedMedia+custom stuff in MyMedia) without issue http://i.imgur.com/0oQbxlA.gifv
-
View User Profile
-
Send Message
Posted Jun 17, 2017After 7.2.5 my unitframes were not showing at all. I've tried the suggestion in the addon description - deleted all the .bak files in my WTF folder, but this did not solve the issue. What worked for me - SOLUTION/FIX: delete the Pitbull4 folder from Interface/Addons, redownloaded it from Curse and put it there. I did *not* reset my PB4 settings.
-
View User Profile
-
Send Message
Posted Jun 16, 2017Hi,
I can no longer customize soul shards icons by changing shard.tga in Interface\AddOns\PitBull4\Modules\SoulShards, have these icons since last version of Pitbull :
Is this intended ?
Thanks for reading.
-
View User Profile
-
Send Message
Posted Jun 16, 2017Yes, Soulshards needed to be updated for Destro, so I just switched to using the updated default ui art. I'll release a customizable secondary resource indicator eventually.
-
View User Profile
-
Send Message
Posted Jul 5, 2017Hi !
Any news ?
I'm afraid of your "Eventually" :x
https://www.wowace.com/projects/pitbull-unit-frames-4-0/issues/1152
-
View User Profile
-
Send Message
Posted Jun 13, 2017RIP user settings sure love when a new patch means your old setting are no longer usable can't even use profiles to go back now
CAn't even use old WTF settings now it seems so yay can't go back to older Release ether so it would have been nice to at least know our UI would have been reset with this new patch/add on update
-
View User Profile
-
Send Message
Posted Jun 13, 2017Settings weren't changed. You're probably using Avast which randomly prevents SavedVars from being saved properly.