ПОделитесь

Спасибо
Moderators: Murderator+, Murderator
Code: Select all
sub herd()
VAR LastTimer
while NOT UO.Dead()
UO.WaitTargetObject('0x000AD7CE') ; mustang
UO.UseType('0x13F4') ; crock
wait(1000)
UO.LClick(410,219)
LastTimer=UO.Timer()
UO.DeleteJournal()
while NOT UO.InJournal("You don") AND LastTimer+200<UO.Timer()
wait(100)
wend
wend
end sub