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 16, 2003
| Game Start Date |
|
| Game End Date |
|
| Game Master |
Preston Wiley |
|
Adventurers
|
Willow
Dom Foran
Adareth
Mekolo
Stu Padasso
Ku Keil
Scrickzo
Mindra Vii
|
| Actors |
Qualin
|
Hook
Group needed for secretive mission...
Plot Synopsis
Adventures arrive at the Spectal Meteor around the correct time and meet
Qualin. Qualin in dressed in nice business clothes and looks like a
business man. He explains that one of his rivals is attempting to spread
lies about him and he wants the adventures to stop this. He says the their
will be couriers, most likely guarded, delivering messages to a Orc
village, Dwarf village, Elf village, and Lizard colony that lie about him
in horrible ways and he wants these messages replaced. The first and
higher paying option is to replace the letters without the couriers or
guards even noticing the switch. He has duplicates for the letters
complete with seals. The other option is to replace the couriers, but this
is the second option and should only be done of option one is a failure.
He says that the letters are being delivered at different times, so the
adventures should be able to get to all of the couriers before they reach
their destination.
The adventurers sneak up on the first group at night while they are
sleeping. There is one awake keeping watch. Mindra cast Rockabye until he
falls asleep. Mindra sneaks in a takes the two bags in their camp.
Scrickzo find the letter in one of the bags and replace it. Mindra sneaks
back in and replaces the bags.
The second group has going to an elven village and wouldn't need to sleep
on the way. The party decided dress up as bandits and set up an ambush.
Mindra cast Witchy Sleep finessed for targets. All of them failed their
checks on fell asleep. Letter swapping ensued, the party left, and Mindra
dropped the spell.
The third group, which had the same people in it except the guard the fell
asleep had been replaced, went off exactly like the first group.
The fourth group, who were headed for a Lizard colony, was the trickest
one. The group figured out where they were going to rent a boat for and
paid to be the crew of the boat that was being rented. The target group
boarded the boat and they set sail for the Lizard colony, which was a few
hours out. The party gave them plenty of wine and eventually they has to
pee. Two of the stayed in their quarters and Mindra cast witchy sleep on
them. They both failed their checked. The letter swap happened and
eventually they reached the Lizard colony. The target group each took a
blue pill and dove into the water. They came back after about 15 minutes
and they sailed back to Rougtero.
The adventurers met the employer and were paid for their services.