Creature Handler Archive
Thread: A brief guide to CH Macros Post-CU Post-Pub21
Your macros so far are close to the ones I had planned, once I have my triplet, pair and single one finished.
One difference I could note is that I found it useful to include the pets name in the commands if I use three at a time.
Also I probably would change something else on your Catssassin macro:
Macro Catssassin:
/follow;
/tellpet attack; (attack command for all three)
/pause 5; (give pets time to run to their target)
/macro petfight; (call the macro for the specials application)
Macro petfight:
/tellpet bleed;
/pause 2;
/tellpet knockdown;
/tellpet feint;
/tellpet frenzy;
/pause 2;
/tellpet blind;
/tellpet stun;
/tellpet snare;
/pause 35;
/macro petfight;
Very COOL!
Your macro's are close to what I use... Only for special commands I always use sa1 sa2 sa3 ... This way if I have 3 pets out or 2 or 1 everything works the same... /tellpet sa1 My first pet can have kd, second intimidate, an 3rd bleed [if using 3 pets] an all pets will do there special with this one command.
Also I have remapped the keypad an use the numpad to activate commands... 2 for example is killthe macro is simple
/pointat;
/tellpet kill;
/say Go Kill %TT;
What this does is make me point at my target an then for all to see what I am attacking [helps in group] I say Go Kill target name[%TT]. This seems to work well in a group as it lets alll know what my pet is attacking an they can then be sure to assist it
Also lets group know if I mess up...
And lets you lead a group as when a mob is 90% dead you send your pet after next mob an as stated above group moves to it. One more PLUS to using the tell pet command is that other players cannot tell what you are telling your pet to do.
my numpad 3 an 4 keys are for sa1 an sa2 ....
Hope this helps
Mailo wrote:
By all means, please continue ... too much information is way better than too little
Your macros so far are close to the ones I had planned, once I have my triplet, pair and single one finished.
One difference I could note is that I found it useful to include the pets name in the commands if I use three at a time.
Also I probably would change something else on your Catssassin macro:
Macro Catssassin:
/follow;
/tellpet attack; (attack command for all three)
/pause 5; (give pets time to run to their target)
/macro petfight; (call the macro for the specials application)
Macro petfight:
/tellpet bleed;
/pause 2;
/tellpet knockdown;
/tellpet feint;
/tellpet frenzy;
/pause 2;
/tellpet blind;
/tellpet stun;
/tellpet snare;
/pause 35;
/macro petfight;
Message Edited by Agock_Onie on 09-28-2005 12:53 PM
Laaba wrote:
Very COOL!
Your macro's are close to what I use... Only for special commands I always use sa1 sa2 sa3 ... This way if I have 3 pets out or 2 or 1 everything works the same... /tellpet sa1 My first pet can have kd, second intimidate, an 3rd bleed [if using 3 pets] an all pets will do there special with this one command.
Also I have remapped the keypad an use the numpad to activate commands... 2 for example is killthe macro is simple
/pointat;
/tellpet kill;
/say Go Kill %TT;
What this does is make me point at my target an then for all to see what I am attacking [helps in group] I say Go Kill target name[%TT]. This seems to work well in a group as it lets alll know what my pet is attacking an they can then be sure to assist it
Also lets group know if I mess up...
And lets you lead a group as when a mob is 90% dead you send your pet after next mob an as stated above group moves to it. One more PLUS to using the tell pet command is that other players cannot tell what you are telling your pet to do.
my numpad 3 an 4 keys are for sa1 an sa2 ....
Hope this helps
Wow that is a really good idea...basically a Crimson Razor has KD that you peg with sa1, a Grand Wrix has bleed that you peg with sa1, and a GSP has stun that you peg with sa1...so by saying "sa1" you trigger SOMETHING on each pet. one command for multiple specials. Hrmmm
I like the idea a lot...except that would mean remembering which specials I pegged to which SAs on which pets. I guess that only matters if I wanted to do something SPECIFIC at any given time
Really good idea though, I'll have to experiment with this.