View Full Version : BST Pets
Muuss
10-25-2004, 09:10 PM
BST pets don't proc anymore on 6.0dr1, whatever the proc spell is.
A nice feature could be to make the pets report their buffs when their owner make a /pet report health, like it was (is ?) on live...
movieman
10-26-2004, 05:30 AM
Ah, yes, the lack of pet buff reporting (even if only on /pet report health for the moment) is something that I'd like to see fixed too :).
Muuss
10-26-2004, 06:36 AM
You can still target ur pet and type #showbuffs :)
sdabbs65
10-26-2004, 06:52 AM
You can still target ur pet and type #showbuffs :)
you can add this as a command easy...
useing the perl system.
say to you pet buffs and have him report it back..
all you would need is the pet ID make it a global command
I think globla commands are fudged atm need to check.
..hmmm
I will work on that tonight see what comes up.
Derision
10-26-2004, 07:42 AM
A nice feature could be to make the pets report their buffs when their owner make a /pet report health, like it was (is ?) on live...
I had nothing better to do, so I looked at this:
In zone/client_process.cpp around line 3803
After:
case PET_HEALTHREPORT: {
Message_StringID(10, PET_REPORT_HP, ConvertArrayF(mypet->GetHPRatio(), val1));
Add:
mypet->CastToMob()->ShowBuffs(this);
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.