Throw ores
Moderators: Murderator+, Murderator
Throw ores
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).
-
- Expert!
- Posts: 1205
- Joined: 2004-04-04 11:13:54
- Location: Балаково, Саратовская обл.
- Contact:
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...