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 Jan 24, 2011I want to make a separate group with all healers of my raid in it so I can make a layout for them with a much bigger manabar.
-
View User Profile
-
Send Message
Posted Jan 25, 2011Details on this ticket: http://www.wowace.com/addons/pitbull4/tickets/130-raid-frame-grouping-based-on-raid-roles/
-
View User Profile
-
Send Message
Posted Jan 25, 2011If you set your raid group to 10 and 11 people are in the group you do not have a 10 man raid you have an 11 man raid.
Basically you just need to add a larger size for those "extra people" even though you are filtering to not look at them, because they are technically in the group.
-
View User Profile
-
Send Message
Posted Jan 24, 2011-
View User Profile
-
Send Message
Posted Jan 24, 2011angrysteel try this, probably not the most optimal way to do it and the code can probably be shortened but it worked to get what you are after:
local abbr = Name(unit); if abbr:len() > 20 and abbr:find(" ") then abbr = abbr:gsub("([^ ]+) +", function(text) return text:sub(1,1) .. ". "; end ) end
local r,g,b = ClassColor(unit) if string.len(Name(unit)) > 12 then return '|cff%02x%02x%02x%s...|r ',r,g,b,string.sub(abbr,1,9) else return '|cff%02x%02x%02x%s|r ',r,g,b,abbr end
-
View User Profile
-
Send Message
Posted Jan 24, 2011-
View User Profile
-
Send Message
Posted Jan 24, 2011There is a user silkfire that posted their work around a few pages back. If you want to apply that in the interim you are certainly welcome to do so.
-
View User Profile
-
Send Message
Posted Jan 28, 2011-
View User Profile
-
Send Message
Posted Jan 28, 2011-
View User Profile
-
Send Message
Posted Jan 27, 2011-
View User Profile
-
Send Message
Posted Jan 27, 2011-
View User Profile
-
Send Message
Posted Jan 27, 2011-
View User Profile
-
Send Message
Posted Jan 24, 2011This is a bug we are seeing users having sometimes and are not able to replicate on our end, so we are trying to find the similarities between the users that are experiencing this error.
-
View User Profile
-
Send Message
Posted Jan 23, 2011-
View User Profile
-
Send Message
Posted Jan 23, 2011-
View User Profile
-
Send Message
Posted Jan 24, 2011Then check mark enable, and edit it in the layout as you wish.
-
View User Profile
-
Send Message
Posted Jan 23, 2011-
View User Profile
-
Send Message
Posted Jan 24, 2011-
View User Profile
-
Send Message
Posted Jan 23, 2011Basically what he wants is to put the debuffs that we get off to the side of his character so that he knows when to dispel and what we have on. Let me know :) Also, you should totally RealID add me ;)
- Hope you guys had great holidays!
-
View User Profile
-
Send Message
Posted Jan 22, 2011Im using the latest version.