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 22, 2005
| Game Start Date |
10-05-10044 |
| Game End Date |
|
| Game Master |
Loren Ver |
|
Adventurers
|
Setzer
Daglon
Selina
|
| Actors |
Demeter - the hirer
|
| Locations |
Stopover Inn
|
Hook
Demeter is looking for help to retrieve an item, much danger involved.
Plot Synopsis
Daglon arrives early to try and determine that this is a just mission and not Demeter hiring to steal something that was not his. Demeter assures him that the item was his and he retrieved it from an archeological site not long ago. This story was later enforced when Selina arrives and Demeter tells her that the item they are going for was the one that she had help retrieved a few weeks ago. Once Setzer arrives Demeter starts getting into the details. It turns out he wants them to take out the people in a series of buildings, actually the people that reside in the buildings. The item he is looking for should be on that island somewhere. There is also a village on that island, but he wants that left alone. He would prefer a total kill, because if anyone is left alive they may come and steal his item again. Payment is agreed upon and they get underway.
After some travel they arrive. Selina decided to scope it out that night. She finds all the people in the buildings she can and also notes the placements of the guards. Later that night Daglon, Selina, and Setzer fly in, unnoticed. They then begin taking out the occupants one at a time. Things are going well until an alarm goes up and then things get interesting. Daglon gets into a rather nasty fight with a rather skilled swordsman, but eventually triumphs. Setzer manages to kill a marine with his shovel. After sometime the rest of the inhabitants are killed, save for two. Daglon has a feeling they may not be unjust so he wants to take them back to the stockade for a little talking too. After a short time searching Demeter locates the item and they head on their way.
On the trip home Demeter enjoys his time talking to the adventurers and gathering information on them, what they do etc. While they group was eating Daglon gets the feeling something is wrong and runs into the hold where he finds the two captives dead. It appears that they drowned in their own blood.
Eeps 2500