MQ2AutoBuff and Unnamed Pets

Fixxer

Active member
Joined
May 22, 2011
Messages
429
Reaction score
32
Points
28
On the live servers, I use the following line to buff pets. On EQEMU servers, this doesn't work because pets do not have consistent names. Is there a way to add a pet with an inconsistent name to the que?

Code:
/if (${NetBots[Clericname].InZone} && ${Me.Pet.ID} && !${PetBuff[Conviction].ID} && ${Spell[Conviction].StacksPet[5]}) {
   /bc Clericname //db petname Conviction
}
 
  • Like
Reactions: EQDAB
Try sending the pet name. /bc Clericname //db ${Me.Pet.CleanName} Conviction
 
  • Like
Reactions: EQDAB