Search found 2 matches

by Vermitras
2008-06-06 13:18:35
Forum: Help
Topic: uo.SetJournal() does not replace the text
Replies: 1
Views: 1085

So no ideas why it does not work??
I've tried also some other injection.dll ... bud it did not help.
by Vermitras
2008-05-11 17:07:04
Forum: Help
Topic: uo.SetJournal() does not replace the text
Replies: 1
Views: 1085

uo.SetJournal() does not replace the text

Hello,
I have trouble with uo.SetJournalLine(linenum,text)

Just to demonstrate:

sub fakejournal()
var d = 5
uo.textprint("##Journal at the begining:")
uo.showjournal(d + 1)
var i
for i = 0 to d
uo.setjournalline(i,"--changed--")
next ...