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);
}
?>
August 13, 2005
| Game Start Date |
04-27-10046 |
| Game End Date |
05-01-10046 |
| Game Master |
Joel Gunderson |
| Adventurers |
Tanis
Cal Tepiv
Prince Liston
Bethany
Halima
|
| Actors |
Cargus
Bob - Beaconof Orus in Southam
|
| Locations |
Southam
|
Hook
Cargus needs help interdicting a weapons shipment.
Plot Synopsis
The party was hired once again by Cargus and sent to meet Bob (the Beacon of Orus) in Southam. A log that the party stole on a previous mission had been deciphered and the location of an incoming shipment of weapons for the Almarian movement in Southam was determined. Bob hired a Maurajo from MacArthur.s Mercenaries in Southam and put the party on it and sent them out to meet the incoming shipment. After a lengthy battle, the party was informed that the weapons shipment had been a ruse and a mage lord had been assassinated in Southam and his key that allowed him to teleport in and out of the city was stolen. The party was able to port back to Southam and speak with Bob. He accompanied them to Lord Orgauth.s home to retrieve the key. Tanis shaded and went looking around; he ran into a powerful ethereal being that tried to kill him but narrowly failed. The party was nearly discovered while they searched the home but hid in Prince Liston.s .bag. while he hid from the patrols. Prince Liston found Lord Orgauth in another part of the house after the guards left him and was able to surprise them enough to toss Lord Orgauth into his .bag. and make a quick getaway. While Lord Orgauth was in the bag (no pun intended) and the party was trying to subdue him, he was able to cast a spell that ripped Bob.s soul out of his body and sent it to Almar. He was then summarily paralyzed by Cal and covered in Clay by Halima. The party then escorted Bob back to the temple of Orus where he paid the party and they were given items that had been found on the ship to divide amongst themselves.
XP: 2600
Treasure: 5000 falcons per person
Also, three magic items were given out; a breastplate and two rings.