PDA

View Full Version : AFK Combat Macro


hinch
18-06-2004, 09:15
COMBAT
For Creatures:

RANGED
/ui action cycleTargetOutward;
/attack;
/pause 10;
/ui action toolbarSlot00;

MELEE
/ui action cycleTargetOutward;
/follow;
/pause 10;
/attack;
/pause 10;
/ui action toolbarSlot00;

FOR NPCS:
RANGED
/ui action cycleTargetOutward;
/attack;
/pause 10;
/loot;
/ui action untarget;
/ui action toolbarSlot00;

MELEE
/ui action cycleTargetOutward;
/follow;
/pause 10;
/attack;
/pause 10;
/loot;
/ui action untarget;
/ui action toolbarSlot00;

CH

AFK CH EXP

Almost exactly like the above one^

/ui action cycleTargetOutward;
/follow;
/tellpet XX;
/pause 5;
/attack;
/pause 5;
/tellpet AA;
/ui action toolbarSlot00;

XX = Command for Attack
AA = Command for Follow Me.