Page 1 of 1

uo.injournal() Dont read Sys Message

Posted: 2006-05-17 04:03:30
by micion
i wanna detect bandage operation or special move

so if i write:

Code: Select all

sub Check()
if uo.injournal('mortally') then
uo.print('you have big problem')
uo.deletejournal()
end if
end sub


calling the sub it will detect only if i or someone tell the word 'mortally' but it not find the message 'You have been mortally!' came after a special make by weapon :(

i cant read server message with uo.injournal

how can be possible??

how i have to do to resolve?

Posted: 2006-05-17 06:44:32
by admir
uo.print() - is an internal message .
Injection journal does not mark it .

Posted: 2006-05-17 13:07:46
by micion
i want not to read my own print i wanna read the message come from bandage/special that i dont print :|

Posted: 2006-05-17 13:14:40
by Grin
try to use your bandages and then print ,showjournal ...
i think you will see something like cliloc# ... try to understand this code messages. And if it will be, use uo.injournal('cliloc# ...')

Posted: 2006-05-17 13:34:08
by micion
tankyou I go to work with this! :*

Posted: 2006-05-17 13:46:19
by micion
Is Perfect i Love You!!! :*

i need a little sub can i ask to you?

Posted: 2006-05-17 18:15:09
by Grin
:) you can

Posted: 2006-05-17 23:06:36
by micion
i write u a pm :)