Page 1 of 1
Journal - Can any1 help ? [Maybe Yoko?]
Posted: 2007-10-05 00:43:29
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 ?
Posted: 2007-10-08 17:25:49
by Knight1106
up
Posted: 2007-10-18 05:15:06
by Knight1106
one last try...
up
Posted: 2007-10-18 08:36:45
by Edred
Sensitivies left to vacation. Please, add more details...
Posted: 2007-10-19 22:37:41
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
Posted: 2007-10-20 09:21:50
by Edred
Code: Select all
uo.deletejournal()
repeat
wait(100)
until uo.injournal('Something')
"do something"
Posted: 2007-10-20 21:30:08
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
Posted: 2007-10-21 09:18:33
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.