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!

Getting text from journal

Revan

Sorceror
Getting text from journal

Is there a (fairly simple) way to catch the text that comes up in the journal in the client?
 

Revan

Sorceror
would you mind explaining to me how that's done? (Or give me a link to some place that explains it)
I'd really appreciate it :), i am learning..
 

Cat

Wanderer
you'd need to patch into the client and intercept incoming speech packets.

Then add the text to your own jorunal log.

Im not sure the sdk allows for that. If razor still had a scripting interface one could use that to dump the text to a database or something and access it that way. Again I dont know the status of the interface for razor.

hope that gives you something to look at.
 

tejster24

Sorceror
You would use the UOGSDK for patching?

It already has a code example for C#, and it will inject a dll into the client with ease.
 
Top