PDA

View Full Version : herbhelper



RaJu Denjik
05-15-2010, 05:08 PM
bunch of people asked for it

#Herb helper

if_1 goto Start
echo
echo The correct Usage of this script is .herbhelper <wounded area>
echo For example .herbhelper right arm or .herbhelper abdomen
echo The areas are:
echo left/right arm
echo left/right hand
echo left/right leg
echo left/right eye
echo head
echo neck
echo back
echo chest
echo abdomen
echo blood
echo
exit

Start:
goto %1

Arm:
Leg:
Hand:
put health
match Ephlox fractured and bleeding %0
match Ephlox completely severed %0
match ambrom minor cuts and bruises on your %0
match spine old battle scars on your %0
match fruit a mangled %0
match clove a missing %0
match NoWound Remaining Spirit Points
matchwait

Head:
put health
match stem minor lacerations about the head and a possible mild concussion
match stem severe head trauma and bleeding from the ears
match rosemarrow minor bruises about the head
match brostheras several facial scars
match brostheras old mutilation wounds about your head
match haphip a scar across your face
match NoWound Remaining Spirit Points
matchwait

Neck:
put health
match stem snapped bones and serious bleeding from the neck
match rosemarrow minor bruises on your neck
match brostheras some old neck wounds
match brostheras terrible scars from some serious neck injury
match haphip a scar across your neck
match NoWound Remaining Spirit Points
matchwait

Chest:
Back:
Abdomen:
put health
match grass deep lacerations across your %0
match grass deep gashes and serious bleeding from your %0
match basal minor cuts and bruises on your %0
match wingstem several painful-looking scars across your %0
match wingstem permanent mutilation of your %0
match talneo old battle scar across your %0
match NoWound Remaining Spirit Points
matchwait

Nerves:
put health
match bolmara convulsions
match wolifrew muscle twitching
match woth muscle control
match torban slurred speech
match NoWound Remaining Spirit Points
matchwait

Eye:
put health
match grass blind
match basal a bruised %0
match talneo a black-and-blue %0
match burclover missing %0
match NoWound Remaining Spirit Points
matchwait

Blood:
goto acantha

Ephlox:
echo
echo You require either Ephlox moss, frog's bone porridge, Golden Goose ale or Sweetfern potion to heal your %0.
echo
exit

ambrom:
echo
echo You require either ambrominas leaf, A Dabbling's family special tart, Lost Dogwater ale or Sweetfern tea to heal your %0.
echo
exit

spine:
echo
echo You require either cactacae spine, some elf fat gel, Bearded Ladies ale or Manroot tea to heal your %0.
echo
exit

fruit:
echo
echo You require either calamia fruit, some walrus blubber, Mad Mutty Frothy ale or Manroot potion to heal your %0.
echo
exit

clove:
echo
echo You require either Sovyn clove, some rock ptarmigan feathers, Captain Pegleg ale or Angelica root potion to heal your %0.
echo
exit

stem:
echo
echo You require either Aloes stem, some ram's bladder, Dark Swampwater ale or Feverfew potion to heal your %0.
echo
exit

rosemarrow:
echo
echo You require either Rose-marrow potion, an Elk horn potion, Semak's Smooth ale or Feverfew tea to heal your %0.
echo
exit

brostheras:
echo
echo You require either Brostheras potion, some polar bear fat soup, Reaper's Red ale or Pennyroyal potion to heal your %0.
echo
exit

haphip:
echo
echo You require either Haphip root, A sparrowhawk pie, Agrak's Amber ale or Pennyroyal tea to heal your %0.
echo
exit

grass:
echo
echo You require either Pothinir grass, a musk ox tart, Aged Schooner ale or Ginko nut potion to heal your %0.
echo
exit

basal:
echo
echo You require either Basal moss, some Tundra grass, Mama Dwarf's ale or Ginko nut tea to heal your %0.
echo
exit

wingstem:
echo
echo You require either Wingstem potion, earthworm potion, Wort's Winter ale or Wyrmwood root potion to heal your %0.
echo
exit

talneo:
echo
echo You require either Talneo potion, a rock lizard potion, Gert's Homemade ale or Wyrmwood root tea to heal your %0.
echo
exit

bolmara:
echo
echo You require either Bolmara potion, a snowflake elixir, Kenar's Dropjaw ale or Red lichen potion to heal your %0.
echo
exit

wolifrew:
echo
echo You require either Wolifrew lichen, a Leaftoe's lichen tea, Orc's Head ale or Red lichen tea to heal your %0.
echo
exit

woth:
echo
echo You require either Woth flower, a flower-shaped tart, Draco's Dream ale or Valerian root potion to heal your %0.
echo
exit

torban:
echo
echo You require either Torban leaf, a Ma Leaftoe's special tart, Miner's Muddy ale or Valerian root tea to heal your %0.
echo
exit

burclover:
echo
echo You require either Bur-clover potion, A starfish potion, Volcano Vision ale or Daggit root potion to heal your %0.
echo
exit

acantha:
echo
echo You require either acantha leaf, Iceberry tart, Olak's Ol'style ale or Acantha leaf tea to heal your bloodloss.
echo
exit

NoWound:
echo
echo You are not injured in that area!
echo
exit

LabelError:
goto %2

phantasm
05-27-2010, 12:29 AM
Helpful script.