EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Bug Reports (https://www.eqemulator.org/forums/forumdisplay.php?f=591)
-   -   BST Pets (https://www.eqemulator.org/forums/showthread.php?t=16640)

Muuss 10-25-2004 09:10 PM

BST Pets
 
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

quest
 
Quote:

Originally Posted by Muuss
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

Re: BST Pets
 
Quote:

Originally Posted by Muuss

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:
Code:

case PET_HEALTHREPORT: {
              Message_StringID(10, PET_REPORT_HP, ConvertArrayF(mypet->GetHPRatio(), val1));

Add:
Code:

mypet->CastToMob()->ShowBuffs(this);


All times are GMT -4. The time now is 09:21 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.