Items And Loot Archive
Thread: Loot Macro
Problem:
I was out hunting for my Spinner Blades and of course I need to kill a lot of NPC's to get them. I thought I would make a macro to make it easier to loot. This way I could pop it, nail them and loot them without needing to click on each one. Here is my macro:
/target corpse;
/pause 1;
/loot;
Now this works but often it is not picking the corpse near me it picks one that is far away. So now I run around getting close to the ones it picks in some random order that is unapparent to me. Although this is still easier what am I missing? I tried targeting me first and then the corpse but no luck
Thanks in advance for any help you are able to give me
/pause 0.1; will make it much more effective. The problem with the
/tar corpse; macro is, that it doesn't target the nearest corpse,
it targets the first corpse in alphabetical order. So, if you have 'corpse of VK821' and 'corpse of ST013'
laying around, it'll always target 'corpse of ST013'. I only use the auto-looting when AFK, other times
i prefer double-clicking.
Macro: loot_loop
/tar corpse;
/pause 0.1;
/loot;
/ui action untarget;
/ui action cycleTargetOutwards;
/pause 0.1;
/macro loot_loop;
This macro auto-targets your closest enemy, if there's is a corpse laying around, it targets the corpse and
tries to loot it. As said above it can easily be bugged, so i recommend manual looting. Anyways, you can run
an additional attack spamming macro and let you character AFK-kill anything around.
greetz,
We need a /target Next corpse so you could cycle.
MusicMan09 wrote:
I just use:
/loot all;
/macro loot;
LOL
iam using the same=)