Hey guys, I've been away for awhile.

I'm working on a 3rd party program that will send chat text to the UO client. I believe it involves importing either Ultima.dll or OpenUO.Ultima.dll into my VS project and configuring an appropriate packet to send to a running UO client. Have any of you done something similar? I've been looking at the source code for razor for some hints but I didn't see exactly what I was looking for.

*edit* woops, maybe I should have posted this in 3rd Party Support....
 
Hey guys, I've been away for awhile.

I'm working on a 3rd party program that will send chat text to the UO client. I believe it involves importing either Ultima.dll or OpenUO.Ultima.dll into my VS project and configuring an appropriate packet to send to a running UO client. Have any of you done something similar? I've been looking at the source code for razor for some hints but I didn't see exactly what I was looking for.

*edit* woops, maybe I should have posted this in 3rd Party Support....

If you use openUO you won't even have to do all the packet stuff, which actually involves injection, and many other challenges.
OpenUO has a DLL API that will send the text for you

edit: corrected auto-correct from cell phone
 
Last edited:
Back