Back to "nalco" tags

Simple Smelt From Backpack And Pack Animal by Nalco

1# Simple script to smelt ore inside your pack. Also opens your pack animal and smelts the ore inside of your animals pack. 
2# After smelting is complete, will run an organizer to put your ingots into a container.
3# Llama ID needs to be set in script options
4# I use organizer 3 for ingots. Change to the organizer you want to use.
5
6while findtype '6585' 'backpack'
7    overhead 'Found Ore' 86
8    dclicktype '6585' 'backpack'
9    wait 750
10    endwhile
11    
12    wait 3000
13    
14dclick 'llama' 2
15   
16    wait 3000
17	
18while findtype '6585' 'llama'
19    overhead 'Found Ore In My Llama' 86
20    dclicktype '6585' 'llama'
21    wait 750
22    endwhile  
23   
24  for 2
25    organizer 3
26  endfor
27  
28  overhead 'Finished' 86
29  stop