heres the mindspore mac again, but i added looting, simply place the mouse cursor over wehre the "no" button apperas and leave it there
enjoy !
enjoy !
Rich (BB code):
Sub Main
/declare LootTotal int local 0
/declare LootSlot int local 1
:loop
/if (!${SpawnCount[npc mindspore]}) {
/tar mindspore corpse
/delay 5
/loot
/delay 5
/click left
/itemnotify loot${LootSlot} rightmouseup
/delay 3
/if (${Corpse.Item[${LootSlot}].ID}) {
/delay 2
/delay 5
/notify LootWnd DoneButton leftmouseup
}
}
/if (${SpawnCount[npc mindspore]} && !${SpawnCount[gm]}) {
/squelch /target npc mindspore
/delay 5 (${Target.ID})
/if (${Target.ID}) /open
}
/goto :loop
/return

