Creature Handler Archive
Thread: Pet Specials Macro
Page 1 of 1
ShakariPsy
Wed Mar 03, 2004 3:36 pm
#1
Can anyone tell me a macro that can get pet specials to work reliably, if there is one, I'd much appreciate it 
Seiryuu
Wed Mar 03, 2004 9:26 pm
#2
You can use a variation on this:
/tellpet follow
/pause 0.1
/tellpet special
/pause 0.1
/tellpet attack
/echo Special Attack
- Follow: Can be the follow or follow other command. This disengages the pet from combat.
- Pause: Commands seem to flow better and tellpet breaks less (for me at least).
- Special: Re-engages the pet using its special attack.
- Attack: (optional) In case one of your pets doesn't know the special command.
- Echo: This is for your benefit, so you know the command was executed.
This will work almost all the time, however the target may resist. Poison and knockdown do not work on command. The commands do not queue, so there is no need to spam them. Once every two seconds or so will let you chain them until they stick.
/tellpet follow
/pause 0.1
/tellpet special
/pause 0.1
/tellpet attack
/echo Special Attack
- Follow: Can be the follow or follow other command. This disengages the pet from combat.
- Pause: Commands seem to flow better and tellpet breaks less (for me at least).
- Special: Re-engages the pet using its special attack.
- Attack: (optional) In case one of your pets doesn't know the special command.
- Echo: This is for your benefit, so you know the command was executed.
This will work almost all the time, however the target may resist. Poison and knockdown do not work on command. The commands do not queue, so there is no need to spam them. Once every two seconds or so will let you chain them until they stick.
ShakariPsy
Thu Mar 04, 2004 5:03 am
#3
Seiryuu wrote:
You can use a variation on this:
/tellpet follow
/pause 0.1
/tellpet special
/pause 0.1
/tellpet attack
/echo Special Attack
- Follow: Can be the follow or follow other command. This disengages the pet from combat.
- Pause: Commands seem to flow better and tellpet breaks less (for me at least).
- Special: Re-engages the pet using its special attack.
- Attack: (optional) In case one of your pets doesn't know the special command.
- Echo: This is for your benefit, so you know the command was executed.
This will work almost all the time, however the target may resist. Poison and knockdown do not work on command. The commands do not queue, so there is no need to spam them. Once every two seconds or so will let you chain them until they stick.
Many thanks for this information 
Page 1 of 1