Page 1 of 1

Throw ores

Posted: 2006-09-21 13:51:32
by cOke
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).

Posted: 2006-09-21 14:04:47
by Savage

Code: Select all

...
UO.FindType('Type','Color','backpack')
If UO.FindCount() Then
UO.DropHere('finditem')
Endif
...

Use ,info command in client window, like as chat, to get object parameters Type, Color...

Posted: 2006-09-21 14:18:20
by cOke
im going to test it, Thenks!!! :D