Destroying copper
Posted: Fri May 14, 2004 8:17 am
Need a Simple Line of text that will destroy all Copper on a persons
Thx
Thx
Need to talk about MacroQuest to other MacroQuest users?
https://mq64.org/phpBB3/
Code: Select all
Sub Main
/windowstate InventoryWindow open
/shift /notify InventoryWindow IW_Money3 leftmouseup
|Are we sure we want to destroy it? Give me 10 seconds to drop in autoinv
/delay 10s
/destroy
/windowstate InventoryWindow close
/return