Profile for Archmagus Micael

Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).

Recent posts

Pages

AuthorRecent posts
Item special list in Blades of Avernum Editor
Agent
Member # 4506
Profile Homepage #2
quote:
Originally written by Kelandon:


Or do you mean the properties for it_special_ability? That's in the documentation.

I mean the properties for it_special_ability and the numbers of the abilities. I know its somewhere in the Docs, I found it last year in November when I first made the items, but i can't find it now!

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
Item special list in Blades of Avernum
Agent
Member # 4506
Profile Homepage #2
quote:
Originally written by Kelandon:


Or do you mean the properties for it_special_ability? That's in the documentation.

I mean the properties for it_special_ability and the numbers of the abilities. I know its somewhere in the Docs, I found it last year in November when I first made the items, but i can't find it now!

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
Item special list in Blades of Avernum Editor
Agent
Member # 4506
Profile Homepage #0
I can't seem to find the item special list in the appendixes either. could someone either tell me where to look, or give me the list?

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
Item special list in Blades of Avernum
Agent
Member # 4506
Profile Homepage #0
I can't seem to find the item special list in the appendixes either. could someone either tell me where to look, or give me the list?

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
Help to tone down weapons... in Blades of Avernum Editor
Agent
Member # 4506
Profile Homepage #0
Guys, I've been asked to tone down the weapons in the hidden city in UNDEAD VALLEY, but I can't find they way to do so. Maybe one of you can help.

begindefineitem 457;
clear;
it_name = "Spear";
it_full_name = "Hidden City Spear";
it_variety = 1;
it_damage_per_level = 6;
it_weapon_skill_used = 5;
it_floor_which_sheet = 1036;
it_floor_which_icon = 2;
it_inventory_icon = 3;
it_bonus = 15;
it_value = 5000;
it_weight = 25;

begindefineitem 458;
clear;
it_name = "Dagger";
it_full_name = "Hidden City Dagger";
it_variety = 2;
it_damage_per_level = 3;
it_bonus = 2;
it_value = 3000;
it_floor_which_sheet = 1037;
it_floor_which_icon = 2;
it_inventory_icon = 3;

begindefineitem 459;
clear;
it_name = "Short Sword";
it_full_name = "Hidden City Short Sword";
it_variety = 2;
it_damage_per_level = 4;
it_bonus = 7;
it_floor_which_sheet = 1037;
it_floor_which_icon = 1;
it_inventory_icon = 0;
it_value = 1250;

begindefineitem 460;
clear;
it_name = "Longsword";
it_full_name = "Hidden City Longsword";
it_variety = 2;
it_floor_which_sheet = 1036;
it_floor_which_icon = 8;
it_inventory_icon = 9;
it_damage_per_level = 5;
it_bonus = 5;
it_value = 0;
it_weight = 50;

begindefineitem 461;
it_name = "Greatsword";
it_full_name = "Hidden City Greatsword";
it_variety = 2;
it_damage_per_level = 20;
it_bonus = 5;
it_floor_which_sheet = 1005;
it_floor_which_icon = 0;
it_inventory_icon = 0;
it_value = 7500;
it_weight = 100;


--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
Help to tone down weapons... in Blades of Avernum
Agent
Member # 4506
Profile Homepage #0
Guys, I've been asked to tone down the weapons in the hidden city in UNDEAD VALLEY, but I can't find they way to do so. Maybe one of you can help.

begindefineitem 457;
clear;
it_name = "Spear";
it_full_name = "Hidden City Spear";
it_variety = 1;
it_damage_per_level = 6;
it_weapon_skill_used = 5;
it_floor_which_sheet = 1036;
it_floor_which_icon = 2;
it_inventory_icon = 3;
it_bonus = 15;
it_value = 5000;
it_weight = 25;

begindefineitem 458;
clear;
it_name = "Dagger";
it_full_name = "Hidden City Dagger";
it_variety = 2;
it_damage_per_level = 3;
it_bonus = 2;
it_value = 3000;
it_floor_which_sheet = 1037;
it_floor_which_icon = 2;
it_inventory_icon = 3;

begindefineitem 459;
clear;
it_name = "Short Sword";
it_full_name = "Hidden City Short Sword";
it_variety = 2;
it_damage_per_level = 4;
it_bonus = 7;
it_floor_which_sheet = 1037;
it_floor_which_icon = 1;
it_inventory_icon = 0;
it_value = 1250;

begindefineitem 460;
clear;
it_name = "Longsword";
it_full_name = "Hidden City Longsword";
it_variety = 2;
it_floor_which_sheet = 1036;
it_floor_which_icon = 8;
it_inventory_icon = 9;
it_damage_per_level = 5;
it_bonus = 5;
it_value = 0;
it_weight = 50;

begindefineitem 461;
it_name = "Greatsword";
it_full_name = "Hidden City Greatsword";
it_variety = 2;
it_damage_per_level = 20;
it_bonus = 5;
it_floor_which_sheet = 1005;
it_floor_which_icon = 0;
it_inventory_icon = 0;
it_value = 7500;
it_weight = 100;


--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
From AOL News in General
Agent
Member # 4506
Profile Homepage #1
Sounds a bit harsh. I mean, if they want to be gay , it's up to them. They shouldn't be counted any differently from anyone else. That's just another form of racism! I'm probably too young to have the right idea about this, but they can't they tell if people are gay or not - can they?

Anyway, lets see what the rest of you think!

- Archmagi Micael

--------------------
"You dare Trifle with Exile?" - Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Proof of Richard Black's existance:
Richard Black - PROOF of his existance (the Infernal one's website).
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
Geneforge 2 Trainer in Geneforge Series
Agent
Member # 4506
Profile Homepage #151
quote:
Originally written by Stormlord Windspire:

Hmph

or maybe xixiao Is just a slob who bought a PC because he was smart enough to think it was good!

PC-Cheap, NO Good, NO, it's BRILLIANT!

Mac-Cheap,YES really Awful, ABSOLUTE WASTE of money.

I couldn't agree more :D

Good on you for maknig a GF2 trainer. But BoA's got Kelandon's HLPM.

- Archmagi Micael

[ Friday, May 06, 2005 10:13: Message edited by: Archmagi Micael ]

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
Geneforge 2 Trainer in Geneforge 2
Agent
Member # 4506
Profile Homepage #151
quote:
Originally written by Stormlord Windspire:

Hmph

or maybe xixiao Is just a slob who bought a PC because he was smart enough to think it was good!

PC-Cheap, NO Good, NO, it's BRILLIANT!

Mac-Cheap,YES really Awful, ABSOLUTE WASTE of money.

I couldn't agree more :D

Good on you for maknig a GF2 trainer. But BoA's got Kelandon's HLPM.

- Archmagi Micael

[ Friday, May 06, 2005 10:13: Message edited by: Archmagi Micael ]

--------------------
"You dare Trifle with Exile?" - Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Proof of Richard Black's existance:
Richard Black - PROOF of his existance (the Infernal one's website).
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
DO YOU WANT TO BE A TESTER? - Undead Valley Testing 9.0 in Blades of Avernum
Agent
Member # 4506
Profile Homepage #21
quote:
Originally written by spy.there:

If there is a Macintosh version I would like to test it: evita@dplanet.ch, zip file please.
^_^ I'll point on the details ...

If you can port the graphics from bmps to whatever macs use you can play it. I'm still testing, but it should definetely be out soon!

- Archmagi Micael

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
DO YOU WANT TO BE A TESTER? - Undead Valley Testing 9.0 in Blades of Avernum
Agent
Member # 4506
Profile Homepage #17
quote:
Originally written by Wizcozski:

And please take out most if not all Guardians. Those things are so damn annoying I can't even stand it.
I put Guardians in it so people like me, who have mostly spellcasters, can see the benefit in having a swordsman/pikesman. The Guardians will stay. And I won't add any more spawners in it (as any of you already know the Devas in testing version 8.0 spawn, as they do in version 9.0 But since you don't have to fight them whatsoever...

I've just fixed a whole bundle of bugs, and am about half-way through the scenario. I should have the weekend free (because of the SATs), so I will have probably run through it by Saturday, or Sunday latest.

- Archmagi Micael

P.S. If any of you lot actually bothered talking to the Guard in the small cave and wondered why his "secret passage" didn't work, it works now :D

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
Since people always seem to be going "Yay, my 1000th post" in General
Agent
Member # 4506
Profile Homepage #0
Since there's always at least one person a month who goes "I've now got 1000 posts, I decided to see in proportion, how many of us have lots of posts, and how many have few posts.

EDIT: Hey - most of the older bunch have voted, but not any of the newer lot! WHERE ARE YOU?

[ Sunday, May 08, 2005 08:05: Message edited by: Archmagi Micael ]

Poll Information
This poll contains 1 question(s). 50 user(s) have voted.
You may not view the results of this poll without voting.

function launch_voter () { launch_window("http://www.ironycentral.com/cgi-bin/ubb/ultimatebb.cgi?ubb=poll;d=vote;pollid=qQxiXKyQXVJm"); return true; } // end launch_voter function launch_viewer () { launch_window("http://www.ironycentral.com/cgi-bin/ubb/ultimatebb.cgi?ubb=poll;d=view;pollid=qQxiXKyQXVJm"); return true; } // end launch_viewer function launch_window (url) { preview = window.open( url, "preview", "width=550,height=300,toolbar=no,location=no,directories=no,status,menubar=no,scrollbars,resizable,copyhistory=no" ); window.preview.focus(); return preview; } // end launch_window IMAGE(votenow.gif)     IMAGE(voteresults.gif)

--------------------
"You dare Trifle with Exile?" - Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Proof of Richard Black's existance:
Richard Black - PROOF of his existance (the Infernal one's website).
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
E3: Ruined World -- Room in Sulfras's Cave in The Exile Trilogy
Agent
Member # 4506
Profile Homepage #1
I tried killing the Dragons just for a laugh, but they killed me . There's not really any point, since the Vahnatai are the "bad guys" in it, not Erika or the Dragons.

- Archmagi Micael

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
Scenarios in Development in Blades of Avernum
Agent
Member # 4506
Profile Homepage #93
Some people like mazes. Most don't. But some do, and this might appeal to them. At the worst it gets taken off the Spidweb site when I finish it.

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
Scenarios in Development in Blades of Avernum
Agent
Member # 4506
Profile Homepage #91
quote:
Originally written by Thuryl:

quote:
Originally written by Archmagi Micael:

How long do you think I should put the players through a Maze for? 1 town, 2 town, 3 town ... and so on...?
That is not entirely unlike asking "After I stick sharp knives into your various bodily organs, how many hours would you like me to wait before removing them?"

Well, why bother with knives then if one good maze will kill you off? :P

And The Maze is nothing more than it says. It will be a maze, with some monsters of various levels in it. Any level party can play, as they will start of with an item which can kill all the enemies in an area. The Maze is a VERY short scenario, I have 4 towns at the moment, probably heading for 6, no outdoor sections, just one big annoying Maze . It's for the people who find pleasure in banging their parties against walls, and getting them lost. And ofcourse, the various people who just like Mazes.

- Archmagi Micael

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
Scenarios in Development in Blades of Avernum
Agent
Member # 4506
Profile Homepage #88
Undead Valley tEsting 9.0 is nearly done, and then I'll release it as version 2.0, sice lots of you have already tried testing version 8.

And I wasn't scared away, My computer died on me, so I had no way of getting back onto the internet. And when I did get the computer fixed, the hard drive had been wiped, so UV had been knocked down a few stages (I'm awful with backups), so I didn't continue. But it's nearly finished now, and The Maze is also being created, though slowly. How long do you think I should put the players through a Maze for? 1 town, 2 town, 3 town ... and so on...?

- Archmagi Micael

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
DO YOU WANT TO BE A TESTER? - Undead Valley Testing 9.0 in Blades of Avernum
Agent
Member # 4506
Profile Homepage #12
I just got a list of bugs from one of my old testers, and I've corrected about half of them so far. NO, I will not put spawners etc in it, but I suppose I could tone down the power of the weapons, or make them diasappear after the game (like the Bladesmaster Sword). Which would be better do you think?

And As mentioned above, I'm not very good at editing monsters, in fact I'm AWFUL, so don't expect any "Original Original" monsters.

- Archmagi Micael

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
1.0 in Geneforge Series
Agent
Member # 4506
Profile Homepage #8
Email Jeff and see if he has it stored away somewhere (or knows a website which does). But everyone's right, no matter what things it gives you, getting a buggy version is pointless.

- Archmagi Micael

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
1.0 in Geneforge
Agent
Member # 4506
Profile Homepage #8
Email Jeff and see if he has it stored away somewhere (or knows a website which does). But everyone's right, no matter what things it gives you, getting a buggy version is pointless.

- Archmagi Micael

--------------------
"You dare Trifle with Exile?" - Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Proof of Richard Black's existance:
Richard Black - PROOF of his existance (the Infernal one's website).
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
New look? in Geneforge Series
Agent
Member # 4506
Profile Homepage #2
I take it this means that Agents still have female pictures? (I'm on WIN). DAMN! I HATE dressing up as a woman! (agents are the best though)

- Archmagi Micael

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
DO YOU WANT TO BE A TESTER? - Undead Valley Testing 9.0 in Blades of Avernum
Agent
Member # 4506
Profile Homepage #5
quote:
Originally written by Kirk Johnson:

terrorsmartyr@wi.rr.com

Be prepared for the worst. I will critique your scenario ruthlessly, and offer as many valid points as I can manage. (I will also run your scenario through a spell-checker.)

Be my guest. I could use the pointers! (And the spell-check {whenever I run it through mine, it bogs me down with "what does Avernum mean?", etc})

- Archmagi Micael

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
The single most annoying part of (Spidweb) RPGs in General
Agent
Member # 4506
Profile Homepage #13
Who ever said that adventuring etc was easy? This just adds the boring, time-wasting side of work into the game. I needs it, or you just fry your brains with too much combat, or too much brain teasers!

- Archmagi Micael

--------------------
"You dare Trifle with Exile?" - Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Proof of Richard Black's existance:
Richard Black - PROOF of his existance (the Infernal one's website).
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
DO YOU WANT TO BE A TESTER? - Undead Valley Testing 9.0 in Blades of Avernum
Agent
Member # 4506
Profile Homepage #2
Okay. I'm alpha testing right now for all of the little bugs (it is playable, I tested that earlier). I'm as far as the First Tower, so you know that I'm about a third way through it. Since I've only been testing in this "toothcomb" method for a couple of hours, I should be finished very quickly. I'll email you the file when I'm ready. Do you prefer it in ZIP,RAR or EXE format? (This counts for any other testers as well)

- Archmagi Micael

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
DO YOU WANT TO BE A TESTER? - Undead Valley Testing 9.0 in Blades of Avernum
Agent
Member # 4506
Profile Homepage #0
Guys,

After talking to Kelandon, I decided that I didn't really want my scenario to be another one which never got made, so I decided to pull it together and just finish the damned thing off, so I've fixed TONS of bugs, etc, added a new ending, made it "You can't put Rentar-Ihnro in it" user-friendly, and lots more.

So now, after hours of work, I've nearly finished my latest testing version. It should have fixed most of the bugs in the game, and any more can easily be fixed also.

So I wanted to know if anyone is interested in being a tester. If you are, post on this topic and either send me an email, or put your email address in your post, so I can send it to you when it's ready (within the week definitely).

Thanks for all of your help!

AND PLEASE DON'T FORGET. EVEN THOUGH IT HAS UNDERGONE SERIOUS UPGRADING, IT IS STILL MY FIRST SCENARIO!

- Archmagi Micael

P.S. And Khoth - please do send that email. While I'm alpha testing it now, and eradicating any bugs I meet, there will probably be a few I don't find, and that you've got written down. THANKS!

[ Wednesday, May 04, 2005 11:49: Message edited by: Archmagi Micael ]

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00
Least Fun Scenarios in Blades of Avernum
Agent
Member # 4506
Profile Homepage #8
quote:
Originally written by PoD person:

Undead Valley has obviously not been distributed widely enough.

If you pay a little more attention to Canopy, a few of the characters actually are pretty interesting. Honestly, character development in Canopy was pretty much even with Bahssikava in my mind. Canopy's characters just all happened to be ridiculously exaggerated ideologues, where Bahssikava's were RPG stereotypes. Neither bothered me, so neither earned the dubious honor of my vote.

Undead Valley
DaC - buggy
Nine Variations - not really a scenario
RoR - TM has said openly that this was made out of spite, and it shows.

Undead Valley was never officially distributed. The testing version just leaked. I've nearly finished the latest test, so hopefully all of the bugs will be gone, and people will like the new surprise ending. (Which lets me put Renmtar-Ihnro in it without people complaining.)

- Archmagi Micael

--------------------
"You dare Trifle with Avernum?" ~ Erika the Archmage
--------------------
My Scenarios:
Undead Valley : A small Undead problem, what could possibly go wrong?
--------------------
Richard Black - PROOF of his existance (the Infernal one's website).
--------------------
MY FORUM! Randomosity at it's highest! :)
Posts: 1370 | Registered: Thursday, June 10 2004 07:00

Pages