First Aid 09/02/2010 10:37 PM CDT

It would be nice if with this skill you could appraise a herb and know what it actually heals.

I.E "You appraise some acantha leaf and realize it could be used to recoup blood loss."

The more ranks you have the more herbs you would know.


My flippin two mud-covered rusted silvers.
Reply
Re: First Aid 09/03/2010 02:21 AM CDT
Great idea.

Kerl
Reply
Re: First Aid 09/03/2010 03:16 AM CDT
Please do this.


Ack! Scarab!
Reply
Re: First Aid 09/03/2010 09:17 AM CDT
Thirded, that's a fabulous idea. Maybe it could work backwards too -diagnose yourself with enough ranks to see what local herbs would help...

-Keleborrn.
Reply
Re: First Aid 09/03/2010 10:09 AM CDT
Wow, those are two excellent suggestions!
Reply
Re: First Aid 09/03/2010 10:42 AM CDT
See below. Love it!

-the Icemulian Ranger



#HealHelp
if_1 goto start
echo
echo Healer script reminds one what herbs/potions/ales will cure which ailment.
echo Type .heal (body area) ARM, LEG, EYES, HEAD, NECK, CHEST, BACK, ABS, HEALTH, NERVES.
echo
exit

Start:
goto %1

ARM:
echo
echo - Wounds -
echo Medium/Major: You require either Ephlox moss, frog's bone porridge, Golden Goose ale or Sweetfern potion.
echo Minor: You require either ambrominas leaf, a Dabbling's family special tart, lost dogwater ale or sweetfern tea.
echo
echo - Scars -
echo Major: You require either Sovyn clove, some rock ptarmigan feathers, Captain Pegleg ale or Angelica root potion.
echo Medium: You require either calamia fruit, some walrus blubber, Mad Mutty Frothy ale or Manroot potion.
echo Minor: You require either cactacae spine, some elf fat gel, Bearded Ladies ale or Manroot tea.
echo
exit

LEG:
echo
echo - Wounds -
echo Medium/Major: You require either Ephlox moss, frog's bone porridge, Golden Goose ale or Sweetfern potion.
echo Minor: You require either ambrominas leaf, a Dabbling's family special tart, lost dogwater ale or sweetfern tea.
echo
echo - Scars -
echo Major: You require either Sovyn clove, some rock ptarmigan feathers, Captain Pegleg ale or Angelica root potion.
echo Medium: You require either calamia fruit, some walrus blubber, Mad Mutty Frothy ale or Manroot potion.
echo Minor: You require either cactacae spine, some elf fat gel, Bearded Ladies ale or Manroot tea.
echo
exit

EYES:
echo
echo - Wounds -
echo Medium/Major: You require either Pothinir grass, a musk ox tart, Aged Schooner ale or Ginko nut potion.
echo Minor: You require either Basal moss, some Tundra grass, Mama Dwarf's ale or Ginko nut tea.
echo
echo - Scars -
echo Major: You require either Bur-clover potion, A starfish potion, Volcano Vision ale or Daggit root potion.
echo Medium: You require either Wingstem potion, earthworm potion, Wort's Winter ale or Wyrmwood root potion.
echo Minor: You require either Talneo potion, a rock lizard potion, Gert's Homemade ale or Wyrmwood root tea.
echo
exit

HEAD:
echo
echo - Wounds -
echo Medium/Major: You require either Aloes stem, some ram's bladder, Dark Swampwater ale or Feverfew potion.
echo Minor: You require either Rose-marrow potion, an Elk horn potion, Semak's Smooth ale or Feverfew tea.
echo
echo - Scars -
echo Medium/Major: You require either Brostheras potion, some polar bear fat soup, Reaper's Red ale or Pennyroyal potion.
echo Minor: You require either Haphip root, A sparrowhawk pie, Agrak's Amber ale or Pennyroyal tea.
echo
exit

NECK:
echo
echo - Wounds -
echo Medium/Major: You require either Aloes stem, some ram's bladder, Dark Swampwater ale or Feverfew potion.
echo Minor: You require either Rose-marrow potion, an Elk horn potion, Semak's Smooth ale or Feverfew tea.
echo
echo - Scars -
echo Medium/Major: You require either Brostheras potion, some polar bear fat soup, Reaper's Red ale or Pennyroyal potion.
echo Minor: You require either Haphip root, A sparrowhawk pie, Agrak's Amber ale or Pennyroyal tea.
echo
exit

CHEST:
echo
echo - Wounds -
echo Medium/Major: You require either Pothinir grass, a musk ox tart, Aged Schooner ale or Ginko nut potion.
echo Minor: You require either Basal moss, some Tundra grass, Mama Dwarf's ale or Ginko nut tea.
echo
echo - Scars -
echo Medium/Major: You require either Wingstem potion, earthworm potion, Wort's Winter ale or Wyrmwood root potion.
echo Minor: You require either Talneo potion, a rock lizard potion, Gert's Homemade ale or Wyrmwood root tea.
echo
exit

BACK:
echo
echo - Wounds -
echo Medium/Major: You require either Pothinir grass, a musk ox tart, Aged Schooner ale or Ginko nut potion.
echo Minor: You require either Basal moss, some Tundra grass, Mama Dwarf's ale or Ginko nut tea.
echo
echo - Scars -
echo Medium/Major: You require either Wingstem potion, earthworm potion, Wort's Winter ale or Wyrmwood root potion.
echo Minor: You require either Talneo potion, a rock lizard potion, Gert's Homemade ale or Wyrmwood root tea.
echo
exit

ABS:
echo
echo - Wounds -
echo Medium/Major: You require either Pothinir grass, a musk ox tart, Aged Schooner ale or Ginko nut potion.
echo Minor: You require either Basal moss, some Tundra grass, Mama Dwarf's ale or Ginko nut tea.
echo
echo - Scars -
echo Medium/Major: You require either Wingstem potion, earthworm potion, Wort's Winter ale or Wyrmwood root potion.
echo Minor: You require either Talneo potion, a rock lizard potion, Gert's Homemade ale or Wyrmwood root tea.
echo
exit

HEALTH:
echo
echo You require either acantha leaf, Iceberry tart, Olak's Ol'style ale, Acantha leaf tea, or Sassafras tea.
echo
exit

NERVES:
echo
echo - Wounds -
echo Medium/Major: You require either Bolmara potion, a snowflake elixir, Kenar's Dropjaw ale or Red lichen potion.
echo Minor: You require either Wolifrew lichen, a Leaftoe's lichen tea, Orc's Head ale or Red lichen tea.
echo
echo - Scars -
echo Medium/Major: You require either Woth flower, a flower-shaped tart, Draco's Dream ale or Valerian root potion.
echo Minor: You require either Torban leaf, a Ma Leaftoe's special tart, Miner's Muddy ale or Valerian root tea.
echo
exit
Reply
Re: First Aid 09/07/2010 06:53 PM CDT
that would be a neat feature...

but wouldn't the knowledge of herbs be tied to Survival (as well)?

-Fremie-
Moonshine Manor Officer
Events Team Leader
Reply