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
Thank you for making this addon as awesome as it is. Looking forward to when config mode will be making it's triumphant return. I refuse to use anything else at this point.
That's what I thought! ...But I wasn't sure. It's hard to be sure. Is there a list of each function of each folder? I totally like to know what I'm running, as I've been known to tweak things when they don't do exactly what I want. And it looks as though this is nice and tweakable.
...Except not knowing what the names mean, since they're in pitbullese. ^-^
Yes, I'm the sort of person who wasted their whole free ten days trying various addons and editing LUA files for fun.
Works like a charm! Ended up with:
for i = 1, GetNumRaidMembers() do if UnitIsUnit("raid"..i,unit) then local name, rank, subgroup = GetRaidRosterInfo(i) if name then return "%d %s", subgroup, name end end end
Maybe you can put that group number code as a Code preset for easy access for others? Either way im happy as a clam now, thanks again!
if name then return subgroup end becomes if name then return "%s(%d)", name, subgroup end
You can put at the bottom a: return UnitName(unit)
To get the name for people not in the group.
For that matter you can assign multiple texts to the same position, set their order etc... So you're not necessarily forced to combine texts like this.
When you choose highlight border according to buffs you can dispel. Is there a way to make dispellable magic a different colour to dispellable diseases? I play priest and we have 2 diff spells and sometimes i would spam dispel magic when it's actually cure disease that i need to use.
thx
Shefki, that works great for showing group number, but ive been unable to get the raid number AND name to show up. Anywhere within that code I can throw in the code for the name?
@Crissa, The only thing that is absolutely required is PitBull4. If you don't want health bars on your frame there's no reason to load PitBull4_HealthBar. If your config has them disabled in the PitBull4 config (/pb, Modules) they won't load at all. So it's pretty easy to take your config down to what you absolutely need/want.
@Supergrobi0007, I don't support that patch you'll have to wait for the person who wrote it to update it.
I noticed that its not possible to hide the blizzard boss frames with 4.0 beta25. So i downloaded the hide Blizzard module here http://www.wowace.com/addons/pitbull4/tickets/706-hide-boss-frames/ But now i cant hide the blizzard raid frame anymore. I want to have all options from 4.0 beta25 (eg the alternate power bar module) AND hide the annoying boss frame. Any suggestions?
Thanks
What's the fewest folders I can have enabled to make pitbull work?
http://forums.wowace.com/showpost.php?p=298096&postcount=516
The API to look into for expanding that towards what you want would be GetInstanceInfo():
http://wowprogramming.com/docs/api/GetInstanceInfo
Is there some way that I can get pitbull4 to change layouts based on the zone/instance and raid difficulty setting rather than only the number of people in the party? So for instance, if raid difficulty is set to 10 player heroic, and I enter black wing descent, even if there are 18 people in the raid, it would only show the first two groups.
Make multiple raid groups, set them only to show with a given raid size and set different layouts on them.
Is it possible to have a different layout for different sized raids?
The game will only load and use the version that matches your game version.