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);
}
?>
February 26, 2005
| Game Start Date |
|
| Game End Date |
|
| Game Master |
Craig Brown |
|
Adventurers
|
Tanis
Carl Liston
Lottie the Hottie
Raz-Beri
Mini-G
Virdon
Gronk
|
| Actors |
Hestor
|
| Locations |
Stopover Inn
|
Hook
WANTED: Mission Specialists to travel to a distant world on a
resource-building exercise. If interested, contact Hester at the Stopover
Inn, Meeting room 2.
Plot Synopsis
The respondents were hired to retrieve a statue, which was carved from
a stone that was native to Jaern. In fact, the statue would serve
Hester's employer now much better then the residents of the other
world, in the employer's opinion. Hester passes out envelopes, in
which the respondents may write what they would like as compensation,
for due consideration by the employer.
The statue is located in an open plaza in the largest population
center on Pendia. The natives may resist people trying to remove
it, but they don't have a standing military. The respondents are
to come up with a plan to take the statue and return it to Jaern.
The group disperses for the afternoon to allow various preparations
for the trip to take place.
On their way out of the Stopover, Hester is stopped by another woman,
with bright green eyes and dressed in black leather armor. They have
a quiet but heated discussion, and Hester obviously submits to the
will of the other woman. She then approaches the group and introduces
herself as Aurora, and states that she will be leading the group
henceforth.
They all go to Terminal 3, and then through the portal to Pendia.
Aurora tells the group that she and Hester will wait at the edge of
the woods, and that they should use whatever meant they deem necessary.
When they reach the city, they are met by a small contingent of local
priests, who are on the lookout for any outsiders. Tanis, who dressed
as a local merchant, was able to convince the priests he was a
traveling merchant investigating the local livestock trade, and that
the rest of the group is a bunch of harmless vacationers he met on
the road. They pass into the city without further incident.
After checking out the local marketplace near the plaza, they initiate
their plan. Mini-G, who has been invisible all day, grabs the statue
and flies upward. The public panics, and flees the plaza. Some of
the group flee with the citizens, making good on their escape
immediately. Others take the opportunity to exercise their "Vacationers
Five-finger Discount" program - to the tune of five shops worth of
various merchandise.
They regroup with Aurora, sans Hester, and return to Jaern. The payment
wasn't ready yet, as they thought the mission would take longer. Their
agreed parcels, with a few exceptions, arrive the following morning.
Events of Note: The day following the adventure, the officials at
Terminal 3 receive a note indicating that off-world vacationers are
no longer welcome on Pendia, and that the logging company was also
summarily evicted and all contracts cancelled. The portal was then
closed by revocation.