RunUO 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!

Client.Targeting handlers

ThatOneGuy

Wanderer
Client.Targeting handlers

I couldn't help noticing, it doesn't seem like all these handlers can be used right now. Is there any way to access them from the client? Or, even better, from a macro/plugin? Right now there are a lot of useful macros that don't seem to be possible, given the limited nature of the IExposed interface. Like, a macro to fill potion kegs automatically, by dragging all potions of a certain type onto a selected potion keg. Or a macro that fills you up with a certain amount of each reg (e.g. RegCount says 20 pearl, 30 root, 14 garlic, etc. so it takes 30 pearl, 20 root, 36 garlic, etc. from some other reg container so you have 50 of each). The plugin interface seems pretty limited now, but it has a lot of exciting possibilities.
 

krrios

Administrator
Yes, the IExposed interface is very lacking. This is, unfortunately, not something that's likely to get resolved in any timely manner: the majority of time I spend programming must be devoted to RunUO.

By the way, look at the '. move' command. ;)
 
Top