Yoko

All sides of Injection
It is currently 2024-03-28 18:59:06

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2019-02-08 17:56:49 
Offline

Joined: 2019-02-08 17:53:28
Posts: 1
Нашел тут такой скрипт, но под мой шард нужно сделать так, чтобы чар плавил руду по несколько штук, по тэйпу и цвету, сначала используя форжу, а потом кликал на кучку руды, помогите, кто может





sub pereplavka()
repeat
if uo.weight > 100 then #Максимальный вес
repeat
UO.Findtype('0x19B9', '-1', 'backpack') #ту что осталось руду в сундук назад
UO.moveitem('finditem',-1,'0x4057624A')
Wait(500)
until uo.findcount()== 0
Wait(1000)
repeat
UO.Findtype('0x1BEF', '-1', 'backpack') #игноты в сундук
UO.moveitem('finditem',-1,'0x4057624A')
Wait(500)
until uo.findcount()== 0
endif
Wait(500)
UO.UseObject('0x40580C04')#использую сундук который рядом с кузнецей(открыnm сундук)
UO.Findtype('0x19B9', '-1','0x4057624A')
If UO.Findcount() == 0 Then
return
Endif
UO.Set('quiet','0')
uo.print('find->'+'finditem' )
UO.moveitem('finditem','250','backpack')
Wait(1000)
UO.UseType('0x19B9')
Wait(1000)
until uo.findcount()== 0
UO.Print('end!')
end sub


Top
   
PostPosted: 2019-02-09 07:04:32 
Offline

Joined: 2015-12-20 08:58:44
Posts: 24
I would even help!
But I needed to understand your scenario!
but it's complicated for me to understand, since I do not speak Russian!


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 31 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