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);
}
?>
July 02, 2005
| Game Master |
Craig Brown |
|
Adventurers
|
Tanis
Sonosuke
Cap
Guy Incognito/Max
Grong/Sam
Dena
Nobu
|
| Actors |
Ezmar
Elam
|
| Locations |
Rougtero
|
Hook
Individuals willing to serve as protective escort, to retrieve a
young soldier and return him home safely. Ask for Ezmar at the Tanked Fish,
Rougtero.
Plot Synopsis
Ezmar wants someone to go find his son, Elam. The young man left home two
years ago without proper preparations to seek his own fortune. Recently,
Ezmar received a note from Elam, explaining that Elam was a soldier in an
army, and that he didn't want to be any longer. Money was offered, and
transportation was provided.
The island of Umbotu lies to the northwest of Lojem, about five days
travel. It is roughly one-third the size of Lojem, and is being conquered
by the Army of the New Order led by Emperor Mubarr.
The party arrives, and is met by an attack skiff 2 ½ mets from the beach.
They ask about Elam under the story of a death in the family, but the lead
man hasn't heard of the young man. He accepts a 'locator fee' to go and
retrieve Elam, should they run across him.
After two days, and at least one report from their skiff-leader that Elam
hasn't been found, the party decides to hit the beach. They copy a few
uniform parts and row to shore west of the main encampment. They enter the
only city on the island only to find a group of soldiers abusing the local
citizens. The party quickly dispatches the group of errant brutes, and
discovers a strange, ethereal creature that the party believes is taking the
souls of the deceased. They leave the creature alone, and continue their
mission.
They gain information that places Elam at the mine, on the north end of the
island.
The party heads off to the mine, bypassing the main road which is obviously
occupied by some kind of caravan. They search the mining camp to gather
information on Elam. Other scullions tell the group that Elam has been
taken south, with the caravan.
The party huffs it after the caravan, and pulls Elam aside. No further
incident impedes their return.
They leave for home, making the five day trip without interruption.
Ezmar is happy to see his son alive and unhurt, and pays the group for
their efforts.
As they enter the dock district in Rougtero ( on 2-7-46 ) Dena is
suddenly Paralyzed and drug into an alley. She is accosted by four figures
in plain gray robes who proceed to remove her horn with a hacksaw and leave
her. They take nothing else. No clue is left behind as to their
identities.