Skip to content

Instantly share code, notes, and snippets.

View mhekel's full-sized avatar
💭
I did a thing!

DM Elysium mhekel

💭
I did a thing!
View GitHub Profile

Menzoberranzan Season VIII

*## Shadows of the Spine *

Intro

*SOTS picks up about 12 years after the end of season VII, after the DnD World survived the Spellplague0[^1] and about the end of the 2nd Sundering [^2] landing us in 1489DR [^3] - in short, calling it SOTS had to do with the events that occured in the Citadel and that it was located in the base of the Southern Slopes (4th Peak give or take) which lays in the "Shadow" of the "Spine of the World" - And at the time I wrote the general story idea, I hadn't remembered many details about the last events on the server in 2011 before we went dark.. (alot irl occured as well). So the fact that back in July when i began writing the campaign, intertwining "new" villians and such -- turns out the majority of it picks up neatly - 12 years later (2011-2023).. Of course, what actually occurs from this point on is up to the amazing players who come to Menzoberranzan and become apart of our rich history and connections with each other. I know that
@mhekel
mhekel / menzo-history.md
Last active November 25, 2024 04:38
A Brief history of Menzoberranzan events during the 2008-2011 era before the "dark plague'....

Menzoberranzan

Season 7

The Road So Far...

Light at the end of a thousand years of darkness...

<sub>passages that are in italics are key points to current campaign. 2 Headers in particular are Marked important due to that history being a huge focual point of the current campaign.</sub>
@jtilly
jtilly / install-gcc-4.9.3.sh
Last active December 8, 2025 00:21
Install GCC 4.9.3
#!/bin/bash
# this script installs GCC 4.9.3
# to use it navigate to your home directory and type:
# sh install-gcc-4.9.3.sh
# download and install gcc 4.9.3
wget https://ftp.gnu.org/gnu/gcc/gcc-4.9.3/gcc-4.9.3.tar.gz
tar xzf gcc-4.9.3.tar.gz
cd gcc-4.9.3