Jedi Archive
Thread: how do u make a macro that...
Page 1 of 1
Frodofraggins
Tue Nov 08, 2005 12:03 am
#1
how do u make a macro that attacks monsters when u are afk and loots them?
i dont know how to make a macro period
GEnHpwnS
Tue Nov 08, 2005 12:06 am
#2
Name: target
/ui action cycleTargetOutward;
/pause 1;
/saberthrow; (set a default attack)
/pause 10; (or however long it takes to kill it)
/macro target;
Then make a loot macro
Name: loot
/loot all;
/pause 1;
/macro loo;
GEnHpwnS
Tue Nov 08, 2005 12:11 am
#4
Frodofraggins wrote:
is there way to do it without jedi?
Yeah.. Where it says /saberthrow put in the powerful attack that your guy has. /critical for BH's /leg for carbineers. everything else should remain the same. and on the final line of my loot macro it should say : /macro loot; I mispelled loot.
Page 1 of 1