For some reason using UO.InJournal won't read a certain message. Im using waitmenu for crafting so i get this message.
Now waiting for menu...
What would you like to make? -> Armors
Menu choice succesfull.
What would you like to make? -> Breastplate
Menu choice succesfull.
When i run outta ore it says "Menu choice cancelled" or something. So i put the EXACT message in UO.InJournal but it seems to ignore it. Will UO.InJournal ignore waitmenu messages? How do i get it to read it?
Thanks.
UO.InJournal not reading message
Moderators: Murderator+, Murderator
Re: UO.InJournal not reading message
goldfish wrote:For some reason using UO.InJournal won't read a certain message. Im using waitmenu for crafting so i get this message.
Now waiting for menu...
What would you like to make? -> Armors
Menu choice succesfull.
What would you like to make? -> Breastplate
Menu choice succesfull.
When i run outta ore it says "Menu choice cancelled" or something. So i put the EXACT message in UO.InJournal but it seems to ignore it. Will UO.InJournal ignore waitmenu messages? How do i get it to read it?
Thanks.
Code: Select all
,set injectecho 1
Еси я канечна правильно понял что ему надо.
Сделал дело - флуди смело !!!
Асканели, имхо ты его правильно понял.
Author:
You are talking about messages of Injection itself, and not client messages.
And Injection messages are not shown in the Journal. Remember, that there is difference bitween the client journal, and Injection Journal.
To see, what kind of messages pass to Injection Journal, type
Now, to solve your problem, do as Askaneli told you:
in the beggining of your script write
This will make injection Journal read Injection messages.
Author:
You are talking about messages of Injection itself, and not client messages.
And Injection messages are not shown in the Journal. Remember, that there is difference bitween the client journal, and Injection Journal.
To see, what kind of messages pass to Injection Journal, type
Code: Select all
,showjournal
Now, to solve your problem, do as Askaneli told you:
in the beggining of your script write
Code: Select all
UO.Set( 'injectecho', '1' )
This will make injection Journal read Injection messages.