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);
}
?>
January 05, 2002
Game Start Date |
Jorn 17, 10036 |
Game End Date |
continuation |
Game Master |
Justin Gaskins |
Adventurers
|
Avolene
Bink
Case
Drey
Gronk
Ivy
Lynn
Wesley
|
Actors |
Mirumoto Bob
Mirumoto Yukihera
Togashi Mitsu
Kitsuki O-Ushi
Kuni Yori
|
Hook
Intelligent adventurers needed to perform a suicide mission into a
foreign land to destroy an evil fallen deity of immeasurable power. The
ability to cast Fluency a plus. Inquire at the Donkey at 1 pm. [WARNING:
Will take several adventures and have no pulled punches.]
Plot Synopsis
Ep. 1.4: The Long Road
The party meets Bob, a small asian man, in the Donkey. He doesn't know
much but explains that he is the middle man. After a lot of discussion,
the party goes to Rokugan to meet the Dragon employer (Mitsu). Much more
discussion ensues (who would have thought that killing a god was such a
questioning task). They finally decide to go. They are given a map,
horses, and supplies for the long journey to the Crab lands in the
north.
During the several days of travel, they find the burnt caravan of the
advance party and rescue the one survivor (a diplomat). The kill the
bandits that destroyed the advance party. In the melee, Drey gets "Cleft
in twain" by a bandit. Lynn kills a bandit with a well placed crossbow
bolt to the groin. And they question one of the bandits about the ambush
(not much learned, only a stupid bandit). Later they discover that they
have been shadowed the entire journey by a Scorpion assassin that was
planning an ambush later. He is killed and the party is not ambushed.
The adventure ends with them meeting Kuni Yori, the Crab Emissary, in
the Crab lands. He explains the final leg of the journey and asks them
what they will require for it. Much more discussion and plotting
follows. The adventure ended early because I didn't think they'd move so
fast. It would have continued there, but I didn't have the rest of it
written up.
The party gets 2000 eeps, with bonus eeps going to Lynn and Bink for
their creativity. No magic items and no payment yet.