A simple macro I wrote for convenience for multi box.. /dgae /mac pigclaim or /bcaa //mac pigclaim will claim all currency on your bots. Enjoy
Sub Main
/declare dummy int local
/if (!${Window[InventoryWindow]}) {
/windowstate InventoryWindow open
/delay 20
/delay 10 ${Window[InventoryWindow]}
}
/if (${Window[InventoryWindow]}) {
/notify InventoryWindow IW_AltCurr_ReclaimAllButton leftmouseup
/delay 10
/notify InventoryWindow IW_AltCurr_ReclaimAllButton leftmouseup
/delay 10
/windowstate InventoryWindow close
/delay 20
/delay 10 !${Window[InventoryWindow]}
}
/return