Journal - Can any1 help ? [Maybe Yoko?]

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Knight1106
Posts: 64
Joined: 2005-09-08 18:38:12

Journal - Can any1 help ? [Maybe Yoko?]

Post by Knight1106 »

i'm trying to read something said at party but the injournal command doesn't read.

how can i do it ?

How can i get the frase said in party ?
Knight1106
Posts: 64
Joined: 2005-09-08 18:38:12

Post by Knight1106 »

up
Knight1106
Posts: 64
Joined: 2005-09-08 18:38:12

Post by Knight1106 »

one last try...

up
Edred
Expert!
Posts: 2544
Joined: 2004-04-03 17:36:29
Location: Saint-Petersburg

Post by Edred »

Sensitivies left to vacation. Please, add more details...
Ни один скрипт не работает? Пора обновить Инжект...
Все работает, но хочется большего? Пора переходить на стелс...
Knight1106
Posts: 64
Joined: 2005-09-08 18:38:12

Post by Knight1106 »

Edred wrote:Sensitivies left to vacation. Please, add more details...


well
i did a script that waits for something said for a friend, like this
while uo.injournal('Something')
"do something"
deletejournal()
wend

so, when my friend says "Something" in party, nothing happens, its doesn't work, its like injection doesn't read that line.

i hope u undertand
my english is not so good so i couldn't find the words to explain better.
try help me
thanks
Edred
Expert!
Posts: 2544
Joined: 2004-04-03 17:36:29
Location: Saint-Petersburg

Post by Edred »

Code: Select all

uo.deletejournal()
repeat
   wait(100)
until uo.injournal('Something')
"do something"
Ни один скрипт не работает? Пора обновить Инжект...
Все работает, но хочется большего? Пора переходить на стелс...
Knight1106
Posts: 64
Joined: 2005-09-08 18:38:12

Post by Knight1106 »

Edred wrote:

Code: Select all

uo.deletejournal()
repeat
   wait(100)
until uo.injournal('Something')
"do something"


this is a simple script that works with almost every message excepts the party messages (that green messages that appears when you are in a party with someone and type /p message). be sure, i'm not a great scripter but i know how to script and i've tried this one too.

i realized that the uo.journal() changes it's value but uo.injournal() no.

could be this any option of the main tab ?
i don't know what to do anymore...
please try to help me
thanks
Edred
Expert!
Posts: 2544
Joined: 2004-04-03 17:36:29
Location: Saint-Petersburg

Post by Edred »

Type ,showjournal in client and check your message. If the message exists - you can use any command from the work with the journal.
Ни один скрипт не работает? Пора обновить Инжект...
Все работает, но хочется большего? Пора переходить на стелс...
Post Reply