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 ?
Journal - Can any1 help ? [Maybe Yoko?]
Moderators: Murderator+, Murderator
-
Knight1106
- Posts: 64
- Joined: 2005-09-08 18:38:12
wellEdred wrote:Sensitivies left to vacation. Please, add more details...
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
Code: Select all
uo.deletejournal()
repeat
wait(100)
until uo.injournal('Something')
"do something"Ни один скрипт не работает? Пора обновить [url=http://www.eof.nm.ru/FiLeS/uoloop.exe]Инжект[/url]...
Все работает, но хочется большего? Пора переходить на [url=http://stealth.od.ua/]стелс[/url]...
Все работает, но хочется большего? Пора переходить на [url=http://stealth.od.ua/]стелс[/url]...
-
Knight1106
- Posts: 64
- Joined: 2005-09-08 18:38:12
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.Edred wrote:Code: Select all
uo.deletejournal() repeat wait(100) until uo.injournal('Something') "do something"
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
Type ,showjournal in client and check your message. If the message exists - you can use any command from the work with the journal.
Ни один скрипт не работает? Пора обновить [url=http://www.eof.nm.ru/FiLeS/uoloop.exe]Инжект[/url]...
Все работает, но хочется большего? Пора переходить на [url=http://stealth.od.ua/]стелс[/url]...
Все работает, но хочется большего? Пора переходить на [url=http://stealth.od.ua/]стелс[/url]...