Pvp Macro

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
cOke
Posts: 6
Joined: 2005-01-15 20:58:37

Pvp Macro

Post 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))
Enima
Posts: 5
Joined: 2004-11-07 14:04:24

Post by Enima »

You english is very bad...
fr33s
Posts: 28
Joined: 2004-12-27 17:03:45
Location: Kyiv. UA.
Contact:

Post 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


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