vot toka kogda zapuskaju etot skript, ultima nemnoga laguet, neznaju pochemu. mozhet vi znaete?
Code: Select all
sub ress()
while true
If UO.Life<1 Then
UO.LClick(382,10)
wait(100)
uo.useobject('0x4000997C')
Endif
wend
end sub
Moderators: Murderator+, Murderator
Code: Select all
sub ress()
while true
If UO.Life<1 Then
UO.LClick(382,10)
wait(100)
uo.useobject('0x4000997C')
Endif
wend
end sub
Code: Select all
sub ress()
while true
If UO.Life<1 Then
UO.FindType('здесь тип креста',-1,'ground')
uo.useobject('finditem')
while UO.Dead()
wait(100)
wend
else
wait(100)
Endif
wend
endsub