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.
-
View User Profile
-
Send Message
Posted Jan 16, 2020Would 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
-
View User Profile
-
Send Message
Posted Nov 20, 2014Simple 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
-
View User Profile
-
Send Message
Posted Nov 17, 2014Any chance of this being updated for WoD?
-
View User Profile
-
Send Message
Posted Nov 8, 2014please update for Warlords of Draenor bzw 6.0!!!!
-
View User Profile
-
Send Message
Posted Oct 28, 2014hi! will this addon be updated for 6.0? the name bar and icons dont work anymore
-
View User Profile
-
Send Message
Posted Mar 10, 2013Fixed for 5.2 now.
-
View User Profile
-
Send Message
Posted Dec 7, 2010-
View User Profile
-
Send Message
Posted Dec 9, 2010http://www.wowace.com/addons/pitbull4_extras/tickets/1-request-for-update-to-4-0/#comments
-
View User Profile
-
Send Message
Posted Oct 17, 2010-
View User Profile
-
Send Message
Posted Feb 22, 2010-
View User Profile
-
Send Message
Posted Apr 7, 2010It'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.
-
View User Profile
-
Send Message
Posted Nov 28, 2009I 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.
-
View User Profile
-
Send Message
Posted Nov 29, 2009local 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.
-
View User Profile
-
Send Message
Posted Sep 22, 2009if this addon delivers, consider me its 1st user and fan :)
-
View User Profile
-
Send Message
Posted Sep 22, 2009-
View User Profile
-
Send Message
Posted Sep 21, 2009Should I be seeing it listed as a separate addon, or does this patch itself into PB4?