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 3, 2002
Game Start Date |
Gorn 14, 10038 |
Game End Date |
Gorn 26, 10038 |
Game Master |
Craig Brown |
Adventurers
|
Fehde
Tweak
Chop
Saidi
|
Actors |
Fendil
|
Hook
The party collected at the Sepulchre in Rougtero after reading a wanted
poster requesting aid to find a stolen item.
Plot Synopsis
The party collected at the Sepulchre in Rougtero after reading a wanted
poster requesting aid to find a stolen item.
They were met by a young functionary named Fendil, who described the
mission. After the proper forms were filled out and filed, and the releases
read, initialed, signed and filed, and then the promises of discretion
taken, Fendil led them to the scene of the crime.
There they saw the body of Pendick, and an empty pedistal. Fendil allowed
the party to share his vision as he looked and Pendick's Last Vision. They
saw the face of Pendick's murderer, and the strange longsword used to kill
him. Fendil also supplied another clue found at the scene; a silver coin
from Galeia.
The party spend a day preparing, then set forth toward the Portal Farm.
They passed through some known portals to Galeia, and searched Southam for
the maker of the sword, but could not locate him.
They traveled by Portal to Centralia to consult the Wizard's Guild. No help
there, either.
They returned to Rougtero and began a search there. One of the party
members went to the marketplace to consult a trusted source, when he spied
the murderer at a food vendor's cart. He followed the culprit until the
rest of the party arrived, at which point they promptly jumped the man and
pulled him into an alley. Chance was not on the side of the man, as a
fateful grab by the party broke his knee cap. The party dragged him to a
shop owned by one party member and interrogated the man. ( he later died,
and one of the priests 'collected' his soul into a rock. )
During the process, the shop owner had a customer, who requested a custom
made dagger for his wife. A bargain was struck, and the shop owner made the
dagger.
The lead they gained was to the docks. They decided that they needed a
ship to take them to other islands, probably in a trade route to Galeia.
They ventured out for a day, then retuned to Rougtero.
They went back to the Sepulchre to get more info and resources. They were
informed that the matter had been handled, the item recovered, and Fendil
was reassigned.
Overall, the adventure took twelve days, ending on 1-26-10038.