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);
}
?>
September 27, 2005
| Game Start Date |
05-25-10046 |
| Game Master |
Loren Ver |
|
Adventurers
|
Selina
Nefta
Miss Totten
Setzer
|
| Actors |
Maeron
|
| Locations |
Stopover Inn
|
Hook
Reliable people needed to rectify a problematic situation. If interested contact Maeron at the Stopover Inn, 3pm.
Plot Synopsis
Everyone arrives at about the right time and meet up with Maeron. He introduces himself and gets right to his situation. From what he tells them someone is spreading rumors that his people are supplying faulty goods (weapons) which a leading to unwanted deaths. Being a businessman, he explains, reputation is very important so he wants this uncovered as quickly and painlessly as possible. If it turns out one of his business partners is selling faulty goods he wants to know if it immediately. The party agrees to his pay and they are told where to find his ship.
After several days travel, they arrive and Setzer goes for the straightforward approach. He goes to the weapon supplier and asks to look as his wares, posing as a potential client. Using his skills he tries to determine if the merchandise is faulty or not. He determines that the floor model is indeed functional and then decides to actually have them assemble a crated item. This is done and everything seems to be in working order.
While this is going on the rest of the group attempts to gather information regarding the rumors themselves and if there were any reason someone would start them. Nefta discovers that the weapons that are being transported are going off world, but those are not the only ones that are faulty, several locally purchased weapons are also not working correctly (i.e. parts breaking when they shouldn.t).
Miss Totten is able to discover that there is an off world conflict going on and the company in question is supplying weapons to the defenders. The weapons are failing allowing the defenders to be overrun.
Miss Totten, Setzer, and Selina regroup and while walking back from the office they are paralyzed. Selina manages to get herself upright and in the air just in time to be clay jetted. After some fireballing and being cursed Selina is able to chase the attackers away. Once her party members come to they give chase. They do find the man that paralyzed them. It turns out that he is just a hired guy that used several deferred items the osirisite told him to.
Upon meeting up again with Nefta they decided that the local manager here must be doing something to the weapons before they are sold as well as sending someone out to stop their snooping. This is what they report to Maeron.