Search found 6 matches

by JaYz
2006-04-22 15:47:42
Forum: Help
Topic: Bandage script fails
Replies: 11
Views: 2677

flake wrote:That's what the macro will do. Once you finish healing or fail, it starts healing again.


Yeah but where i made the time control?
by JaYz
2006-04-22 13:17:45
Forum: Help
Topic: Bandage script fails
Replies: 11
Views: 2677

sub bandage()
repeat
uo.deletejournal()
uo.exec("bandageself")
repeat
wait(50)
until uo.InJournal('You put') OR uo.InJournal('You fail')
until uo.dead()
endsub

That isnt what i want. I play in a shard with ...
by JaYz
2006-04-22 10:54:05
Forum: Help
Topic: Bandage script fails
Replies: 11
Views: 2677

sub bandage()
uo.deletejournal()
uo.exec("bandageself")
wait(3000)
if uo.InJournal('You put') then
uo.Print('Succesful')
wait(100)
end if
if uo.InJournal('You fail') Then
uo.Print(' You fail ...
by JaYz
2006-04-22 10:07:13
Forum: Help
Topic: Bandage script fails
Replies: 11
Views: 2677

dmitrykit wrote:
JaYz wrote:Error in line 9.

i che s togo? tebe che, dolzhny vydavat' to 4to srazu zoloto domoj nosit' budet? pravj sam, kak tbe nado, i 4tob rabotalo kak ty hocehsh


???
by JaYz
2006-04-22 10:01:42
Forum: Help
Topic: Bandage script fails
Replies: 11
Views: 2677

Error in line 9.
by JaYz
2006-04-22 09:38:34
Forum: Help
Topic: Bandage script fails
Replies: 11
Views: 2677

Bandage script fails

Hello, Anyone know why i doesnt print in the screen when i fail healing with a bandage?

Always prints succeeded, looks like it isnt loading from the journal.

Thanks.


sub bandage()
uo.deletejournal ()
uo.exec("bandageself")
if UO.InJournal("failed ...