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. Other Classic versions are supported in v4.2.x releases
(the same releases retail use).
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 Oct 7, 2017Hello, thank you very much for developing this plug-in. I am a Chinese player, our national system will be 10000, expressed as "万", rather than "10,000". I hope the author can make a patch for us.
I thank you for the vast numbers of Chinese players
My English is not good. This passage is translated by Google
Similar to the following code:
-
View User Profile
-
Send Message
Posted Oct 3, 2017-
View User Profile
-
Send Message
Posted Oct 6, 2017Thanks, v4.1.9 should fix this.
-
View User Profile
-
Send Message
Posted Sep 19, 2017Gotta say, the Easter Egg for International Talk Like a Pirate Day is just more annoying than cool/fun, especially as it appears to be the cause of these LUA errors.
-
View User Profile
-
Send Message
Posted Sep 19, 2017I'm inclined to agree. At least the error is fixed now. (or whenever Curse syncs v4.1.8)
-
View User Profile
-
Send Message
Posted Sep 5, 2017Hi there. Any possibility of hiding the extra artwork around the zone ability and extra action buttons?
-
View User Profile
-
Send Message
Posted Sep 6, 2017That is a bit out of scope for a unit frames addon. I do have BetterExtraActionButton which allows you to hide the artwork for that button, but I've always just dragged the zone ability button onto my bars.
-
View User Profile
-
Send Message
Posted Aug 16, 2017something wierd happening with my frame, its got a blank box attached on the upper left corner, can also be seen on the Target frame when i target myself. Well, its blank until I cast Gargoyle, then it shows the gargoyle time until despawn and then just the icon forever... I have gone through every option i could and cant seem to toggle it. Here is a screenshot with /Fstack data.
http://imgur.com/KLIeZHo
-
View User Profile
-
Send Message
Posted Aug 16, 2017totem module
-
View User Profile
-
Send Message
Posted Aug 21, 2017sorry for late reply, totally forgot i even commented here, busy week. thanks, thought i toggled everything but that solved it.
-
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 ?