PitBull4_Extras
A few extra modules for Pitbull4.
- ClassIcon: shows the class icon on unit frame
- RaceIcon: shows the race icon for players and creature type icon for mobs
- Beast
- Dragonkin
- Demon
- Elemental
- Giant
- Undead
- Humanoid
- Critter
- Mechanical
- Totem
- Non-combat Pet
- Gas Cloud
- (no icon) Not specified
- NamePlate: a bar colored by hostility or class suitable for displaying the unit's name
- DeadIcon: shows an icon when the unit is dead or ghost
- DCIcon: shows an icon when the unit is offline
- RaidRoleIcon: shows an icon when the unit is MT or MA
- LeaderIconEx: an alternative to the original LeaderIcon module. In addition to Raid/Group Leader icon, shows also Raid Assist icon. If you use this module turn LeaderIcon off.
Help needed
I need translations for "Totem","Non-combat Pet","Not specified" and "Gas Cloud" in koKR and esMX clients. Please, PM me if you are willing to help.
Would it be possible to update this for 8.3?
RaceIcon and ClassIcon are now broken after the new classes and races.
LeaderIconEx seems to not update when leader is passed while in group.
Edit: Gave a try at getting RaceIcon to work.. https://www.wowace.com/projects/pitbull4_extras/issues/3
Simple fix to make this work in WoD (6.0.3):
Replace "6" with "5" in the first line of every .lua file included in the addon.
if select(5, GetAddOnInfo("PitBull4_" .. (debugstack():match("[o%.][d%.][u%.]les\\(.-)\\") or ""))) ~= "MISSING" then return end
Any chance of this being updated for WoD?
please update for Warlords of Draenor bzw 6.0!!!!
hi! will this addon be updated for 6.0? the name bar and icons dont work anymore
Fixed for 5.2 now.
http://www.wowace.com/addons/pitbull4_extras/tickets/1-request-for-update-to-4-0/#comments
It's not an icon, it's text. You have to define new LuaText: under Layout Editor->Texts->New Text type something, let's say Lua:Level, and click Okay. Scroll down and under Code type
local dr,dg,db = DifficultyColor(unit)
return "|cff%02x%02x%02x%s%s|r",dr,dg,db,Level(unit),ShortClassification(unit) or ''
and click Accept. Under Events, select UNIT_CLASSIFICATION_CHANGED and UNIT_LEVEL.
Position newly created where you want.
I spent hours trying to configure the race and class icons to look the same as above with no luck.
Plus my toons level doesnt display like it does above either.
I'am trying to replace Xperl with Pitbull 4.0 with this addon pack but geez its becoming hard work.
Thanks for any help given.
local dr,dg,db = DifficultyColor(unit)
return "|cff%02x%02x%02x%s%s|r",dr,dg,db,Level(unit),ShortClassification(unit) or ''
Set "Attach to" to "Blank Space" like other two.
That should be it.
if this addon delivers, consider me its 1st user and fan :)
Should I be seeing it listed as a separate addon, or does this patch itself into PB4?