UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

UOSteam recursive search?

Tanya

Traveler
I have a macro for searching an item with given properties in one container...
but is it possible to make kind of "recursive" search, when I have in one container a few containers,
and it goes 3 levels deeper, each time different amount of containers.
The macro will look in every container in a given container, 3-4 levels deep :eek:
Is it possible in UOSteam to create such a macro?
ty
 

kolbycrouch

Knight
using a list with all the types of subcontainers.

at some point in the macro, start finding those types, opening them, search for the item in that container and then ignoreobject on that container.

something like this should work.

Sorry I'm not at my main computer and don't feel like typing a partial macro :)
 

Tanya

Traveler
That's it, it really works when you open all containers. Didn't thought about that. :)
It was your old macro for searching sleeves, I modified it to search weapons and other stuff.
Thanks MB!
 
Top