34 - Display buffs/debuffs for vehicles and pets
What is the enhancement in mind? How should it look and feel?
Please provide an option to display buffs/debuffs from pets and vehicles. This can easily be done by changing the isMine-Check in ClassTimer:GetBuffs() to check not only for "player", but for "pet" and "vehicle" as well.
Those bars could be in a separate group or just integrated into the already existing ones (player/target/etc).
Please provide any additional information below.
-
| User | When | Change |
|---|---|---|
| burnstone | Mon, 20 Apr 2009 20:44:14 | Create |
- 1 comment
- 1 comment
Facts
- Last updated on
- 20 Apr 2009
- Reported on
- 20 Apr 2009
- Status
- New - Issue has not had initial review yet.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- #1
nebula169 Tue, 21 Apr 2009 09:03:56The vehicle unitId becomes "player", as do other (previously) owner-less pets (totems, etc) and pets are supported.
However, you should add DEATHKNIGHT to hasPets
line 24:
local hasPet = enClass=="HUNTER" or enClass=="WARLOCK" or enClass=="DEATHKNIGHT" and true