PDA

View Full Version : Herb making script



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

Nilandia
04-01-2005, 12:01 AM
I upload a few of my scripts to my website whenever someone has need for them. Especially my merchant scripts, but that's another matter.

My herb growing script has been worked on for a while and gone through a number of tweaks, and since I like scripts that do stuff for me, it does a few things. ;)

The script will grow a full head of mana, bundle them, as well as put the full bundles in a container you specify. You put less-than-full bundles in your STOW container (type STOW SET <container> to set it), and it's recommended you set it to put full bundles in a different container, since the script closes your container with full bundles to prevent pulling a full bundle when you wanted to bundle stuff.

Script is found here: http://www.nilandia.com/grow.txt
Type .grow for usage.