Page 1 of 1

Pvp Macro

Posted: 2005-01-15 21:05:21
by cOke
I´m Spanish my english it´s very bad but i can speak somethink.

i Need Macros that Heal in the small time recarche very hits....

Para españoles necesitaria macros de pvp como curacion que rellenase bastante vida en poco tiempo y tal.. por favor ayudarme!! x))

Posted: 2005-01-18 15:51:21
by Enima
You english is very bad...

Posted: 2005-01-21 00:20:03
by fr33s
sub heal()

a:
wait (5500) # this is the delay for healing (in this case a bit more than 5 seconds)

b:
If UO.Life<90 then # This line checks when to start healing (in this case after your health is lower than 90hp)
UO.Exec("bandageself")
goto a

Else
Wait(100)
goto b


Мой первый самостоятельно написанный работающий скрипт =)
Сразу после него написал крафтовый )