- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,841 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
PitBull4_Extras
- 0 Likes
- World of Warcraft
- 27,493 Downloads
- Supports: 4.0.3a
- 10 Average Daily Downloads
- Comments
- Created 9/20/2009 11:38:28 AM
- Updated 12/10/2010 7:48:14 AM
- 55 Favorites
- Project Site
- License: GNU General Public License version 3 (GPLv3)
- Release Type: Release
- Newest File: r5
About 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.
------------------------------------------------------------------------
r5 | TAP3AH | 2010-12-10 13:47:36 +0000 (Fri, 10 Dec 2010) | 1 line
Changed paths:
M /trunk/Modules/PitBull4_RaceIcon/RaceIcon.lua
fixed Worgen/Goblin race icon textures data
------------------------------------------------------------------------
r4 | TAP3AH | 2010-12-09 16:26:40 +0000 (Thu, 09 Dec 2010) | 1 line
Changed paths:
M /trunk/Modules/PitBull4_ClassIcon/PitBull4_ClassIcon.toc
M /trunk/Modules/PitBull4_DCIcon/PitBull4_DCIcon.toc
M /trunk/Modules/PitBull4_DeadIcon/PitBull4_DeadIcon.toc
M /trunk/Modules/PitBull4_LeaderIconEx/PitBull4_LeaderIconEx.toc
M /trunk/Modules/PitBull4_NamePlate/PitBull4_NamePlate.toc
M /trunk/Modules/PitBull4_RaceIcon/PitBull4_RaceIcon.toc
M /trunk/Modules/PitBull4_RaidRoleIcon/PitBull4_RaidRoleIcon.toc
toc updated to 40000
------------------------------------------------------------------------
r3 | TAP3AH | 2009-09-28 16:59:20 +0000 (Mon, 28 Sep 2009) | 3 lines
Changed paths:
A /trunk/.pkgmeta
A /trunk/Modules
A /trunk/Modules/PitBull4_ClassIcon
A /trunk/Modules/PitBull4_ClassIcon/ClassIcon.lua
A /trunk/Modules/PitBull4_ClassIcon/PitBull4_ClassIcon.toc
A /trunk/Modules/PitBull4_ClassIcon/load.xml
A /trunk/Modules/PitBull4_DCIcon
A /trunk/Modules/PitBull4_DCIcon/DCIcon.lua
A /trunk/Modules/PitBull4_DCIcon/PitBull4_DCIcon.toc
A /trunk/Modules/PitBull4_DCIcon/load.xml
A /trunk/Modules/PitBull4_DeadIcon
A /trunk/Modules/PitBull4_DeadIcon/DeadIcon.lua
A /trunk/Modules/PitBull4_DeadIcon/PitBull4_DeadIcon.toc
A /trunk/Modules/PitBull4_DeadIcon/load.xml
A /trunk/Modules/PitBull4_LeaderIconEx
A /trunk/Modules/PitBull4_LeaderIconEx/LeaderIconEx.lua
A /trunk/Modules/PitBull4_LeaderIconEx/PitBull4_LeaderIconEx.toc
A /trunk/Modules/PitBull4_LeaderIconEx/load.xml
A /trunk/Modules/PitBull4_NamePlate
A /trunk/Modules/PitBull4_NamePlate/NamePlate.lua
A /trunk/Modules/PitBull4_NamePlate/PitBull4_NamePlate.toc
A /trunk/Modules/PitBull4_NamePlate/load.xml
A /trunk/Modules/PitBull4_RaceIcon
A /trunk/Modules/PitBull4_RaceIcon/PitBull4_RaceIcon.toc
A /trunk/Modules/PitBull4_RaceIcon/RaceIcon.lua
A /trunk/Modules/PitBull4_RaceIcon/load.xml
A /trunk/Modules/PitBull4_RaidRoleIcon
A /trunk/Modules/PitBull4_RaidRoleIcon/PitBull4_RaidRoleIcon.toc
A /trunk/Modules/PitBull4_RaidRoleIcon/RaidRoleIcon.lua
A /trunk/Modules/PitBull4_RaidRoleIcon/load.xml
D /trunk/PitBull4_ClassIcon
D /trunk/PitBull4_DCIcon
D /trunk/PitBull4_DeadIcon
D /trunk/PitBull4_NamePlate
D /trunk/PitBull4_RaceIcon
D /trunk/PitBull4_RaidRoleIcon
LeaderIconEx module added
added .pkgmeta to exclude top level folder
toc Interface updated to 30200
------------------------------------------------------------------------




Comments
http://www.wowace.com/addons/pitbull4_extras/tickets/1-request-for-update-to-4-0/#comments
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?