Creature Handler Archive
Thread: i need a ch macro
Page 1 of 1
homelessguy
Tue Oct 26, 2004 6:32 am
#1
i have seen people useing a ch macro and which was "change target and say A"
can any of you good people tell me what the commands are for them
Lumpi667
Tue Oct 26, 2004 7:15 am
#2
maybe something like
/target next
/tellpet attack (is better then /say a because you dont spam spatial then, of course your pets attack command must be "attack" then
)
MadLeprechaun
Tue Oct 26, 2004 7:17 am
#3
I have a taming macro that looks like this
/follow;
/pause 4;
/tame;
/pause 4;
/say You are mine now!
Ekaw
Tue Oct 26, 2004 8:16 am
#4
Macros.
http://forums.station.sony.com/swg/board/message?board.id=creature_handler&message.id=206832
can one of you leets show me how to click this darn thing?
Message Edited by Ekaw on 10-26-2004 09:06 AM
Pluto9Moon
Tue Oct 26, 2004 8:24 am
#5
The macro I used for grinding was:
/ui action cycleTargetOutward;
/tellpet attack;
/pause 15;
/attack;
/tellpet follow;
/pause 15;
/ui action targetGroup1;
/healdamage;
/ui action toolbarSlot12;
1st line picks a new target usually the closest to you.
2nd line makes the pet attack.
3rd pauses long enough for the pet to reach the distance in case its far away.
4th line is four you to finish off the mob.
5th calls the pet back to you.
6th gives it time to get back.
7th targets the pet. You must have it grouped. Also /target (Petname) should work.
8th heals its damage.
9th starts it all over again providing you put the button in the first box; second row.
Note: You could use this as an addition:
/ui action targetGroup1;
/healdamage;
/pause 8
/ui action targetGroup0;
/healdamage;
/ui action toolbarSlot12;
This heals you after it heals the pet. Plucking city trash should not get you killed if you are higher in your Secondary Combat Profession that CH.
/ui action cycleTargetOutward;
/tellpet attack;
/pause 15;
/attack;
/tellpet follow;
/pause 15;
/ui action targetGroup1;
/healdamage;
/ui action toolbarSlot12;
1st line picks a new target usually the closest to you.
2nd line makes the pet attack.
3rd pauses long enough for the pet to reach the distance in case its far away.
4th line is four you to finish off the mob.
5th calls the pet back to you.
6th gives it time to get back.
7th targets the pet. You must have it grouped. Also /target (Petname) should work.
8th heals its damage.
9th starts it all over again providing you put the button in the first box; second row.
Note: You could use this as an addition:
/ui action targetGroup1;
/healdamage;
/pause 8
/ui action targetGroup0;
/healdamage;
/ui action toolbarSlot12;
This heals you after it heals the pet. Plucking city trash should not get you killed if you are higher in your Secondary Combat Profession that CH.
Page 1 of 1