Yoko

All sides of Injection
It is currently 2025-11-08 06:41:08

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2006-04-29 18:45:46 
Offline
User avatar

Joined: 2006-04-29 18:20:43
Posts: 10
Народ плз дайте скриптик на бовкрафт что бы делать луки а то у меня есть скриптик но когда лук падает под ноги чару, то скрипт останавливается или пожалуйста переделайте его, он маленький и думаю работы тут 2 сек , Заранее спб !
Code:
sub Bowcraft()
REPEAT
 UO.DeleteJournal()
 UO.DeleteJournal()
 UO.Exec("waitmenu 'What do you want to carve the' 'bow'")
 UO.Exec("waittargettype '0x1BDD'")
 UO.Exec("usetype '0x0F51'")
 Repeat
 wait(100)
 Until (UO.InJournal("item")) || (UO.InJournal("pack"))
UNTIL (UO.Life<1)
If UO.InJournal("many items") Then
Message("Too many items! The script is terminated.")
         Else
Message("You was DIE! The script is terminated.")
End If
UO.DeleteJournal()
end sub


Top
   
 Post subject:
PostPosted: 2006-04-30 14:45:09 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Code:
sub Bowcraft()
var dagger='0x0F51'
var logs='0x1BDD'

 while not uo.Dead()
   uo.DeleteJournal()
   uo.WaitMenu('What do you want to carve the' ,'bow')
   uo.WaitTargetType(logs)
   uo.UseType(dagger)
   while not uo.InJournal('item') or uo.InJournal('pack') or uo.InJournal('you fail')
     wait(100)
   wend
 wend
end sub


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited