Dembones (script)

From Elanthipedia
Revision as of 16:44, 21 January 2013 by Maintenance script (talk | contribs) (Created page with "{{Script |cat=crafting |fe=StormFront |auth=Zamara and Excite }} This script will scrape bones clean and bleach them. === Script === <pre>ECHO *[[DEMBO...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Dembones (script)
Category crafting
Front-end StormFront
Author Zamara and Excite


This script will scrape bones clean and bleach them.

Script

ECHO *[[DEMBONES will clean bones by scraping & bleaching.]]
ECHO *[[DEMBONES by Zamara & Yugen. Updates on Elanthipedia.]]
ECHO *[[Use .DEMBONES <fresh bone location, IE: bundle> <location to put bleaching bones, IE: bag backpack> <Scraping rate CAREFUL/NORMAL/QUICK>]]

BONES:
put get my scraper
put get bone from %1
MATCH NOBONE What were
MATCH CLEAN You get

CLEAN:
put scrape bone with scraper %3
MATCH BLEACH The bones looks as clean as you can make them.
MATCH BLEACH The bones looks as clean as you can make it!
MATCH CLEAN You quickly scrape your bones
MATCH CLEAN You carefully scrape your bones
MATCH CLEAN You scrape your bones
MATCHWAIT

BLEACH:
put stow my scraper
put get my solution
MATCH BLEACH2 You get
MATCH NOBLEACH What were
MATCHWAIT


BLEACH2:
put pour solution on bone
MATCH DBONE You pour some of the pungent solution onto the bones and it begins to bubble and churn.
MATCHWAIT

DBONE:
put stow solution
put put bones in %2
MATCH NOROOM There isn't any more room
MATCH BONES You put your bones
MATCHWAIT

##Error types.

NOBONE:
echo *[[DEMBONES cannot find your bones.]]
EXIT

NOBLEACH:
echo *[[DEMBONES cannot find your bleaching solution.]]
EXIT

NOROOM:
echo *[[DEMBONES has found that your container is full.]]
EXIT