MQ2 Melee Pet class sitting?

dr00d69

Member
Joined
Feb 20, 2007
Messages
209
Reaction score
11
Points
18
I have a pet class that I want to send in pet and then sit down.

I use mq2melee for pet control, however, the toon sends in the pet and stands the duration of the fight instead of medding.

I use modbot,

Is there a way to get the caster to sit during the fight when not casting?

Thank you.
 
This should make you sit if you're not casting or already sitting.

Code:
/if (!${Me.Sitting} && !${Me.Casting.ID}) /sit

Thanks for the heads up Blujahz.
 
Last edited: