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!

reading in what going on in UO

wolfy5678

Wanderer
reading in what going on in UO

ok for a while now ive been playing arround with the ultima.dll file in c# and managed it to quite easily send text to ultima and get your location etc and from that do some quite nice stuff.

but the next stage as far as i see is reading in whats happening in game such as text or menus that appear

im perticulaly intrested in detecting when certain menus appear and being able to move the mouse+click would be nice

for the last 3 days ive been playing with the ProcessStream but to be honest im not really to sure what im doing and havent progressed much further than getting some numbers from the read command (no idea what there from)

also is it possible to get your ultima client version?
 

Jeff

Lord
wolfy5678;708453 said:
ok for a while now ive been playing arround with the ultima.dll file in c# and managed it to quite easily send text to ultima and get your location etc and from that do some quite nice stuff.

but the next stage as far as i see is reading in whats happening in game such as text or menus that appear

im perticulaly intrested in detecting when certain menus appear and being able to move the mouse+click would be nice

for the last 3 days ive been playing with the ProcessStream but to be honest im not really to sure what im doing and havent progressed much further than getting some numbers from the read command (no idea what there from)

also is it possible to get your ultima client version?
for those things you need to know how to process the packet stream, look at the source for SpyUO
 
Top