Не работают скрипт на скролы

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
Loken
Posts: 34
Joined: 2005-08-03 09:35:00

Не работают скрипт на скролы

Post by Loken »

К примеру воот
sub Gheal()
If Uo.Life<=80 and UO.Mana>=10 then
uo.FindType ('0x1F49','-1','my')
If Uo.Findcount() > 0 then
Uo.WaitTargetSelf()
Uo.UseObject('finditem')
else
Uo.Cast('Greater Heal','self')
endif
else
Uo.Print("I cant do that")
endif
end sub

скролы находит (Verbose ON) , но с них не кастует.
Savage
Expert!
Posts: 1205
Joined: 2004-04-04 11:13:54
Location: Балаково, Саратовская обл.
Contact:

Post by Savage »

Попробуй после финдтайпа wait(300)
Nmy
Expert!
Posts: 2152
Joined: 2005-09-14 15:31:58
Location: Latvia

Post by Nmy »

попробуй uo.waittargetobject('self')
Post Reply