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);
}
?>
August 30, 2003
| Game Start Date |
03-04-10041 |
| Game End Date |
03-06-10041 |
| Game Master |
Steve Ames |
|
Adventurers
|
Brian
Difuge
Desin Mord
Dom Foran
Ku Re'l
Mekob
Rav
Sten
Tanis
Torix
|
| Actors |
The Major
|
Hook
Group needed to help free a people from subjugation.
Plot Synopsis
The party meets in the lobby of the Guild of Wizards tower in Centralia. As
soon as everyone arrives they are taken across the street to a bar and served
food and drink. After a bit the Major arrives and explains the situation.
He explains that there is going to be a meeting of the Bastadorian
overlords. They have a plan waylay one of the overlords on his way to the
meeting, substitute him and infiltrate the meeting. The intent of the
inflitration is to serve the lords a celebratory snack of one of their
favorite foods from their homeworld.... this particular snacky has been
modified to explode within 24 hours (or when signalled), bypassing the
overlords unpenetratable personal shields and killing them... dead. If
they aren't hungry the backup plan is to just carpet bomb the whole
meeting area with tac-nukes hoping to strand them if not kill them.
The party agrees to the plan, at least in theory. There is much discussion
about how to waylay the first overlord. The Major admits that that is
the least thought out part of the plan and probably the trickiest. They
come to a tentative plan and start moving. The major takes the group across
the street to the Guild of Wizards where the GoW is arranging transport
to the target ship. The Major puts on battle armor and tells the party
to follow him after 4 rounds but before 6 rounds have passed. He's going
to hit the outside of the target craft and cut a hole. The adventurers
have to get through that hole before the Major enters and closes it from
the inside (so they can take the ship mostly intact).
All goes smoothly and the party is inside the ship. The coat themsleves
thouroughly in nomadic "Plasma Block" and start looking for the overlord.
Since the bastadorian weapons don't have much of an affect on the party
they move through the ship pretty quickly. When they track down the
overlord they toss a couple of simultaneous "Spirit Fire" (Comet) and
the overlord go bye bye. Apparently his shield doesn't stop Spirit Fire.
With the overlord dead assuming control of the ship went quickly. The Major's
crew and replacement overlord came aboard and the old crew was transferred
off as PoWs. The party took the ship into orbit around the meeting planet
and took a shuttle craft down to the surface. The other overlords showed
up with their personal guard and all went into the meeting place. They
emerged several hours later. The replacement winked at the party and they
took off immediately.
As soon as the shuttle was in the air the replacement overlord was put
into a timestop field and the signal to blow up the engineered tasties
was given. There was a lot of explosions from the surface. The party
went back down to make sure _ALL_ of the overlords were killed (they
seemed to be). The Major took possession of all crafts in orbit and
sent the party home. Mission Accomplished.