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);
}
?>
February 05, 2005
| Game Start Date |
01-02-10045 |
| Game End Date |
|
| Game Master |
Robert Richey |
|
Adventurers
|
Jorjis
Corrigon
Galiena
Natasha
Roger
Isemir
Meow Kitty
|
| Actors |
|
| Locations |
|
Hook
Each adventurer recieved a letter inviting them to come meet a man called
Richard for a "unique bussiness oportunity."
Plot Synopsis
The group arrives at an Island on the Two day ring named North Port and meet
a man named Richard. He is based out of warehouse near the dock. He leads
the group back into the warehouse and through a portal.
The party finds themselves looking out over forests, and off in the
distance, fields and a town. In the sky the see a bright comet. Richard
explains that this world is likely doomed, the comet is estimated to impact
in about three months. He has offered the use of his portal to the local
population, for a fee. He explains that the local religious leaders in the
nearby town consider his "exploitation" of people's fears to be immoral and
has ordered him to stop. He wants the adventurers to "take care of the
situation," so he can resume operations. As compensation, he offeres them a
handsom stipend.
After some questioning, the party agrees to go check out the situtation.
After alot of observations, they send a group to talk to the priests in the
town. The priests are aware of the comet's possible impact, but have been
trying to keep that fact downplayed to avoid panic. They are not objecting
to the use of the portal to leave the world, only that no one should have to
pay.
So after hearing the priests' account of the situation, the party descides
to kill the lot of them. Isemir and Meowkitty do their stealthy auger stuff
and kill two priests in their sleep. Natasha engages in hand to hand combat
with another, and with Roger's help, subdue him. A fourth priest comes out
of her room to see what the noise is about and ends up scolding Natasha and
Roger and telling them to go home. At this point Meow kitty bashes the
priest over the head and slits her throat.
The group returns to Jearn through the portal and are payed 5000 sp with an
additional payment on the first of the month for the next two months.
Exp - 2700