Game Guides Archive
Thread: Can some one help me with a macro?
Page 1 of 1
deneric
Sun Apr 17, 2005 7:50 pm
#1
I'm working on a macro i've seen people do before.I'm trying to make a macro which targets,eliminates,and loots(just so they'll spawn quicker)while i'm AFK.I don't even need the loots.so far the macro i've tried(which it didn't even start right) was:
name:wipeout
/target enemy npc(that's where i mess up
)
/attack
/pause 15
/loot
/pause 30
/macro wipeout
so if anyone could help that'd rock,thx in advance
motamba1
Sun Apr 17, 2005 8:03 pm
#2
/ui action cycleTargetOutward;
/follow; (optional)
/??????????; {add what ever skills you want here, as many as you want or need}
/??????????;
/harvestCorpse ????; (meat, bone or hide what ever you want only one)
/lootAiCorpse;
/macro ????; (what ever you named the macro)
deneric
Sun Apr 17, 2005 8:37 pm
#3
motamba1 wrote:
/ui action cycleTargetOutward;
/follow; (optional)
/??????????; {add what ever skills you want here, as many as you want or need}
/??????????;
/harvestCorpse ????; (meat, bone or hide what ever you want only one)
/lootAiCorpse;
/macro ????; (what ever you named the macro)
thank u so much.
/bow3
Kino1816
Sun Apr 17, 2005 9:06 pm
#4
if you are killing some npc and you have -5k faction on them, just run a loot macro when you go to them...
My loot macro
macro name=Loot2
/loot
/pause 1;
/macro Loot2
this will make them respawn, and less work 
Page 1 of 1