Script dont work..=(

Ask for help

Moderators: Murderator+, Murderator

Post Reply
NIXER
Posts: 5
Joined: 2004-05-21 17:35:14

Script dont work..=(

Post by NIXER »

sub AutoHeal()
while uo.count("Bandage")
if not uo.dead() then
if uo.life < uo.str then
uo.exec("bandageself")
;uo.print("Bandagiere....")
wait(500)
endif
;wait(500)
endif
;wend
wait(500)
wend
end sub

that is the script..and when i will run it ..yoko says "Unknown graphic type"
Why it do that ????.....i hope anyone can help me.... =(
Sorry 4 my bad english ^^"...
MfG
NIXER
Eduardu0
Posts: 17
Joined: 2004-05-15 07:13:57
Contact:

Post by Eduardu0 »

Because perhaps the place where you play uses another type of dressings...
Go in types objects and change the target of the bandage
=)
NIXER
Posts: 5
Joined: 2004-05-21 17:35:14

Post by NIXER »

hm.. thx ^^
i will test it !!
if it work i write back..
MfG
NIXA
Eduardu0
Posts: 17
Joined: 2004-05-15 07:13:57
Contact:

Post by Eduardu0 »

Help...
Does Yoko Injection have exploits of to paint items and to catch plevel?
=)
Poobah
Posts: 13
Joined: 2004-05-23 00:01:22

Post by Poobah »

I have done such a thing, i would keep checking ur journal and wait for the heal attempt to fail/suceed, before continueing.
Post Reply