Yoko

All sides of Injection
It is currently 2025-11-15 06:21:29

All times are UTC+02:00




Post new topic  This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
PostPosted: 2007-04-16 14:45:37 
Offline

Joined: 2007-04-16 14:35:51
Posts: 2
Нашла скрипт отлично работающий, чар кует ножики и плавит их, я бы хотела, чтобы скрипт работал следующим образом:
спрашивал какой металл использовать.
просил указать сумку с пустыми мешками.
просил указать сумку, куда заполненные мешки будут убираться.
То есть, нужно, чтобы сделанный предмет убирался в мешок, и так до тех пор пока в он не наполнится (255 предметов) и после этого мешок перекладывался в указанную сумку.

Сама сделать пыталась- неудачно. Скрипт используемый для ковки :

Code:
sub BlacksmithyIM()

VAR Exit=0, LastTimer
while Exit<>1
UO.DeleteJournal()
LastTimer=UO.Timer()
UO.WaitMenu('Blacksmithing','Weapons','Weapons','Swords','Swords','dagger') ;Что куем
UO.UseType(0x1BEF) ;Инги айрона

while NOT UO.InJournal("You put") AND NOT UO.InJournal("You have failed")
wait(500)
wend

If UO.InJournal("You have failed") then
repeat
wait(100)
until UO.Timer()>=LastTimer+100 ;Время создания дагера
EndIf

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

If UO.GetQuantity('finditem') then
UO.WaitTargetObject('finditem')
UO.UseObject(0x4028FF4C) ; Форж
Endif

UO.FindType('0x1BEF',-1,'backpack')
If UO.GetQuantity('finditem')<10 then
UO.FindType('0x1BEF','0x0000','0x40228A46') ;Cундук с ингами
wait(1000)
UO.Grab('1000','finditem')
Endif
wait(1000)
wend
end sub


Top
   
 
 Post subject:
PostPosted: 2007-04-16 14:49:42 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Пиши в асю, договоримся.


Top
   
 
 Post subject:
PostPosted: 2007-04-18 04:01:00 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Если кому то еще нужен скрипт-пишите в асю.


Top
   
 
Display posts from previous:  Sort by  
Post new topic  This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 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