Page 1 of 1

Combat macro

Posted: April 27th, 2004, 3:02 am
by tault_Tault Community
AFK Combat macro (for combat/creature handling/locked container looting, etc)
/ui action targetSelf;
/pause 1;
/ui action cycleTargetOutward;
/attack;
/tellpet attack; *if doing creature handling
/pause 1;
/loot;
/harvest hide/meat/bone *if harvesting
/pause 1;
/loot;
/harvest hide/meat/bone;
/ui action toolbarSlot00;

Posted: April 27th, 2004, 7:17 pm
by tault_Tault Community
need longer pauses or you will tell the pet to attack more creature and most likely die, or you will die when you try and attack 20 different creatures at once.

Posted: April 28th, 2004, 1:18 pm
by tault_Tault Community
sorry i ment pauses to b 91