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 20, 2010/pb, Layout editor, choose your layout, Indicators, Portrait, Enable.
-
View User Profile
-
Send Message
Posted Oct 20, 2010-
View User Profile
-
Send Message
Posted Oct 20, 2010-
View User Profile
-
Send Message
Posted Oct 20, 2010-
View User Profile
-
Send Message
Posted Oct 20, 2010SUF, never had the features that aren't possible, so they don't have the limitations we do.
-
View User Profile
-
Send Message
Posted Oct 20, 2010-
View User Profile
-
Send Message
Posted Oct 20, 2010-
View User Profile
-
Send Message
Posted Oct 20, 2010Great addon, loved PB3 and I love PB4 even more. I was ecstatic that among all of my addons, PB4 sustained the recent patching process the best, so I salute you. Kudos for all your hardwork! I patiently await a separate holy power unit frame...
Furthermore, I have a question. Since patch 4.0.1 hit, my party's target unit and the party's pet's units all show the party members themselves, as if the party member was targeting...themselves. The "pet" unit simply shows the party member. In addition, even if a party member doesn't have a pet or a target, the unit shows up displaying the party member to which it belongs. Any particular reason why this is? Thanks.
-
View User Profile
-
Send Message
Posted Oct 20, 2010@ukingsken, You asked to remove the status stuff and so I was thinking ohh Status(), I went back and ready your question more carefully, you wanted to remove AFK or DND, which is on the Name test not the Health text. If you want to get rid of that you can just make your name text: return Name(unit)
-
View User Profile
-
Send Message
Posted Oct 19, 2010-
View User Profile
-
Send Message
Posted Oct 19, 2010-
View User Profile
-
Send Message
Posted Oct 19, 2010PitBull4 does not have anything to do with your targeting, we just display what you have targeted. Blizzard code is responsible for setting/clearing your target, even when you click on a unit frame.
-
View User Profile
-
Send Message
Posted Oct 19, 2010-
View User Profile
-
Send Message
Posted Oct 19, 2010-
View User Profile
-
Send Message
Posted Oct 20, 2010-
View User Profile
-
Send Message
Posted Oct 20, 2010-
View User Profile
-
Send Message
Posted Oct 19, 2010-
View User Profile
-
Send Message
Posted Oct 19, 2010You can just reverse the Class(unit) and SmartRace(unit) calls in the LuaText. Something like this:
Class(unit),form,SmartRace(unit) or ''
becomes
SmartRace(unit) or '',Class(unit),form
-
View User Profile
-
Send Message
Posted Oct 20, 2010-
View User Profile
-
Send Message
Posted Oct 19, 2010