Runuo - Sysmessages

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Xpree
Posts: 19
Joined: 2010-01-06 17:18:40

Runuo - Sysmessages

Post by Xpree »

I'm Trying to right down a script for a runuo server, but somehow the uo.injournal isn't detecting the messages for skills like Meditation or Stealth or any kind of skill relatated message returned, there is any way to detect that?
Beyonder
Expert!
Posts: 388
Joined: 2005-04-23 10:19:43
Contact:

Re: Runuo - Sysmessages

Post by Beyonder »

Runuo uses clilocs, and Injection does not resolve the text stored in clilocs. You can try doing ,showjournal and if you are lucky - you will see cliloc numbers there instead of text. You should use that cliloc numbers in journal functions.
Xpree
Posts: 19
Joined: 2010-01-06 17:18:40

Re: Runuo - Sysmessages

Post by Xpree »

i will try... if any1 could help me with a exemple would be great.

would be something like

Code: Select all

uo.injournal('cliloc # 0x05BD')
??
Beyonder
Expert!
Posts: 388
Joined: 2005-04-23 10:19:43
Contact:

Re: Runuo - Sysmessages

Post by Beyonder »

Generally yes, however I am not sure what exactly injection logs in it's journal. But whatever you see in the ,showjournal command - you can use inside UO.InJournal command.
If you see "#12345" you should use UO.InJournal("#12345"). If you see "Blablacliloc123456" you should use UO.InJournal("Blablacliloc123456").
Xpree
Posts: 19
Joined: 2010-01-06 17:18:40

Re: Runuo - Sysmessages

Post by Xpree »

ty for insight... will try it when i get home.
Post Reply