Page 1 of 1

UO.InJournal not reading message

Posted: 2005-06-14 06:55:02
by goldfish
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.

Re: UO.InJournal not reading message

Posted: 2005-06-14 07:20:13
by Askaneli
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


Еси я канечна правильно понял что ему надо.

Posted: 2005-06-14 10:12:39
by flake
Асканели, имхо ты его правильно понял.

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.

Posted: 2005-06-14 13:49:51
by Askaneli
Траблы у меня с ихним англицким.

Posted: 2005-06-15 09:01:23
by goldfish
cheers for that guys.