UO.InJournal not reading message

Ask for help

Moderators: Murderator+, Murderator

Post Reply
goldfish
Posts: 2
Joined: 2005-06-14 06:46:44

UO.InJournal not reading message

Post 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.
Askaneli
Sphere expert
Posts: 1143
Joined: 2004-10-01 08:27:38
Location: Уфа

Re: UO.InJournal not reading message

Post 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


Еси я канечна правильно понял что ему надо.
Сделал дело - флуди смело !!!
flake
Expert!
Posts: 746
Joined: 2004-08-11 23:56:17
Location: The Citadel
Contact:

Post 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.
Askaneli
Sphere expert
Posts: 1143
Joined: 2004-10-01 08:27:38
Location: Уфа

Post by Askaneli »

Траблы у меня с ихним англицким.
Сделал дело - флуди смело !!!
goldfish
Posts: 2
Joined: 2005-06-14 06:46:44

Post by goldfish »

cheers for that guys.
Post Reply