Durgrimst
05-27-2009, 07:58 AM
My goal is to start the script like...
.pick box chest coffer
And then the script will pick all my boxes, move onto chests pick them all so on. This is what I have, it will pick all the boxes but will not move to the next type of box, and ideas?
START:
put get %1 from my satchel
match Pick You remove
match Next I could not find
Pick:
put put my %1 on counter
waitfor You put
put pull key
waitfor and I'll have it open
put pay 7000
waitfor Turning his attention to the
put get %1 from counter
waitfor You remove
put open my %1
waitfor You open
put look in my %1
put get coins from my %1
wait 3
put empty %1 into my satchel
wait 3
put look in my %1
put put %1 in crate
goto START
Next:
shift
wait 1
goto START
.pick box chest coffer
And then the script will pick all my boxes, move onto chests pick them all so on. This is what I have, it will pick all the boxes but will not move to the next type of box, and ideas?
START:
put get %1 from my satchel
match Pick You remove
match Next I could not find
Pick:
put put my %1 on counter
waitfor You put
put pull key
waitfor and I'll have it open
put pay 7000
waitfor Turning his attention to the
put get %1 from counter
waitfor You remove
put open my %1
waitfor You open
put look in my %1
put get coins from my %1
wait 3
put empty %1 into my satchel
wait 3
put look in my %1
put put %1 in crate
goto START
Next:
shift
wait 1
goto START