Yoko

All sides of Injection
It is currently 2025-11-02 23:04:25

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2006-02-11 22:51:15 
Offline

Joined: 2006-02-03 19:32:33
Posts: 156
вот собственно сам скриптик, взятый с проверенных скриптов немного доработанный(крафтит ошейники и плавит их обратно)
но есть существенное НО: скрипт бывает крашится, а именно пишет tinkering filed и так повторяет!!!
хз почему так происходит? ПОМОГИТЕ люДИ!!!!!!!!
(на счет присутствия бутылок в скрипте- ничего не меняет просто не убрал)



sub tinker()
VAR Sunduk = '0x40217B68' ; Сериал сундука
VAR Ingi = '0x1BF2 ' ; Тип ингов
VAR Instrum = '0x1ebc' ; Тип инструмента тинкера
VAR Bottle = '0x1085' ; Тип бутылки
VAR Kolvo = 200 ; Брать ингов
VAR k = 0
While TRUE


UO.Grab( Str( Kolvo ), 'finditem' )
wait( 2000 )
While UO.Count( Ingi ) > 3
; Пока в паке есть инги
UO.Print('Ostalos ' + Str( UO.Count( Ingi ) ) + ' ingots' )
UO.DeleteJournal()
UO.CancelMenu()
UO.WaitMenu ('Tinkering', 'Jewelry', 'Jewelry', 'necklace' )
UO.UseType( Instrum )
k = 0
while NOT UO.InJournal('You put') AND NOT UO.InJournal('fail') AND ( k < 30 )
k = k + 1
wait(500)
wend
if UO.Count( Bottle ) > 0 then
UO.FindType( Bottle, -1, -1 )
UO.MoveItem( 'finditem', 0, Sunduk )
wait( 1000 )
UO.Print( 'Bottle moved' )
end if

UO.FindType('0x1085',-1,'backpack')
wait(500)

If UO.GetQuantity('finditem') then
UO.WaitTargetObject('finditem')
UO.UseObject(0x400195C2) ; Форж
wait(500)
Endif
UO.Say('guard')
wend
end sub


Top
   
 Post subject:
PostPosted: 2006-02-11 22:59:28 
Offline
Junior Expert
User avatar

Joined: 2004-06-24 22:08:56
Posts: 3220
Quote:
while NOT UO.InJournal('You put') AND NOT UO.InJournal('fail') AND ( k < 30 )

Quote:
tinkering filed

...


Top
   
 Post subject:
PostPosted: 2006-02-12 16:11:05 
Offline

Joined: 2006-02-03 19:32:33
Posts: 156
спасибки :D


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 3 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:  
Powered by phpBB® Forum Software © phpBB Limited