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))
Pvp Macro
Moderators: Murderator+, Murderator
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
Мой первый самостоятельно написанный работающий скрипт =)
Сразу после него написал крафтовый )
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
Мой первый самостоятельно написанный работающий скрипт =)
Сразу после него написал крафтовый )
Благодарю, Вы мне очень помогли =)