sub battle()
var t
UO.CancelMenu()
UO.DeleteJournal()
UO.Setarm('arm')
UO.AutoMenu('What','Polar')
while NOT UO.Dead()
if UO.Life<UO.Str then
repeat
UO.Bandageself()
wait(5000)
if UO.Count('0x0e21')==0 then
uo.waittargettype("washbasin")
uo.usetype("bloodbandages")
wait(500)
UO.DeleteJournal()
endif
until UO.Life==UO.Str
endif
UO.Arm('arm')
UO.WaitTargetSelf()
UO.Cast('Summ. Crea')
wait(500)
if UO.InJournal('lack sufficient') then
while UO.Mana<40
UO.Exec("warmode 0")
UO.UseSkill('Meditation')
repeat
wait(100)
until UO.InJournal("You are") OR UO.InJournal("You lose") or UO.Mana>40
UO.DeleteJournal()
wait(1000)
wend
endif
t=0
repeat
wait(500)
t=t+1
if t>15 then
UO.WaitTargetSelf()
UO.Cast('Summ. Crea')
t=0
endif
UO.findtype('0x00d5','0x08FD','ground')
until uo.FindCount()>0
repeat
wait(1000)
UO.Attack('finditem')
UO.findtype('0x00d5','0x08FD','ground')
until uo.FindCount()==0
wend
end sub
вот здесь пишет типа line 45: Function not Found - UO.FINDCOUNT
проблемка :(
Moderators: Murderator+, Murderator