Game Guides Archive
Thread: Need some help with macros
Page 1 of 1
Itsokasi07
Thu Oct 14, 2004 8:39 am
#1
Is there any type of macro where I can just kill things and loot them?
Ginx
Thu Oct 14, 2004 8:47 am
#2
Yes, just have a macro to repeat the /loot command like so:
/loot;
/ui action toolbarSlot00;
where toolbarSlot00 would be the F1 key where the marco is.
BadgerSmaker
Thu Oct 14, 2004 8:51 am
#3
Using the toolbar slot thing is a bit annoying.
just have
/loot
/macro (macroname)
I think you're after an AFK meatlump looting macro though eh?
ErazorHarpia
Thu Oct 14, 2004 10:52 am
#5
That simple looting macro posted above works a treat for me, I use it all the time and in 30 minutes or so I can have so much sellable loot I don't even need to run missions to support myself. Just 30 minutes on meatlumps last night netted me 1 blue rug cloth patch and 1 orange with 2 adhesives. I made more on them than running missions for 3 days 
Wokka
Thu Oct 14, 2004 11:17 am
#6
Just having loot in the macro and looping will cause you to miss corpses.
try this one:
/target corpse
/loot
/pause 0.5
/macro yourlootmacroname
this allows you to adjust the speed of the spawns by adjusting the pause time. As soon as you loot a corpse, another will spawn. the bad part about this is that if someone kills a durni within 100m of you, it will continually target that durni corpse.
try this one:
/target corpse
/loot
/pause 0.5
/macro yourlootmacroname
this allows you to adjust the speed of the spawns by adjusting the pause time. As soon as you loot a corpse, another will spawn. the bad part about this is that if someone kills a durni within 100m of you, it will continually target that durni corpse.
Page 1 of 1