Theyesman
03-31-2005, 11:11 PM
I'm sure there's already one of these about that's far better than this one, but someone asked and I whipped one up. Hope you might get use out of it.
if_1 goto start
ECHO
ECHO *****Syntax is .herb container
Echo Where container is the container you keep your herbs it
ECHO
exit
start:
match castherb I could not find
match waitformana You don't have
put send 18 asdf
matchwait
waitformana:
put stance off
put meditate
pause 360
goto start
castherb:
put inc 1118
match acantha acantha leaf
match bmoss basal moss
match emoss ephlox moss
match fruit calamia fruit
match astem aloeas stem
match amleaf ambrominas leaf
match lichen wolifrew lichen
match tleaf torban leaf
match sclove sovyn clove
match hroot haphip root
match pgrass pothnir grass
match cspine spine
matchwait
cspine:
save spine
goto bundle
pgrass:
save "pot grass"
goto bundle
sclove:
save clove
goto bundle
hroot:
save root
goto bundle
acantha:
save "ac leaf"
goto bundle
bmoss:
save "bas moss"
goto bundle
emoss:
save "eph moss"
goto bundle
fruit:
save "cal fruit"
goto bundle
astem:
save "aloeas stem"
goto bundle
amleaf:
save "amb leaf"
goto bundle
lichen:
save "wol lich"
goto bundle
tleaf:
save "tor leaf"
goto bundle
bundle:
pause 4
match start Get what?
match backpackcheck You pick up
put get %s
matchwait
backpackcheck:
match nonebackpack Get what?
match bundlenow You remove
put get %s from my %1
matchwait
nonebackpack:
put stow right
goto start
bundlenow:
match backpackcheck Carefully
match fullbundle If you add
put bun my %s
matchwait
fullbundle:
put stow left
put stow right
goto start
if_1 goto start
ECHO
ECHO *****Syntax is .herb container
Echo Where container is the container you keep your herbs it
ECHO
exit
start:
match castherb I could not find
match waitformana You don't have
put send 18 asdf
matchwait
waitformana:
put stance off
put meditate
pause 360
goto start
castherb:
put inc 1118
match acantha acantha leaf
match bmoss basal moss
match emoss ephlox moss
match fruit calamia fruit
match astem aloeas stem
match amleaf ambrominas leaf
match lichen wolifrew lichen
match tleaf torban leaf
match sclove sovyn clove
match hroot haphip root
match pgrass pothnir grass
match cspine spine
matchwait
cspine:
save spine
goto bundle
pgrass:
save "pot grass"
goto bundle
sclove:
save clove
goto bundle
hroot:
save root
goto bundle
acantha:
save "ac leaf"
goto bundle
bmoss:
save "bas moss"
goto bundle
emoss:
save "eph moss"
goto bundle
fruit:
save "cal fruit"
goto bundle
astem:
save "aloeas stem"
goto bundle
amleaf:
save "amb leaf"
goto bundle
lichen:
save "wol lich"
goto bundle
tleaf:
save "tor leaf"
goto bundle
bundle:
pause 4
match start Get what?
match backpackcheck You pick up
put get %s
matchwait
backpackcheck:
match nonebackpack Get what?
match bundlenow You remove
put get %s from my %1
matchwait
nonebackpack:
put stow right
goto start
bundlenow:
match backpackcheck Carefully
match fullbundle If you add
put bun my %s
matchwait
fullbundle:
put stow left
put stow right
goto start