Public Macros help with a change to a macro
Reply
help with a change to a macro
ok this is the code i have to do autoloot or at least a part of it

:MainLoop
/target corpse
/delay 1s
/loot
/delay 0
/doevents
/if (${PAUSED}) /goto :MainLoop
/if (${Merchant.Open}) /call SellLoot
/if (${Window[LootWnd].Open}) /call LootCorpse

/goto :MainLoop

my question is now will this work as well but only when i loot a mob

:MainLoop
/doevents
/if (${PAUSED}) /goto :MainLoop
/if (${Merchant.Open}) /call SellLoot
/if (${Window[LootWnd].Open}) /call LootCorpse

/goto :MainLoop
Fri Jan 14, 2011 3:06 am
Public Macros help with a change to a macro
Reply