Healing

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Gina
Posts: 2
Joined: 2004-10-15 20:44:58

Healing

Post 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.
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

...
if uo.hits<26 then
gotoxy(1234,4321,0)
else
gotoxy(1235,4322,0)
end if
...

include function gotoxy() from FAQ
Post Reply