I need an autoheal script..

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Haist
Posts: 5
Joined: 2004-07-14 21:12:29

I need an autoheal script..

Post by Haist »

Anyone got one? Thanks
toqui
Posts: 5
Joined: 2004-05-17 17:15:24

Post by toqui »

while 1
while uo.life < uo.str
uo.say(',bandageself')
wait(2000)
wend
wend
evr0
Posts: 12
Joined: 2004-07-25 07:26:59

Post by evr0 »

hmmm, tell me pls for what while 1? What is it?
Yaponchick
Posts: 36
Joined: 2004-06-24 14:50:25
Location: Moscow, Russia
Contact:

Yeah...

Post by Yaponchick »

Unlimited loop!

Code: Select all

while 1 //while 1 == true(-1,0=false,>0=true) LOOP!
uo.say("HI")
wait(100)
wend
Я наверное, один из старых ;)
evr0
Posts: 12
Joined: 2004-07-25 07:26:59

Post by evr0 »

i c... tnx
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

0 is false, all other is true
Post Reply