• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Q to MQ2 :) (1 Viewer)

Morrhigan

New member
Joined
Feb 3, 2005
RedCents
Hellou =)

I tried my first Macro its a autoheal.mac
And im a mage and got a Pet and i need to autoheal my Pet when its Offtanking in group..

I found out bout the group structure and the pet memeber of this but i failed to find out bout the memebers of the pet. I wanted to find out if there is any pet so far i only know that there is a pcthp memeber in pet, but what else ?

Can anyone help me plz ?
 
Morrhigan said:
Hellou =)

I tried my first Macro its a autoheal.mac
And im a mage and got a Pet and i need to autoheal my Pet when its Offtanking in group..

I found out bout the group structure and the pet memeber of this but i failed to find out bout the memebers of the pet. I wanted to find out if there is any pet so far i only know that there is a pcthp memeber in pet, but what else ?

Can anyone help me plz ?
here's some of your pet healing structs that you'll need in the macro
/if (${Group[${gmember}].Pet.ID})
/if (${Group[${gmember}].Pet.Distance}
/if ((${Group[${gmember}].Pet.PctHPs}
anyhow, the pet structs are almost an exact copy of the .Me structs.
the ${gmember} its actually part of a for loop...
/for gmember 0 to ${Group}
${Group} is how large the group is.
 
Q to MQ2 :)

Users who are viewing this thread

Back
Top