Throw ores
Posted: 2006-09-21 13:51:32
I need a macro to drop minerals of low value and that alone selects the good ones that will be those that to save in a bag (good ores).
Code: Select all
...
UO.FindType('Type','Color','backpack')
If UO.FindCount() Then
UO.DropHere('finditem')
Endif
...