Throw ores

Ask for help

Moderators: Murderator+, Murderator

Post Reply
cOke
Posts: 6
Joined: 2005-01-15 20:58:37

Throw ores

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

Post 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...
cOke
Posts: 6
Joined: 2005-01-15 20:58:37

Post by cOke »

im going to test it, Thenks!!! :D
Post Reply