Page 1 of 1

Healing

Posted: 2004-10-28 18:23:27
by Gina
It´s a very simple script but I'm kind of having problems to do this crap...
See... In the shard that I play, to train Healing, I have to stand right in the fire.
I want a script who make my char step out of the fire when the life is close to 25 and come back to fire when the life comes back to 100.
How do I do it?
Could someone help me? :P

ps: Sorry... My english it´s terrible.

Posted: 2004-10-29 20:03:59
by Yoko
...
if uo.hits<26 then
gotoxy(1234,4321,0)
else
gotoxy(1235,4322,0)
end if
...

include function gotoxy() from FAQ