SWG Macros - Pet grind macros for all classes
Posted: June 17th, 2007, 3:05 pm
I run the following macros all at once, it can be run AFK or ATK
For pet targeting and attacking
Vary the length of the "/pause 6;" line depending on how long it takes your pet to kill a target
/target self;
/pause .25;
/ui action cycleTargetOutward;
/pause .5;
/ui action petToolbarSlot0;
/pause 6;
/macro petkill;
For pet healing
Put Heal Pet (X) in what ever box you like, change the last two numbers of each toolbarSlotXX to fit your needs
/ui action toolbarSlot02;
/pause 5;
/macro petheal;
For pet XP stims
15 minutes per stim, macro cycles through 4 slots of stims to make sure it gets one in case one or more slot(s) is used up
Change the last two numbers of each toolbarSlotXX to fit your needs
/ui action toolbarSlot20;
/pause 1;
/ui action toolbarSlot21;
/pause 1;
/ui action toolbarSlot22;
/pause 1;
/ui action toolbarSlot23;
/pause 1;
/pause 910;
/macro xp;
For corpse looting
Pause lengths can be adjusted as you see fit
/tar corpse;
/pause 1;
/loot all;
/pause 2.3;
/macro steal;
enjoy
For pet targeting and attacking
Vary the length of the "/pause 6;" line depending on how long it takes your pet to kill a target
/target self;
/pause .25;
/ui action cycleTargetOutward;
/pause .5;
/ui action petToolbarSlot0;
/pause 6;
/macro petkill;
For pet healing
Put Heal Pet (X) in what ever box you like, change the last two numbers of each toolbarSlotXX to fit your needs
/ui action toolbarSlot02;
/pause 5;
/macro petheal;
For pet XP stims
15 minutes per stim, macro cycles through 4 slots of stims to make sure it gets one in case one or more slot(s) is used up
Change the last two numbers of each toolbarSlotXX to fit your needs
/ui action toolbarSlot20;
/pause 1;
/ui action toolbarSlot21;
/pause 1;
/ui action toolbarSlot22;
/pause 1;
/ui action toolbarSlot23;
/pause 1;
/pause 910;
/macro xp;
For corpse looting
Pause lengths can be adjusted as you see fit
/tar corpse;
/pause 1;
/loot all;
/pause 2.3;
/macro steal;
enjoy