if not @findobject 'containertailor'
headmsg 'Selecione um container'
promptalias 'containertailor'
endif
if not @findobject 'wheel'
headmsg 'Selecione um wheel'
promptalias 'wheel'
endif
if not @findobject 'loom'
headmsg 'Selecione um loom'
promptalias 'loom'
endif
usetype '0xdf9' //algodao
waitfortarget 15000
target! 'wheel' //wheel
pause 2000
while @findtype '0xfa0' '0' 'backpack' //spools
usetype! '0xfa0' '0' 'backpack'
waitfortarget 15000
target! 'loom' //loom
pause 1000
endwhile
pause 1000
while @findtype '0xf95' '0' 'backpack' //bolt
moveitem! 'found' 'containertailor'
pause 400
endwhile
pause 1000
if not @findobject 'containertailor'
headmsg 'Selecione um container'
promptalias 'containertailor'
endif
if skill 'tailoring' < 70.1
usetype! '0xf9d' '0' 'backpack' //Sewing Kit
waitfortarget 15000
targettype! '0x175d'
@automenu! '' 'Cloth Box'
pause 6000
while @findtype '0x1422' '65' 'backpack'
moveitem! 'found' 'containertailor'
pause 400
endwhile
else
headmsg 'Utilize Power Scrolls!'
stop
endif