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);
}
?>
May 1, 2004
| Game Start Date |
10-20-10042 |
| Game End Date |
10-21-10042 |
| Game Master |
Preston Wiley |
|
Adventurers
|
Thompson
Dom Foran
Halima
D'leyna
Gideon
Samus
Sten
Burnhard
Gronk
|
| Actors |
Elerosse
|
| Locations |
Small Orcan Village East of Elven Territory
|
Hook
Adventueres wanted to oust a gang of orcs.
Plot Synopsis
The adventurers meet up at the Golden Ankh and Elerosse, a Lentri Elf,
explains to them that an orcan village just to the west of Rougtero has
recently been causing problems for the Elves. They have been harrassing
them and within the past week have started to throw rocks at elves passing
by. Some injuries have been reported, but no deaths yet. He goes on to
explain that the attacks have been getting worse and they have tried
dilpolomacy to no avail. Because the elves do not wish to start a conflict
between the Elves and the Orcs, the Lentri Council wishes to hire an
independant force, the adventurers, to take care of the problem, using
force if necessary, but trying to refain from a complete slaughter.
The adventurers agree to take this mission but some of them would like a
lifetime pass through Elven Territory in leu in payment. Elerosse says he
can't promise it, but will request that the Council grant this.
The adventurers march over to the orcan village and engage in conversation
with some orcs with no real results. Gronk and Halima find the leaders hut
and talk to him a bit before thay try to kill them, but fail.
Eventually, detect divinity is cast and it is discovered that an sphere of
divine energy surrounds the village. After some distance judgement math,
they find the center of the sphere and investigate. The two children in
the house are not very helpful and they get nowhere. After a bit it is
desided to find a priest of Orus in with a revoke in an attempt to get rid
of the effect. The priest casts 4 rank 12 revokes with no luck and they
rest. The next day he is able to revoke the effect after the second
attempt.
The adventurers consider the mission done and report back to Elerosse. He
says that the situation doesn't seem to have cleared and the orcs are
acting in the same manner. They say it will probably take a bit for the
effects of the magic to wear off. Elerosse agrees to pay them when it is
clear they have done their jobs.
The elves find the magic is back the next day, but, in a close vote, the
Lentri Council decides that the adventurers provided enough information to
allow the elves to clear up the problem and agree to pay them as
requested.
Post game events:
Lifetime passes through elven territory were given. These passes allow the
people to pass through the toll with little hassle. They are magically
marked and are very difficult to forge. Guards will still request the pass
to be shown, but will not bother them further if they stay on the main
roads.