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!

Few questions

arul

Sorceror
Few questions

Hi
Iam novice C# coder and I have some troubles with UO SDK.
Could someone please tell me how can I gather client informations like X,Y,Z position, Str,Dex,Int and so on ?
I heard something about using ProcessStream to acces client memory but I really dunno what shall I do with that.
Thanks
 
Phantom said:
The SDK doesn't have a way to get this information...

You will have to use another method.

Technically it does, since the SDK does have a way to read the client's memory. However, you'd need to know where in the client's memory to read, which would require you to know how to read ASM and use a disassembler.
 
Top