Page 1 of 1

CH XP Macro

Posted: January 12th, 2004, 10:34 pm
by Tault_admin
/pause 0.25; /ui action untarget; /ui action cycleTargetOutward; - this part cycles to the next target from the current one-hopefully a corpse ^^

/tellpet attack; -or Just say your command aloud, Its up to you.

/pause 6; /attack; /pause 20; - this gives your pet time to get there and then helps it out by attacking. 20 secs is usually long enough

/ui action toolbarSlot23 - and this loops it.

That was fine for awhile but then i realised my pets need healing-they couldnt fight overnight non-stop sooo heres a healing macro-

/pause 0.25; /ui action toolbarPane02; -I put it on the second pane simply so i could loop the entire thing

/tellpet follow; -again or just say it aloud

/ui action targetGroup0; -this part isnt possible until you can group your pets

/pause 8.1;/healdamage;/pause 8.1;/healdamage;/pause 8.1;/healdamage;
/pause 8.1;/healdamage;/pause 8.1;/healdamage;/pause 8.1;/healdamage;

/tellpet trick1 -that bit is self explanatory really.

/ui action targetGroup1; -this is if you have 2 pets, and then repeat above

/tellpet trick1; - This heals mind, of course

/pause 30;

/ui action toolbarPane01;
/ui action toolbarSlot23;
/pause 600;
/ui action toolbarPane02
/pause 600;
/ui action toolbarSlot23; -and that bit loops the whole thing. just repeat for as many times as how long you want it to be. or you could make it loop indefinatley, but i found that its safer to check everynow and then rather then find you and your pets dead.