Page 1 of 1

textouput like spam

Posted: 2006-12-03 20:03:47
by Taya
hi,

i wrote a little script with very much

Code: Select all

UO.FindType(...)


commands. thus the journal is full not in a second.

i know the "set quiet 1" command. but then there is absolut no output from injection.

is there a way just to restrain just the "found n items" lines?

if i use

Code: Select all

UO.Exec("set quiet 1")
UO.FindType(...)
UO.Exec("set quiet 0")


there is the same count of "quiet mode off" lines :(

please help me!

thanks
taya

Posted: 2006-12-05 10:38:06
by Nmy
injection > main properties > do you have Verbose menu turned on? you should turn it off...

Posted: 2006-12-05 22:10:26
by Taya
wow thats it!

thank you thausend times!