Wednesday, September 16, 2009

Auto Prospecting Macro

Description:
This macro will turn on AutoLoot. Then if Ctrl is held it will prospect any Titanium Ore in your bags. If Alt is held it will prospect any Cobalt Ore in your bags. If no modifier is held it will prospect any Saronite Ore in your bags. It will then loot the contents of the prospect and will finally turn off AutoLoot.
Macro:
#show [mod:ctrl] Titanium Ore; [mod:alt] Cobalt Ore; Saronite Ore
/script SetCVar("AutoLootDefault", 1)
/cast Prospecting
/use [mod:ctrl] Titanium Ore
/use [mod:alt] Cobalt Ore
/use Saronite Ore
/in 5 /script SetCVar("AutoLootDefault", 0)