Function adventurer_print_link($advid)
{
$connection = mysql_connect("localhost","root","") or die("NO SERVER");
mysql_select_db("aq") or die("Unable to select database");
$query = "SELECT url FROM characters where id=$advid";
$result = mysql_query($query) or die("Query failed");
$link = mysql_result($result,0,"url");
mysql_close($connection);
print("$link");
}
Function adventurer_get_link($advid)
{
$connection = mysql_connect("localhost","root","") or die("NO SERVER");
mysql_select_db("aq") or die("Unable to select database");
$query = "SELECT url FROM characters where id=$advid";
$result = mysql_query($query) or die("Query failed");
$link = mysql_result($result,0,"url");
mysql_close($connection);
return $link;
}
Function adventurer_new($adv_name, $adv_player, $adv_link, $adv_blurb)
{
$connection = pg_connect("localhost","5432","aq");
$query = "INSERT INTO characters VALUES (nextval('adventurer_sequence'::text),'$adv_name','$adv_player','$adv_link','$adv_blurb')";
$result = pg_exec($connection, $query);
pg_close($connection);
}
Function adventurer_flist()
{
$connection = pg_connect("localhost","5432","aq");
$query = "SELECT adv_name,adv_link,adv_blurb,advid FROM characters ORDER BY adv_name";
$result = pg_exec($connection, $query);
for ($row=0; $row < pg_NumRows($result); $row++) {
if (strcmp(pg_result($result,$row,1),"NONE")) {
printf("%s (%s)- %s
\n",
pg_result($result,$row,1), pg_result($result,$row,0),
pg_result($result,$row,3), pg_result($result,$row,2));
}
else {
printf("%s (%s) - %s
\n",
pg_result($result,$row,0),pg_result($result,$row,3),
pg_result($result,$row,2));
}
}
pg_close($connection);
}
?>
Function actor_print_link($advid)
{
$connection = mysql_connect("localhost","root","") or die("NO SERVER");
mysql_select_db("aq") or die("Unable to select database");
$query = "SELECT url FROM actors where id=$advid";
$result = mysql_query($query) or die("Query failed");
$link = mysql_result($result,0,"url");
mysql_close($connection);
print("$link");
}
Function actor_get_link($advid)
{
$connection = mysql_connect("localhost","root","") or die("NO SERVER");
mysql_select_db("aq") or die("Unable to select database");
$query = "SELECT url FROM actors where id=$advid";
$result = mysql_query($query) or die("Query failed");
$link = mysql_result($result,0,"url");
mysql_close($connection);
return $link;
}
Function actor_new($actor_name, $actor_player, $actor_link, $actor_blurb)
{
$connection = pg_connect("localhost","5432","aq");
$query = "INSERT INTO actors VALUES (nextval('actor_sequence'::text),'$actor_name','$actor_player','$actor_link','$actor_blurb')";
$result = pg_exec($connection, $query);
pg_close($connection);
}
Function actor_flist()
{
$connection = pg_connect("localhost","5432","aq");
$query = "SELECT actor_name,actor_link,actor_blurb,advid FROM actors ORDER BY actor_name";
$result = pg_exec($connection, $query);
for ($row=0; $row < pg_NumRows($result); $row++) {
if (strcmp(pg_result($result,$row,1),"NONE")) {
printf("%s (%s)- %s
\n",
pg_result($result,$row,1), pg_result($result,$row,0),
pg_result($result,$row,3), pg_result($result,$row,2));
}
else {
printf("%s (%s) - %s
\n",
pg_result($result,$row,0),pg_result($result,$row,3),
pg_result($result,$row,2));
}
}
pg_close($connection);
}
?>
December 04, 2004
| Game Start Date |
|
| Game End Date |
|
| Game Master |
Joel Gunderson |
|
Adventurers
|
Gorgeous Gorgis
Halima
Morid
Jennifer
Air Mage
Lotan
|
| Actors |
Solon Baraduke
Baran Baraduke
|
| Locations |
Drathorian
City of Rougtero
Centralia GoW
|
Hook
Adventurers sought by Sepulcher in Karfelon for assistance with an ongoing problem. Good pay for hard work. Meet Solon Baraduke at the Drathorian at sundown.
Plot Synopsis
The party met Solon Baraduke at the Sepulcher in Rougtero. They
discussed their mission and payment. Gorgis was selected to receive a
certain artifact that would help them during the course of the adventure.
The party was informed that they would be fighting a great evil that was
attempting to disrupt the normalcy of Infero. They were also informed
that they would have to go to the CMG and pick up the artifact before
traveling to the Sepulcher in Karfelon.
They picked up the item, went through the ritual of passage, and were
let into Infero. They went to the keep of Anubis and met Baran Baraduke,
Solon's dead brother. Baran informed them of their mission. They were
to go to a temple on the edge of the Hell area of the Infero dimension
and stop a ritual that would hurt the flow of souls in Infero.
After a quick conversation with Anubis, they were sent to the Hell section
of Infero. There was a distraction provided by a source that was never
explored that drew off a large portion of the demon forces at the ruined
temple.
The party then proceeded into the temple. There was a pitched battle
due to a lack of scouting, but the party killed most of the enemies and
drove off the main servant of the evil power after losing a number of
magic items due to a Revocate. They then were able to open up the
receptacle that the demons were using to hold the souls stolen from
Anubis. After releasing the souls, the warrior of Anubis who was stuck
in the gem on the end of Gorgis' sword was released. He then sent the
party back to Anubis, who paid them for their efforts by restoring some
of the lost magic items and feeding them some life force.