Search found 2 matches

by tyz
2004-12-26 00:28:43
Forum: Requests
Topic: [Should] Inj Support for Necro/Pala
Replies: 6
Views: 6752

огромное спасибо понял свою ошибку :)
один вопрос, почему :

if uo.life<90 then
UO.Print("***Using Bandage***")
UO.exec ("bandageself")
wait(3500)
endif

если стоит ткой цикл, то начинает страшло тормозить ?
как обойти ?
by tyz
2004-12-25 22:48:23
Forum: Requests
Topic: [Should] Inj Support for Necro/Pala
Replies: 6
Views: 6752

немогу использовать заклиание паладина клоуз воундс

Sub heal()
healx:

UO.Print("***Using Bandage***")
UO.exec ("bandageself")
wait(5500)

if uo.life<40 then
UO.Print("***Using Heal Potion***")
UO.exec("usetype 0x0F82 0x0532")
UO.Cast('Close Wounds')
wait (100)
uo ...