Search found 3 matches

by Ghormoon
2009-08-29 13:34:43
Forum: Scripting Ore
Topic: uo.count
Replies: 4
Views: 3109

yes, i understood this from the link (on second attempt :D) and it works
I've got it bit different, simplified, so it count up to 1, but I only need to know if the item is is maing bag more times (find, move, ingore, count again) but i had problem when it was in sub-bag, this was only solution :)
by Ghormoon
2009-08-29 07:38:16
Forum: Scripting Ore
Topic: uo.count
Replies: 4
Views: 3109

I'm getting "Unknown graphics type" error on uo.count('finditem') (if there's sollution in russian, I'm not capable of reading it)
and that version with getquantity is not the right one for items without quantity, am I right?
Edit: my fault, it works

BTW and that thing with colors is possible ...
by Ghormoon
2009-08-29 00:13:24
Forum: Scripting Ore
Topic: uo.count
Replies: 4
Views: 3109

uo.count

Hello, I've got problem with uo.count, I can't fond how to search in some particular bag
i tried uo.count(type, bag) and uo.count(type, color, bag), but it still doesn't help
and less important thing:
Is it possible to temporarily change color of object? (like client does when you attack, but i ...