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 Apr 9, 2010Also is there any future plans to add the option for arena frames?
Many thanks.
-
View User Profile
-
Send Message
Posted Apr 9, 2010Yes Arena frames are on my todo list. Ticket here:
http://www.wowace.com/addons/pitbull4/tickets/395-arena-frames/
-
View User Profile
-
Send Message
Posted Apr 10, 2010-
View User Profile
-
Send Message
Posted Apr 10, 2010-
View User Profile
-
Send Message
Posted Apr 10, 2010Thx alot.
-
View User Profile
-
Send Message
Posted Apr 9, 2010It's not a major issue, but it bothers me, as i'm chasing the perfect UI.
Cheers for a nice'n'smooth addon btw :-)
-
View User Profile
-
Send Message
Posted Apr 9, 2010http://www.wowace.com/addons/pitbull4/create-ticket/
(You can use your curse login info there if it doesn't already see you as logged in).
Attach your config file found in WTF/Account/USERNAME/SavedVariables/PitBull4.lua to the ticket (using the Attach link in the top right corner after you make the ticket).
Please specify the profile you're using if it's not the Default profile.
At this point I can't replicate your problem. The fader seems to be working just fine for me on login.
-
View User Profile
-
Send Message
Posted Apr 9, 2010Thanks allot.
-
View User Profile
-
Send Message
Posted Apr 8, 2010Till now I have to agree with nuKayos saying that you did an amazing job on this add-on. Works great, isn't too hard to get the hang of and lets us control nearly every aspect of unitframes.
-
View User Profile
-
Send Message
Posted Apr 9, 2010-
View User Profile
-
Send Message
Posted Apr 8, 2010@jtburke, not entirely sure what you're asking but if you're asking if you can create say multiple target frames, not yet. I hit a snag and things have been delayed a bit. Plus I've been busy with some other things lately. Sorry.
@Loom927, I just checked the code it works fine here. I believe you have a typo in your copy. Note that the case matters.
-
View User Profile
-
Send Message
Posted Apr 8, 2010-
View User Profile
-
Send Message
Posted Apr 8, 2010-
View User Profile
-
Send Message
Posted Apr 8, 2010local dr,dg,db = DifficultyColor(unit)
local form = DruidForm(unit)
local classification = Classification(unit)
local race = SmartRace(unit)
if UnitIsPlayer(unit) or (not UnitIsFriend(unit,"player") and not IsPet(unit)) then
local cr,cg,cb = ClassColor(unit)
if form then
return "%s%s|cff%02x%02x%02x%s|r %s%s|cff%02x%02x%02x%s|r (%s)",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),race or '',race and ' ',cr,cg,cb,Class(unit),form
else
return "%s%s|cff%02x%02x%02x%s|r %s%s|cff%02x%02x%02x%s|r",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),race or '',race and ' ',cr,cg,cb,Class(unit) end
else
if form then
return "%s%s|cff%02x%02x%02x%s|r (%s) %s",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),form,race or ''
else
return "%s%s|cff%02x%02x%02x%s|r %s",classification or '',classification and ' ' or '',dr,dg,db,Level(unit),race or ''
end
end
-
View User Profile
-
Send Message
Posted Apr 8, 2010-
View User Profile
-
Send Message
Posted Apr 7, 2010thanks for the reply Shefki, worked a treat. now i love pitbull4, lol
-
View User Profile
-
Send Message
Posted Apr 7, 2010Its driving me nuts, my target has no texts and each time i swap targets the screen Jolts and freezes for 1 second still with no text.
-
View User Profile
-
Send Message
Posted Apr 7, 2010-
View User Profile
-
Send Message
Posted Apr 7, 2010So it'll look like so:
local r,g,b = ClassColor(unit)
return '|cff%02x%02x%02x%s|r',r,g,b,Name(unit)
-
View User Profile
-
Send Message
Posted Apr 7, 2010http://www.wowace.com/addons/pitbull4/tickets/406-right-aligned-text-strings-to-not-truncate/
Ultimately, this issue has to do with the limitations of the wow anchoring system and how we're using it. Fixing it would likely negatively impact far more people than leaving this quirk in.