Slatted Fortunes (script): Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
m (Slates moved to Slatted Fortunes script: More detailed article title.)
m (Changed category.)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Script
| title = slates
| author = Charna
| compat = SF
| category = Divination scripts
}}

<pre>
#slates.Cmd
#slates.Cmd


if_1 goto %1%2%3%4
if_1 goto %1%2%3%4
else
else
<br/>echo Please see the Index
echo Please see the Index
<br/><br/>exit <br/>
exit






<br/>echo Index for useage please.
echo Index for useage please.
<br/><br/>exit <br/>
exit
index:
index:
<br/>echo Greetings! I'm really excited about this newest addition to the Elanthian Scrying Community.
echo Greetings! I'm really excited about this newest addition to the Elanthian Scrying Community.
<br/>echo Within this script you will find the translations that I've created for them.
echo Within this script you will find the translations that I've created for them.
<br/>echo Please do not feel that you must use my translations.
echo Please do not feel that you must use my translations.
<br/>echo There are hundreds of ways and these are just the ones I've come up with.
echo There are hundreds of ways and these are just the ones I've come up with.
<br/>echo ~*~*~
echo ~*~*~
<br/>echo The option for how to find a translation is given by two means.
echo The option for how to find a translation is given by two means.
<br/>echo The First is by wood type that the slate is made from, while the second is symbol noun.
echo The First is by wood type that the slate is made from, while the second is symbol noun.
<br/>echo ~*~*~
echo ~*~*~
<br/>echo For useage, simply type .slates noun OR .slates wood
echo For useage, simply type .slates noun OR .slates wood
<br/>echo This will trigger the <br/>echo of the translation that only you will see.
echo This will trigger the echo of the translation that only you will see.
<br/>echo ~*~*~
echo ~*~*~
<br/>echo If you type .slates wood-type, it will list the possible wood options.
echo If you type .slates wood-type, it will list the possible wood options.
<br/>echo if you type .slates symbol-type it will list the possible symbol options.
echo if you type .slates symbol-type it will list the possible symbol options.
<br/>echo ~*~*~
echo ~*~*~
<br/>echo I hope you enjoy my translations and the variety I've tried to place in them.
echo I hope you enjoy my translations and the variety I've tried to place in them.
<br/>echo ~*~*~
echo ~*~*~
<br/>echo Script Created by Charna Ja'Varrel'Kav on 10/31/06
echo Script Created by Charna Ja'Varrel'Kav on 10/31/06
<br/><br/>exit <br/>
exit
wood-type:
wood-type:
<br/>echo Below is a list of the wood types that I have found. There may be more.
echo Below is a list of the wood types that I have found. There may be more.
<br/>echo Acacia Alder Aloeas Apple Ash Silver-Aspen White-Aspen Beech Bergamot Birch
echo Acacia Alder Aloeas Apple Ash Silver-Aspen White-Aspen Beech Bergamot Birch
<br/>echo Black-Willow Canver Cedar Cherry Cottonwood Dogwood Ebonwood Ironwood Elm
echo Black-Willow Canver Cedar Cherry Cottonwood Dogwood Ebonwood Ironwood Elm
<br/>echo Fel Fig Fir Gorse Haphip Haon Hawthorn Hazel Linden Magnolia Mahogany
echo Fel Fig Fir Gorse Haphip Haon Hawthorn Hazel Linden Magnolia Mahogany
<br/>echo Maple Maoral Mistwood Modwir Shingle-Monir White-Monir Oak Olive Pine
echo Maple Maoral Mistwood Modwir Shingle-Monir White-Monir Oak Olive Pine
<br/>echo Rosewood Spinewood Blue-Spruce Sycamore Tanik Torban Walnut Willow Witchwood
echo Rosewood Spinewood Blue-Spruce Sycamore Tanik Torban Walnut Willow Witchwood
<br/>echo Wyrmwood Yew
echo Wyrmwood Yew
<br/><br/>exit <br/>
exit
symbol-type:
symbol-type:
<br/>echo Below is a list of the symbol types I have found. There may be more.
echo Below is a list of the symbol types I have found. There may be more.
<br/>echo Serpent Bridge Moon Life World Mountain Peak Bear Raven Broom knot
echo Serpent Bridge Moon Life World Mountain Peak Bear Raven Broom knot
<br/>echo Salmon Owl Crane Stag Wolf Ivy-vine Ivy-leaf Wren Otter Blackbird
echo Salmon Owl Crane Stag Wolf Ivy-vine Ivy-leaf Wren Otter Blackbird
<br/>echo Swan blossom Hare rose Ghost ring Eagle HorseShoe Shield Sea-eagle
echo Swan blossom Hare rose Ghost ring Eagle HorseShoe Shield Sea-eagle
<br/>echo Frog Wineskin Berry basket sword Oak-Leaf Seal Sun Adder Bowl Hawk
echo Frog Wineskin Berry basket sword Oak-Leaf Seal Sun Adder Bowl Hawk
<br/>echo Gyrfalcon Staff Bull Cow Arch Boar Fox Gate
echo Gyrfalcon Staff Bull Cow Arch Boar Fox Gate
<br/><br/>exit <br/>
exit


Acacia:
Acacia:
goto serpent
goto serpent
<br/><br/>exit <br/>
exit
Serpent:
Serpent:
<br/>echo Element: Fire
echo Element: Fire
<br/>echo Slate: a soft acacia wood slat engraved with the image of a red serpent eating its tail
echo Slate: a soft acacia wood slat engraved with the image of a red serpent eating its tail
<br/>echo Translation: Fulfillment of desire, consumption
echo Translation: Fulfillment of desire, consumption
<br/>echo Other: Desire
echo Other: Desire
<br/><br/>exit <br/>
exit
Alder:
Alder:
goto bridge
goto bridge
<br/><br/>exit <br/>
exit
Bridge:
Bridge:
<br/>echo Element: Fire
echo Element: Fire
<br/>echo Slate: a black alder slat engraved with the image of a red bridge
echo Slate: a black alder slat engraved with the image of a red bridge
<br/>echo Translation: Staying power, durability, persistence
echo Translation: Staying power, durability, persistence
<br/>echo Other: Steadfast
echo Other: Steadfast
<br/><br/>exit <br/>
exit
Aloeas:
Aloeas:
goto moon
goto moon
<br/><br/>exit <br/>
exit
Moon:
Moon:
<br/>echo Element: water
echo Element: water
<br/>echo Slate: a soft aloeas slat engraved with the image of a blue moon
echo Slate: a soft aloeas slat engraved with the image of a blue moon
<br/>echo Translation: Healing of all wounds, Sacred
echo Translation: Healing of all wounds, Sacred
<br/>echo Other: Overcoming all pain
echo Other: Overcoming all pain
<br/><br/>exit <br/>
exit
Apple:
Apple:
goto life
goto life
<br/><br/>exit <br/>
exit
Life:
Life:
<br/>echo Element: Earth
echo Element: Earth
<br/>echo Slate: a white apple wood slat engraved with the image of a green life rune
echo Slate: a white apple wood slat engraved with the image of a green life rune
<br/>echo Translation: Rejuvenation, paradise, immortal
echo Translation: Rejuvenation, paradise, immortal
<br/>echo Other: Myth
echo Other: Myth
<br/><br/>exit <br/>
exit
Ash:
Ash:
goto world
goto world
<br/><br/>exit <br/>
exit
World:
World:
<br/>echo Element: Air
echo Element: Air
<br/>echo Slate: a soft white ash slat engraved with the image of a white world rune
echo Slate: a soft white ash slat engraved with the image of a white world rune
<br/>echo Translation: Healing, strength, dispensing of justice
echo Translation: Healing, strength, dispensing of justice
<br/>echo Other: Ties between death and life
echo Other: Ties between death and life
<br/><br/>exit <br/>
exit
Silver-Aspen:
Silver-Aspen:
goto Mountain
goto Mountain
<br/><br/>exit <br/>
exit
Mountain:
Mountain:
<br/>echo Slate: a silvery aspen wood slat engraved with the image of a white mountain
echo Slate: a silvery aspen wood slat engraved with the image of a white mountain
<br/>echo Element: Air
echo Element: Air
<br/>echo Meaning: Protection against Undesirables, vision
echo Meaning: Protection against Undesirables, vision
<br/>echo Other: Freedom
echo Other: Freedom
<br/><br/>exit <br/>
exit
White-AspenL:
White-AspenL:
goto Peak
goto Peak
<br/><br/>exit <br/>
exit
Peak:
Peak:
<br/>echo Slate: a white aspen wood slat engraved with the image of a clouded red peak
echo Slate: a white aspen wood slat engraved with the image of a clouded red peak
<br/>echo Element: Fire
echo Element: Fire
<br/>echo Meaning: Unpredictability, lack of tact
echo Meaning: Unpredictability, lack of tact
<br/>echo Other: Provocativeness
echo Other: Provocativeness
<br/><br/>exit <br/>
exit
Beech:
Beech:
goto Bear
goto Bear
<br/><br/>exit <br/>
exit
Bear:
Bear:
<br/>echo Slate: a golden beech wood slat engraved with the image of a green bear
echo Slate: a golden beech wood slat engraved with the image of a green bear
<br/>echo Element: Earth
echo Element: Earth
<br/>echo Meaning: Strength, Sovereign power, Instinct
echo Meaning: Strength, Sovereign power, Instinct
<br/>echo Other: Unchallenged Dominance
echo Other: Unchallenged Dominance
<br/><br/>exit <br/>
exit
Bergamot:
Bergamot:
goto Raven
goto Raven
<br/><br/>exit <br/>
exit
Raven:
Raven:
<br/>echo Slate: a white bergamot slat engraved with the image of a white raven
echo Slate: a white bergamot slat engraved with the image of a white raven
<br/>echo Element: Air
echo Element: Air
<br/>echo Meaning: Change, personal development
echo Meaning: Change, personal development
<br/>echo Other: Path of Life
echo Other: Path of Life
<br/><br/>exit <br/>
exit
Birch:
Birch:
goto Broom
goto Broom
<br/><br/>exit <br/>
exit
Broom:
Broom:
<br/>echo Slate: a white birch wood slat engraved with the image of a blue broom
echo Slate: a white birch wood slat engraved with the image of a blue broom
<br/>echo Element: Water
echo Element: Water
<br/>echo Meaning: cleansing, purification, new beginnings
echo Meaning: cleansing, purification, new beginnings
<br/>echo Other: Patience
echo Other: Patience
<br/><br/>exit <br/>
exit
Black-Willow:
Black-Willow:
goto knot
goto knot
<br/><br/>exit <br/>
exit
knot:
knot:
<br/>echo Slate: a soft black willow wood slat engraved with the image of an intricate knot
echo Slate: a soft black willow wood slat engraved with the image of an intricate knot
<br/>echo Element: Water
echo Element: Water
<br/>echo Meaning: Intuition, Inner voice, healing of pain
echo Meaning: Intuition, Inner voice, healing of pain
<br/>echo Other: Regeneration
echo Other: Regeneration
<br/><br/>exit <br/>
exit
Canver:
Canver:
goto Salmon
goto Salmon
<br/><br/>exit <br/>
exit
Salmon:
Salmon:
<br/>echo Slate: a yellow canver wood slat engraved with the image of a blue salmon
echo Slate: a yellow canver wood slat engraved with the image of a blue salmon
<br/>echo Element: Water
echo Element: Water
<br/>echo Meaning: Voyage across seas, youthfulness
echo Meaning: Voyage across seas, youthfulness
<br/>echo Other: Inspiration
echo Other: Inspiration
<br/><br/>exit <br/>
exit
Cedar:
Cedar:
goto Owl
goto Owl
<br/><br/>exit <br/>
exit
Owl:
Owl:
<br/>echo Slate: a golden cedar wood slat engraved with the image of a white owl
echo Slate: a golden cedar wood slat engraved with the image of a white owl
<br/>echo Element: Air
echo Element: Air
<br/>echo Meaning: Insight, intuition
echo Meaning: Insight, intuition
<br/>echo Other: Discernment
echo Other: Discernment
<br/><br/>exit <br/>
exit
Cherry:
Cherry:
goto Crane
goto Crane
<br/><br/>exit <br/>
exit
Crane:
Crane:
<br/>echo Slate: a rosette-hued cherry wood slat engraved with the image of a white crane
echo Slate: a rosette-hued cherry wood slat engraved with the image of a white crane
<br/>echo Element: Air
echo Element: Air
<br/>echo Meaning: Shamanic Journey, patience, Persistence
echo Meaning: Shamanic Journey, patience, Persistence
<br/>echo Other: guardian of secrets
echo Other: guardian of secrets
<br/><br/>exit <br/>
exit
Cottonwood:
Cottonwood:
goto stag
goto stag
<br/><br/>exit <br/>
exit
Stag:
Stag:
<br/>echo Slate: a light cottonwood slat engraved with the image of a green stag
echo Slate: a light cottonwood slat engraved with the image of a green stag
<br/>echo Element: Earth
echo Element: Earth
<br/>echo Meaning: Independence, Pride
echo Meaning: Independence, Pride
<br/>echo Other: Spiritual persuit
echo Other: Spiritual persuit
<br/><br/>exit <br/>
exit
Dogwood:
Dogwood:
goto Wolf
goto Wolf
<br/><br/>exit <br/>
exit
Wolf:
Wolf:
<br/>echo Slate: a soft dogwood slat engraved with the image of a green wolf
echo Slate: a soft dogwood slat engraved with the image of a green wolf
<br/>echo Element: Earth
echo Element: Earth
<br/>echo Meaning: Resourcefulness, Self-sufficient
echo Meaning: Resourcefulness, Self-sufficient
<br/>echo Other: Loyalty, Alligence
echo Other: Loyalty, Alligence
<br/><br/>exit <br/>
exit
Ebonwood:
Ebonwood:
goto Ivy-vine
goto Ivy-vine
<br/><br/>exit <br/>
exit
Ivy-vine:
Ivy-vine:
<br/>echo Slate: a dark ebonwood slat engraved with the image of a white ivy vine
echo Slate: a dark ebonwood slat engraved with the image of a white ivy vine
<br/>echo Element: Air
echo Element: Air
<br/>echo Meaning: Death, Immortality, Resurrection
echo Meaning: Death, Immortality, Resurrection
<br/>echo Other: Knowledge of hidden things
echo Other: Knowledge of hidden things
<br/><br/>exit <br/>
exit
Ironwood:
Ironwood:
goto Ivy-leaf
goto Ivy-leaf
<br/><br/>exit <br/>
exit
Ivy-leaf:
Ivy-leaf:
<br/>echo Slate: a grey ironwood slat engraved with the image of a red ivy leaf
echo Slate: a grey ironwood slat engraved with the image of a red ivy leaf
<br/>echo Element: Fire
echo Element: Fire
<br/>echo Meaning: Strength, support, endurance
echo Meaning: Strength, support, endurance
<br/>echo Other: Undying love
echo Other: Undying love
<br/><br/>exit <br/>
exit
Elm:
Elm:
goto Wren
goto Wren
<br/><br/>exit <br/>
exit
Wren:
Wren:
<br/>echo Slate: a soft elm slat engraved with the image of a white wren
echo Slate: a soft elm slat engraved with the image of a white wren
<br/>echo Element: Air
echo Element: Air
<br/>echo Meaning: Greatness through humility, Attention to Details
echo Meaning: Greatness through humility, Attention to Details
<br/>echo Other: Messenger
echo Other: Messenger
<br/><br/>exit <br/>
exit
Fel:
Fel:
goto Otter
goto Otter
<br/><br/>exit <br/>
exit
Otter:
Otter:
<br/>echo Slate: a long fel slat engraved with the image of a blue otter
echo Slate: a long fel slat engraved with the image of a blue otter
<br/>echo Element: Water
echo Element: Water
<br/>echo Meaning: Playfulness, Aid to travelers, Encouragement
echo Meaning: Playfulness, Aid to travelers, Encouragement
<br/>echo Other: Take life as it comes
echo Other: Take life as it comes
<br/><br/>exit <br/>
exit
Fig:
Fig:
goto Blackbird
goto Blackbird
<br/><br/>exit <br/>
exit
Blackbird:
Blackbird:
<br/>echo Slate: a dark fig bark slat engraved with the image of a reddish blackbird
echo Slate: a dark fig bark slat engraved with the image of a reddish blackbird
<br/>echo Element: Fire
echo Element: Fire
<br/>echo Meaning: Self-awareness, self-discovery
echo Meaning: Self-awareness, self-discovery
<br/>echo Other: Exploring the Inner World
echo Other: Exploring the Inner World
<br/><br/>exit <br/>
exit
Fir:
Fir:
goto Swan
goto Swan
<br/><br/>exit <br/>
exit
Swan:
Swan:
<br/>echo Slate: a white fir wood slat engraved with the image of a white swan
echo Slate: a white fir wood slat engraved with the image of a white swan
<br/>echo Element: Air
echo Element: Air
<br/>echo Meaning: Beauty, Grace, and Femininity
echo Meaning: Beauty, Grace, and Femininity
<br/>echo Other: Poetic Creativity
echo Other: Poetic Creativity
<br/><br/>exit <br/>
exit
Gorse:
Gorse:
goto blossom
goto blossom
<br/><br/>exit <br/>
exit
blossom:
blossom:
<br/>echo Slate: a long white slat engraved with the image of a green gorse blossom
echo Slate: a long white slat engraved with the image of a green gorse blossom
<br/>echo Element: Earth
echo Element: Earth
<br/>echo Meaning: Optimism, Inspiring Hope
echo Meaning: Optimism, Inspiring Hope
<br/>echo Other: Spontaneity
echo Other: Spontaneity
<br/><br/>exit <br/>
exit
Haphip:
Haphip:
goto Hare
goto Hare
<br/><br/>exit <br/>
exit
Hare:
Hare:
<br/>echo Slate: a dark hapip root slat engraved with the image of a green hare
echo Slate: a dark hapip root slat engraved with the image of a green hare
<br/>echo Element: Earth
echo Element: Earth
<br/>echo Meaning: Fertility, abundance, fulfillment
echo Meaning: Fertility, abundance, fulfillment
<br/>echo Other: Creation
echo Other: Creation
<br/><br/>exit <br/>
exit
Haon:
Haon:
goto rose
goto rose
<br/><br/>exit <br/>
exit
rose:
rose:
<br/>echo Slate: a light haon slat engraved with the image of a twined green rose
echo Slate: a light haon slat engraved with the image of a twined green rose
<br/>echo Element: Earth
echo Element: Earth
<br/>echo Meaning: fertility, summer
echo Meaning: fertility, summer
<br/>echo Other: Pleasure
echo Other: Pleasure
<br/><br/>exit <br/>
exit
Hawthorn:
Hawthorn:
goto Ghost
goto Ghost
<br/><br/>exit <br/>
exit
Ghost:
Ghost:
<br/>echo Slate: a faded hawthorn slat engraved with the image of a white ghost
echo Slate: a faded hawthorn slat engraved with the image of a white ghost
<br/>echo Element: Air
echo Element: Air
<br/>echo Meaning: Spiritual energies, Ancestors
echo Meaning: Spiritual energies, Ancestors
<br/>echo Other: Sacred Rites
echo Other: Sacred Rites
<br/><br/>exit <br/>
exit
Hazel:
Hazel:
goto ring
goto ring
<br/><br/>exit <br/>
exit
ring:
ring:
<br/>echo Slate: a creamy hazel wood slat engraved with the image of a blue quintuple ring
echo Slate: a creamy hazel wood slat engraved with the image of a blue quintuple ring
<br/>echo Element: Water
echo Element: Water
<br/>echo Meaning: Hidden knowledge and learning, justice
echo Meaning: Hidden knowledge and learning, justice
<br/>echo Other: Discovering truth
echo Other: Discovering truth
<br/><br/>exit <br/>
exit
Linden:
Linden:
goto Eagle
goto Eagle
<br/><br/>exit <br/>
exit
Eagle:
Eagle:
<br/>echo Slate: a golden linden wood slat engraved with the image of a white eagle
echo Slate: a golden linden wood slat engraved with the image of a white eagle
<br/>echo Element: Air
echo Element: Air
<br/>echo Meaning: Great Age, Wisdom, Respect
echo Meaning: Great Age, Wisdom, Respect
<br/>echo Other: Chieftain
echo Other: Chieftain
<br/><br/>exit <br/>
exit
Magnolia:
Magnolia:
goto HorseShoe
goto HorseShoe
<br/><br/>exit <br/>
exit
HorseShoe:
HorseShoe:
<br/>echo Slate: a white magnolia wood slat engraved with the image of a white horse shoe
echo Slate: a white magnolia wood slat engraved with the image of a white horse shoe
<br/>echo Element: Air
echo Element: Air
<br/>echo Meaning: Transformation of negativity, Good Fortune
echo Meaning: Transformation of negativity, Good Fortune
<br/>echo Other: Restorative
echo Other: Restorative
<br/><br/>exit <br/>
exit
Mahogany:
Mahogany:
goto Shield
goto Shield
<br/><br/>exit <br/>
exit
Shield:
Shield:
<br/>echo Slate: a reddish mahogany slat engraved with the image of a green shield
echo Slate: a reddish mahogany slat engraved with the image of a green shield
<br/>echo Element: Earth
echo Element: Earth
<br/>echo Meaning: Hearth, home, family
echo Meaning: Hearth, home, family
<br/>echo Other: Protection
echo Other: Protection
<br/><br/>exit <br/>
exit
Maple:
Maple:
goto Sea-eagle
goto Sea-eagle
<br/><br/>exit <br/>
exit
Sea-eagle:
Sea-eagle:
<br/>echo Slate: a russet maple slat engraved with the image of a red sea-eagle
echo Slate: a russet maple slat engraved with the image of a red sea-eagle
<br/>echo Element: Fire
echo Element: Fire
<br/>echo Meaning: Pride, Arrogance
echo Meaning: Pride, Arrogance
<br/>echo Other: Abused respect
echo Other: Abused respect
<br/><br/>exit <br/>
exit
Maoral:
Maoral:
goto Frog
goto Frog
<br/><br/>exit <br/>
exit
Frog:
Frog:
<br/>echo Slate: a golden maoral slat engraved with the image of a blue frog
echo Slate: a golden maoral slat engraved with the image of a blue frog
<br/>echo Element: Water
echo Element: Water
<br/>echo Meaning: Healers, Medicine, Protective springs
echo Meaning: Healers, Medicine, Protective springs
<br/>echo Other: Natural Healing
echo Other: Natural Healing
<br/><br/>exit <br/>
exit
Mistwood:
Mistwood:
goto Wineskin
goto Wineskin
<br/><br/>exit <br/>
exit
Wineskin:
Wineskin:
<br/>echo Slate: a dusky mistwood slat engraved with the image of a red wineskin
echo Slate: a dusky mistwood slat engraved with the image of a red wineskin
<br/>echo Element: Fire
echo Element: Fire
<br/>echo Meaning: Lust, intoxication
echo Meaning: Lust, intoxication
<br/>echo Other: unstoppable energy
echo Other: unstoppable energy
<br/><br/>exit <br/>
exit
Modwir:
Modwir:
goto Berry
goto Berry
<br/><br/>exit <br/>
exit
Berry:
Berry:
<br/>echo Slate: a dark modwir slat engraved with the image of a white berry
echo Slate: a dark modwir slat engraved with the image of a white berry
<br/>echo Element: Air
echo Element: Air
<br/>echo Meaning: Learning Lessons, Life process
echo Meaning: Learning Lessons, Life process
<br/>echo Other: changing thought process
echo Other: changing thought process
<br/><br/>exit <br/>
exit
Shingle-Monir:
Shingle-Monir:
goto basket
goto basket
<br/><br/>exit <br/>
exit
basket:
basket:
<br/>echo Slate: a light monir shingle slat engraved with the image of a blue basket
echo Slate: a light monir shingle slat engraved with the image of a blue basket
<br/>echo Element: Water
echo Element: Water
<br/>echo Meaning: Unfolding Destiny, Manifesting greatness
echo Meaning: Unfolding Destiny, Manifesting greatness
<br/>echo Other: Knowledge
echo Other: Knowledge
<br/><br/>exit <br/>
exit
White-Monir:
White-Monir:
goto sword
goto sword
<br/><br/>exit <br/>
exit
sword:
sword:
<br/>echo Slate: a white monir slat engraved with the image of a white sword
echo Slate: a white monir slat engraved with the image of a white sword
<br/>echo Element: Air
echo Element: Air
<br/>echo Meaning: Wisdom, Greatness of a hero
echo Meaning: Wisdom, Greatness of a hero
<br/>echo Other: Learning
echo Other: Learning
<br/><br/>exit <br/>
exit
Oak:
Oak:
goto Oak-Leaf
goto Oak-Leaf
<br/><br/>exit <br/>
exit
Oak-Leaf:
Oak-Leaf:
<br/>echo Slate: a white oak slat engraved with the image of a green oak leaf
echo Slate: a white oak slat engraved with the image of a green oak leaf
<br/>echo Element: Earth
echo Element: Earth
<br/>echo Meaning: self-confidence, optimism, Determination
echo Meaning: self-confidence, optimism, Determination
<br/>echo Other: High standard of Morality
echo Other: High standard of Morality
<br/><br/>exit <br/>
exit
Olive:
Olive:
goto Seal
goto Seal
<br/><br/>exit <br/>
exit
Seal:
Seal:
<br/>echo Slate: a dark olive wood slat engraved with the image of a reddish seal
echo Slate: a dark olive wood slat engraved with the image of a reddish seal
<br/>echo Element: Fire
echo Element: Fire
<br/>echo Meaning: Love, feelings, emotions
echo Meaning: Love, feelings, emotions
<br/>echo Other: Longing
echo Other: Longing
<br/><br/>exit <br/>
exit
Pine:
Pine:
goto Sun
goto Sun
<br/><br/>exit <br/>
exit
Sun:
Sun:
cho Slate: a light pine slat engraved with the image of a red sun
cho Slate: a light pine slat engraved with the image of a red sun
<br/>echo Element: Fire
echo Element: Fire
<br/>echo Meaning: Energy, Growth, Vitality of Nature
echo Meaning: Energy, Growth, Vitality of Nature
<br/>echo Other: Power of Purification
echo Other: Power of Purification
<br/><br/>exit <br/>
exit
Rosewood:
Rosewood:
goto Adder
goto Adder
<br/><br/>exit <br/>
exit
Adder:
Adder:
<br/>echo Slate: a soft rosewood slat engraved with the image of a green adder
echo Slate: a soft rosewood slat engraved with the image of a green adder
<br/>echo Element: Earth
echo Element: Earth
<br/>echo Meaning: Letting go, breaking habits, rebirth
echo Meaning: Letting go, breaking habits, rebirth
<br/>echo Other: Healing through transforming
echo Other: Healing through transforming
<br/><br/>exit <br/>
exit
Spinewood:
Spinewood:
goto Bowl
goto Bowl
<br/><br/>exit <br/>
exit
Bowl:
Bowl:
<br/>echo Slate: a light spinewood slat engraved with the image of a blue bowl
echo Slate: a light spinewood slat engraved with the image of a blue bowl
<br/>echo Element: Water
echo Element: Water
<br/>echo Meaning: Psychic ability, prophecy
echo Meaning: Psychic ability, prophecy
<br/>echo Other: Seeing beyond the surface
echo Other: Seeing beyond the surface
<br/><br/>exit <br/>
exit
Blue-Spruce
Blue-Spruce
goto Hawk
goto Hawk
<br/><br/>exit <br/>
exit
Hawk:
Hawk:
<br/>echo Slate: a blue spruce slat engraved with the image of a white hawk
echo Slate: a blue spruce slat engraved with the image of a white hawk
<br/>echo Element: Air
echo Element: Air
<br/>echo Meaning: See into the distance, Impartial Judgment
echo Meaning: See into the distance, Impartial Judgment
<br/>echo Other: Eye for Details
echo Other: Eye for Details
<br/><br/>exit <br/>
exit
Sycamore:
Sycamore:
goto Gyrfalcon
goto Gyrfalcon
<br/><br/>exit <br/>
exit
Gyrfalcon:
Gyrfalcon:
<br/>echo Slate: a white sycamore slat engraved with the image of a white gyrfalcon
echo Slate: a white sycamore slat engraved with the image of a white gyrfalcon
<br/>echo Element: Air
echo Element: Air
<br/>echo Meaning: Nobility, Dignity
echo Meaning: Nobility, Dignity
<br/>echo Other: Access of Knowledge
echo Other: Access of Knowledge
<br/><br/>exit <br/>
exit
Tanik:
Tanik:
goto Staff
goto Staff
<br/><br/>exit <br/>
exit
Staff:
Staff:
<br/>echo Slate: a dark tanik slat engraved with the image of a red staff
echo Slate: a dark tanik slat engraved with the image of a red staff
<br/>echo Element: Fire
echo Element: Fire
<br/>echo Meaning: Protection, the ability to deal with adversity
echo Meaning: Protection, the ability to deal with adversity
<br/>echo Other: Stern Authority
echo Other: Stern Authority
<br/><br/>exit <br/>
exit
Torban:
Torban:
goto Bull
goto Bull
<br/><br/>exit <br/>
exit
Bull:
Bull:
<br/>echo Slate: a fused torban wood slat engraved with the image of a green bull
echo Slate: a fused torban wood slat engraved with the image of a green bull
<br/>echo Element: Earth
echo Element: Earth
<br/>echo Meaning: Strength, Courage, Spiritual Potency
echo Meaning: Strength, Courage, Spiritual Potency
<br/>echo Other: Stubbornness
echo Other: Stubbornness
<br/><br/>exit <br/>
exit
Walnut:
Walnut:
goto Cow
goto Cow
<br/><br/>exit <br/>
exit
Cow:
Cow:
<br/>echo Slate: a light walnut slat engraved with the image of a green cow
echo Slate: a light walnut slat engraved with the image of a green cow
<br/>echo Element: Earth
echo Element: Earth
<br/>echo Meaning: Abundance, Prosperity
echo Meaning: Abundance, Prosperity
<br/>echo Other: Spiritual wealth
echo Other: Spiritual wealth
<br/><br/>exit <br/>
exit
Willow:
Willow:
goto Arch
goto Arch
<br/><br/>exit <br/>
exit
Arch:
Arch:
<br/>echo Slate: a dusky willow slat engraved with the image of a blue arch
echo Slate: a dusky willow slat engraved with the image of a blue arch
<br/>echo Element: Water
echo Element: Water
<br/>echo Meaning: Flexibility, Emotional balance
echo Meaning: Flexibility, Emotional balance
<br/>echo Other: Bend without breaking
echo Other: Bend without breaking
<br/><br/>exit <br/>
exit
Witchwood:
Witchwood:
goto Boar
goto Boar
<br/><br/>exit <br/>
exit
Boar:
Boar:
<br/>echo Slate: a pale witchwood slat engraved with the image of a green boar
echo Slate: a pale witchwood slat engraved with the image of a green boar
<br/>echo Element: Earth
echo Element: Earth
<br/>echo Meaning: Leadership, Heroism, Courage
echo Meaning: Leadership, Heroism, Courage
<br/>echo Other: Fearless
echo Other: Fearless
<br/><br/>exit <br/>
exit
Wyrmwood:
Wyrmwood:
goto Fox
goto Fox
<br/><br/>exit <br/>
exit
Fox:
Fox:
<br/>echo Slate: a dark wyrmwood slat engraved with the image of a red fox
echo Slate: a dark wyrmwood slat engraved with the image of a red fox
<br/>echo Element: Fire
echo Element: Fire
<br/>echo Meaning: Intelligence, Crafty, Diplomacy
echo Meaning: Intelligence, Crafty, Diplomacy
<br/>echo Other: Cunning
echo Other: Cunning
exit
<br/><br/>exit <br/>
Yew:
Yew:
goto Gate
goto Gate
<br/><br/>exit <br/>
exit
Gate:
Gate:
<br/>echo Slate: a golden yew slat engraved with the image of a white gate
echo Slate: a golden yew slat engraved with the image of a white gate
eco Element: Air
eco Element: Air
<br/>echo Meaning: Regeneration, death, continuing life
echo Meaning: Regeneration, death, continuing life
<br/>echo Other: Wisdom of Life
echo Other: Wisdom of Life
<br/><br/>exit <br/>
exit
</pre>
==See Also==
*[[Divination in Elanthia (log)]]

Latest revision as of 12:25, 7 March 2021

Title:slates
Author:Charna
Compatibility:Wrayth Only
#slates.Cmd

if_1 goto %1%2%3%4
else
echo Please see the Index
exit 

echo Index for useage please.
exit 
index:
echo Greetings!  I'm really excited about this newest addition to the Elanthian Scrying Community.
echo Within this script you will find the translations that I've created for them.
echo Please do not feel that you must use my translations.  
echo There are hundreds of ways and these are just the ones I've come up with.
echo ~*~*~
echo The option for how to find a translation is given by two means.
echo The First is by wood type that the slate is made from, while the second is symbol noun.
echo ~*~*~
echo For useage, simply type .slates noun OR .slates wood
echo This will trigger the echo of the translation that only you will see.
echo ~*~*~
echo If you type .slates wood-type, it will list the possible wood options.
echo if you type .slates symbol-type it will list the possible symbol options.
echo ~*~*~
echo I hope you enjoy my translations and the variety I've tried to place in them.
echo ~*~*~
echo Script Created by Charna Ja'Varrel'Kav on 10/31/06
exit 
wood-type:
echo Below is a list of the wood types that I have found.  There may be more.
echo Acacia   Alder    Aloeas    Apple    Ash    Silver-Aspen    White-Aspen      Beech     Bergamot     Birch
echo Black-Willow     Canver     Cedar     Cherry     Cottonwood     Dogwood     Ebonwood     Ironwood     Elm
echo Fel     Fig     Fir     Gorse    Haphip     Haon     Hawthorn    Hazel     Linden     Magnolia     Mahogany
echo Maple     Maoral     Mistwood     Modwir     Shingle-Monir     White-Monir     Oak     Olive     Pine
echo Rosewood     Spinewood     Blue-Spruce     Sycamore     Tanik     Torban     Walnut     Willow     Witchwood
echo Wyrmwood     Yew
exit 
symbol-type:
echo Below is a list of the symbol types I have found.  There may be more.
echo Serpent    Bridge     Moon     Life     World     Mountain     Peak     Bear     Raven     Broom     knot
echo Salmon     Owl     Crane      Stag      Wolf     Ivy-vine     Ivy-leaf     Wren     Otter     Blackbird
echo Swan     blossom     Hare     rose     Ghost     ring     Eagle     HorseShoe      Shield     Sea-eagle
echo Frog     Wineskin     Berry     basket     sword     Oak-Leaf     Seal     Sun     Adder     Bowl     Hawk
echo Gyrfalcon     Staff      Bull     Cow     Arch     Boar     Fox     Gate
exit 

Acacia:
goto serpent
exit 
Serpent:
echo Element: Fire
echo Slate:	a soft acacia wood slat engraved with the image of a red serpent eating its tail	
echo Translation: Fulfillment of desire, consumption
echo Other:	Desire
exit 
Alder:
goto bridge
exit 
Bridge:
echo Element:	Fire
echo Slate:	a black alder slat engraved with the image of a red bridge
echo Translation:	Staying power, durability, persistence
echo Other:	Steadfast
exit 
Aloeas:
goto moon
exit 
Moon:
echo Element:	water	
echo Slate: a soft aloeas slat engraved with the image of a blue moon	
echo Translation: Healing of all wounds, Sacred
echo Other:	Overcoming all pain
exit 
Apple:
goto life
exit 
Life:
echo Element:	Earth	
echo Slate: a white apple wood slat engraved with the image of a green life rune	
echo Translation: Rejuvenation, paradise, immortal
echo Other:	Myth
exit 
Ash:
goto world
exit 
World:
echo Element:	Air	
echo Slate: a soft white ash slat engraved with the image of a white world rune	
echo Translation: Healing, strength, dispensing of justice
echo Other:	Ties between death and life
exit 
Silver-Aspen:
goto	Mountain
exit 
Mountain:
echo	Slate:	        a silvery aspen wood slat engraved with the image of a white mountain	
echo    Element:	Air
echo	Meaning:	Protection against Undesirables, vision	
echo    Other:	        Freedom
exit 
White-AspenL:
goto Peak
exit 
Peak:
echo 	Slate:	        a white aspen wood slat engraved with the image of a clouded red peak
echo 	Element:	Fire
echo 	Meaning:	Unpredictability, lack of tact	
echo    Other:  	Provocativeness
exit 
Beech:
goto Bear
exit 
Bear:
echo 	Slate:	        a golden beech wood slat engraved with the image of a green bear
echo 	Element:	Earth
echo	Meaning:	Strength, Sovereign power, Instinct	
echo    Other:	        Unchallenged Dominance
exit 
Bergamot:
goto Raven
exit 
Raven:
echo 	Slate:	        a white bergamot slat engraved with the image of a white raven
echo	Element:	Air	
echo    Meaning:	Change, personal development	
echo    Other:	        Path of Life
exit 
Birch:
goto Broom
exit 
Broom:
echo Slate:	a white birch wood slat engraved with the image of a blue broom	
echo Element:	Water	
echo Meaning:	cleansing, purification, new beginnings	
echo Other:	Patience
exit 
Black-Willow:
goto knot
exit 
knot:
echo Slate:	a soft black willow wood slat engraved with the image of an intricate knot	
echo Element:	Water
echo Meaning:	Intuition, Inner voice, healing of pain	
echo Other:	Regeneration
exit 
Canver:
goto Salmon
exit 
Salmon:
echo	Slate:	  a yellow canver wood slat engraved with the image of a blue salmon
echo 	Element:  Water	
echo    Meaning:  Voyage across seas, youthfulness
echo 	Other:	  Inspiration
exit 
Cedar:
goto Owl
exit 
Owl:
echo	Slate:	        a golden cedar wood slat engraved with the image of a white owl	
echo    Element:	Air
echo 	Meaning:        Insight, intuition
echo  	Other:	        Discernment
exit 
Cherry:
goto Crane
exit 
Crane:
echo	Slate:	        a rosette-hued cherry wood slat engraved with the image of a white crane
echo	Element:	Air	
echo    Meaning:	Shamanic Journey, patience, Persistence	
echo    Other:	        guardian of secrets
exit 
Cottonwood:
goto stag
exit 
Stag:
echo 	Slate:	        a light cottonwood slat engraved with the image of a green stag	
echo    Element:	Earth	
echo    Meaning:	Independence, Pride
echo 	Other:	Spiritual persuit
exit 
Dogwood:
goto Wolf
exit 
Wolf:
echo	Slate:	        a soft dogwood slat engraved with the image of a green wolf
echo	Element:	Earth	
echo    Meaning:	Resourcefulness, Self-sufficient
echo 	Other:	Loyalty, Alligence
exit 
Ebonwood:
goto Ivy-vine
exit 
Ivy-vine:
echo	Slate:	        a dark ebonwood slat engraved with the image of a white ivy vine
echo	Element:	Air	
echo    Meaning:	Death, Immortality, Resurrection	
echo    Other:	        Knowledge of hidden things
exit 
Ironwood:
goto Ivy-leaf
exit 
Ivy-leaf:
echo 	Slate:	       a grey ironwood slat engraved with the image of a red ivy leaf
echo	Element:       Fire	
echo    Meaning:       Strength, support, endurance	
echo    Other:	       Undying love
exit 
Elm:
goto Wren
exit 	
Wren:
echo 	Slate:	       a soft elm slat engraved with the image of a white wren
echo	Element:       Air
echo	Meaning:       Greatness through humility, Attention to Details	
echo    Other:	       Messenger
exit 
Fel:
goto Otter
exit 
Otter:
echo	Slate:	        a long fel slat engraved with the image of a blue otter	
echo    Element:	Water	
echo    Meaning:	Playfulness, Aid to travelers, Encouragement	
echo    Other:	        Take life as it comes
exit 
Fig:
goto Blackbird
exit 
Blackbird:
echo	Slate:	       a dark fig bark slat engraved with the image of a reddish blackbird
echo 	Element:       Fire
echo	Meaning:       Self-awareness, self-discovery
echo 	Other:	       Exploring the Inner World
exit 
Fir:
goto Swan
exit 	
Swan:
echo	Slate:	       a white fir wood slat engraved with the image of a white swan
echo	Element:       Air
echo 	Meaning:       Beauty, Grace, and Femininity
echo 	Other:	       Poetic Creativity
exit 
Gorse:
goto blossom
exit 
blossom:
echo	Slate:	      a long white slat engraved with the image of a green gorse blossom
echo	Element:      Earth
echo	Meaning:      Optimism, Inspiring Hope
echo 	Other:	      Spontaneity
exit 
Haphip:
goto Hare
exit 
Hare:	
echo   Slate:	      a dark hapip root slat engraved with the image of a green hare
echo   Element:	      Earth	
echo   Meaning:	      Fertility, abundance, fulfillment
echo   Other:	      Creation
exit 
Haon:
goto rose
exit 
rose:
echo   Slate:	     a light haon slat engraved with the image of a twined green rose
echo   Element:	     Earth
echo   Meaning:	     fertility, summer 
echo   Other:	     Pleasure
exit 
Hawthorn:
goto Ghost
exit 	
Ghost:	
echo    Slate:	    a faded hawthorn slat engraved with the image of a white ghost	
echo    Element:    Air	
echo    Meaning:    Spiritual energies, Ancestors
echo 	Other:	    Sacred Rites
exit 
Hazel:
goto ring
exit 
ring:
echo 	Slate:	    a creamy hazel wood slat engraved with the image of a blue quintuple ring	
echo    Element:    Water
echo	Meaning:    Hidden knowledge and learning, justice
echo 	Other:	    Discovering truth
exit 
Linden:
goto Eagle
exit 
Eagle:
echo	Slate:	    a golden linden wood slat engraved with the image of a white eagle	
echo    Element:    Air	
echo    Meaning:    Great Age, Wisdom, Respect	
echo    Other:	    Chieftain
exit 
Magnolia:
goto HorseShoe
exit 
HorseShoe:
echo 	Slate:	    a white magnolia wood slat engraved with the image of a white horse shoe
echo	Element:    Air	
echo    Meaning:    Transformation of negativity, Good Fortune	
echo    Other:	    Restorative
exit 
Mahogany:
goto Shield
exit 	
Shield:
echo	Slate:	    a reddish mahogany slat engraved with the image of a green shield
echo 	Element:    Earth
echo 	Meaning:    Hearth, home, family
echo 	Other:	    Protection
exit 
Maple:
goto Sea-eagle
exit 
Sea-eagle:
echo	Slate:	    a russet maple slat engraved with the image of a red sea-eagle
echo	Element:    Fire
echo	Meaning:    Pride, Arrogance
echo 	Other:	    Abused respect
exit 
Maoral:
goto Frog
exit 
Frog:
echo	Slate:	    a golden maoral slat engraved with the image of a blue frog
echo	Element:    Water
echo	Meaning:    Healers, Medicine, Protective springs
echo	Other:	    Natural Healing
exit 
Mistwood:
goto Wineskin
exit 
Wineskin:
echo 	Slate:	    a dusky mistwood slat engraved with the image of a red wineskin	
echo    Element:    Fire	
echo    Meaning:    Lust, intoxication
echo 	Other:	    unstoppable energy
exit 
Modwir:
goto Berry
exit 
Berry:
echo	Slate:	    a dark modwir slat engraved with the image of a white berry
echo	Element:    Air
echo	Meaning:    Learning Lessons, Life process
echo	Other:	    changing thought process
exit 
Shingle-Monir:
goto basket
exit 
basket:
echo 	Slate:	    a light monir shingle slat engraved with the image of a blue basket	
echo    Element:    Water
echo    Meaning:    Unfolding Destiny, Manifesting greatness	
echo    Other:	    Knowledge
exit    
White-Monir:
goto sword
exit 
sword:
echo 	Slate:	    a white monir slat engraved with the image of a white sword	
echo    Element:    Air	
echo    Meaning:    Wisdom, Greatness of a hero	
echo    Other:	    Learning
exit 
Oak:
goto Oak-Leaf
exit 
Oak-Leaf:
echo 	Slate:	   a white oak slat engraved with the image of a green oak leaf	
echo    Element:   Earth
echo   	Meaning:   self-confidence, optimism, Determination
echo	Other:	   High standard of Morality
exit 
Olive:
goto Seal
exit 
Seal:
echo    Slate:	    a dark olive wood slat engraved with the image of a reddish seal
echo	Element:    Fire
echo	Meaning:    Love, feelings, emotions	
echo    Other:	    Longing
exit 
Pine:
goto Sun
exit 
Sun:   
cho     Slate:	    a light pine slat engraved with the image of a red sun	
echo    Element:    Fire
echo	Meaning:    Energy, Growth, Vitality of Nature	
echo    Other:	    Power of Purification
exit 
Rosewood:
goto Adder
exit 	
Adder:
echo	Slate:	     a soft rosewood slat engraved with the image of a green adder
echo	Element:     Earth
echo 	Meaning:     Letting go, breaking habits, rebirth
echo	Other:	     Healing through transforming
exit 
Spinewood:
goto Bowl
exit 
Bowl:
echo	Slate:	     a light spinewood slat engraved with the image of a blue bowl
echo	Element:     Water
echo	Meaning:     Psychic ability, prophecy	
echo    Other:	     Seeing beyond the surface
exit 
Blue-Spruce	
goto Hawk
exit 
Hawk:
echo 	Slate:	     a blue spruce slat engraved with the image of a white hawk
echo	Element:     Air
echo 	Meaning:     See into the distance, Impartial Judgment
echo   	Other:       Eye for Details
exit 
Sycamore:
goto Gyrfalcon
exit 
Gyrfalcon:
echo	Slate:	     a white sycamore slat engraved with the image of a white gyrfalcon	
echo    Element:     Air
echo 	Meaning:     Nobility, Dignity
echo    Other:	     Access of Knowledge
exit 
Tanik:
goto Staff
exit 
Staff:
echo	Slate:	     a dark tanik slat engraved with the image of a red staff	
echo    Element:     Fire
echo	Meaning:     Protection, the ability to deal with adversity	
echo    Other:	     Stern Authority
exit 
Torban:
goto Bull
exit 
Bull:
echo	Slate:	     a fused torban wood slat engraved with the image of a green bull	
echo    Element:     Earth
echo	Meaning:     Strength, Courage, Spiritual Potency	
echo    Other:	     Stubbornness
exit 
Walnut:
goto Cow
exit  
Cow:
echo	Slate:	    a light walnut slat engraved with the image of a green cow	
echo    Element:    Earth
echo	Meaning:    Abundance, Prosperity
echo  	Other:	Spiritual wealth
exit 
Willow:
goto Arch
exit 
Arch:
echo 	Slate:	    a dusky willow slat engraved with the image of a blue arch
echo	Element:    Water
echo	Meaning:    Flexibility, Emotional balance
echo 	Other:	    Bend without breaking
exit 
Witchwood:	
goto Boar
exit 
Boar:	
echo     Slate:	    a pale witchwood slat engraved with the image of a green boar
echo	 Element:   Earth
echo	 Meaning:   Leadership, Heroism, Courage
echo     Other:	    Fearless
exit 
Wyrmwood:
goto Fox
exit 
Fox:
echo      Slate:    a dark wyrmwood slat engraved with the image of a red fox	
echo      Element:  Fire
echo      Meaning:  Intelligence, Crafty, Diplomacy
echo      Other:    Cunning
exit
Yew:
goto Gate
exit 
Gate:
echo	Slate:	    a golden yew slat engraved with the image of a white gate	
eco     Element:    Air	
echo    Meaning:    Regeneration, death, continuing life
echo    Other:	    Wisdom of Life
exit 

See Also