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);
}
?>
October 18, 2003
| Game Start Date |
|
| Game End Date |
|
| Game Master |
Robert Richey |
|
Adventurers
|
Torix - Tim
Gideon - Ian
Tyn - Krystal
Burnhard - Craig
Samus - Mike
Tim - Josh
Siilex - Loren
Kalag - Charles
|
| Actors |
|
| Locations |
|
Hook
Samus needs serious help
Plot Synopsis
Samus has recently discovered the location of magical items that were
confiscated from him on a previous mission. He hires adventurers that he
feels he can trust to aide in the recovery attempt. The adventurers agree
that Samus does indeed need help (Possibly in many ways) and begin making a
plan.
Samus informs the group that his items are on a small island, with about ten
people living there. In order to enter the facility quickly and avoid
detection Samus intends to Teleport them there using rather magic heavy
means. Fortunatly for the group, there were several high level spell
casters who are able to cover the cost to the Centralia's Mages Guild.
The party then teleports to the island. Samus goes and scouts the area,
finding out where people are. Siilex Halt Times the two buildings that
contain people, the party then moves into the main building in which Samus
believes his Items reside.
In the basement they find a sturdy wooden chest. It is Witchsmellered and
no magic shows up on it. Despite this, the party feels it is a trap so Tim
casts Hole so they can get into the box without opening it. Samus shrinks
and walks into the box, again using Witchsmeller. There is a smaller metal
box inside that is indeed magical. Assuming that it is Send Package he
attempts to Revocate the spell on the metal box so it can be safely removed.
Having no more Witchsmeller available, the box is removed and nothing
appears to happen. The box is opened and it is empty. A locate is
performed, and it seems that the Item is buried behind the wall, to mislead
scrying spells. A section of the wall is cut away and Samus's item is
recovered.
The party debates over attacking the Halt Timed buildings, but their window
of opportunity to leave is running out so they depart. The party arrives
back on Jearn at the island of New Jersey. Samus has his items stored. The
party then leaves for Centralia to get the box identified (If the magic
wasn't destroyed by the revocate) taking various modes of transportation.
During the trip Kalag notices that a stopwatch has appeared in the box.
When that group reaches Centralia, they realize that they have lost a day.
The box and stopwatch are Witchsmellered and are magical. They are diced
for and the winners have them identified.
Noteworthy Post Game Events
Everyone recieves 2500 eeps and payment from Samus as was negotiated
individually.