textouput like spam

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Taya
Posts: 29
Joined: 2006-11-02 14:07:13
Location: near Cologne, GERMANY

textouput like spam

Post 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
Nmy
Expert!
Posts: 2152
Joined: 2005-09-14 15:31:58
Location: Latvia

Post by Nmy »

injection > main properties > do you have Verbose menu turned on? you should turn it off...
Taya
Posts: 29
Joined: 2006-11-02 14:07:13
Location: near Cologne, GERMANY

Post by Taya »

wow thats it!

thank you thausend times!
Post Reply