Page 1 of 1
how about
Posted: Thu Jul 29, 2004 8:01 pm
by iusemq2
A macro that controals a pet i dont think it's possible to make it get behind the mob or anything, but maby attack when it's master attacks and backs off and holds on enrage or whatever
i think it would be handy for someone that allways forgets to send the pet in because they are botting 3 toons or something
Posted: Thu Jul 29, 2004 9:15 pm
by Wishicouldhack
Hmm that would be pretty damn nice
Posted: Fri Jul 30, 2004 12:38 am
by hiipii
nevermind this read post wrong =)
Posted: Fri Jul 30, 2004 12:47 am
by dok
something along the lines of:
Snippet of code:
Code: Select all
/declare PetEngaged string local false
/if (${Me.Pet.ID}&&${Me.Combat}&&!${PetEngaged}) {
/pet attack
/varset PetEngaged TRUE
}
/if (${Me.Pet.ID}&&!${Me.Combat}&&${PetEngaged}) {
/pet back off
/pet hold
/varset PetEngaged FALSE
}
Assuming I can use "!" like that. if thats not valid, you have to go about it a different way, but that'll give ya something to learn. Also, your job to make this a working macro, as I dont believe in just handing total solutions to people.
Posted: Fri Jul 30, 2004 5:15 am
by iusemq2
thanks i'll work on how to use it i think i have a idea how