HELP! Плавка руды

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
trololo
Posts: 1
Joined: 2019-02-08 17:53:28

HELP! Плавка руды

Post by trololo »

Нашел тут такой скрипт, но под мой шард нужно сделать так, чтобы чар плавил руду по несколько штук, по тэйпу и цвету, сначала используя форжу, а потом кликал на кучку руды, помогите, кто может





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
Okoy
Posts: 24
Joined: 2015-12-20 08:58:44

Re: HELP! Плавка руды

Post by Okoy »

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!
Post Reply