Profile for Kelandon

Error message

  • Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /var/www/pied-piper.ermarian.net/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /var/www/pied-piper.ermarian.net/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /var/www/pied-piper.ermarian.net/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /var/www/pied-piper.ermarian.net/includes/common.inc).
  • 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
Poor Man's Starbound? in General
Off With Their Heads
Member # 4045
Profile Homepage #92
Is it really the case that GC is extremely easy, as people were saying four years ago? I've never played it, although I've intended to, just for laughs.

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
History in the making... in General
Off With Their Heads
Member # 4045
Profile Homepage #26
quote:
Originally written by Drow:

Hail Dikiyoba, and Cthulhu. Iä.
Wow.

In other news, I leave the boards alone for a few days, and this is what happens. Why don't we just ban every member, crash every thread, and be done with it?

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
So... in General
Off With Their Heads
Member # 4045
Profile Homepage #1
quote:
Originally written by *Yawn*:

What did I miss?
Since March, I suppose. Hmm.

quote:
So, who's dead,
Can't think of anyone.

quote:
who's left in a cloud of huff
Alec, about two or three times, but he keeps coming back. No one else comes to mind.

quote:
and who slept with TM in the back of my car?!
I wouldn't know, but Gizmo has a guilty expression on her face.

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
What do you think of A4 in Avernum 4
Off With Their Heads
Member # 4045
Profile Homepage #69
quote:
Originally written by Savage Ed Walcott:

As for the story itself, a repeat of the plagues makes sense since Rentar is the returning villain, so she'd have a similar M.O. in how she enacted her revenge. Other than war with the Empire or the various humanoids in Avernum's world, there isn't much that can really be done storywise.
That is, without trying something new.

A4's plot makes sense. In fact, it makes too much sense. From about the first five minutes of A4, I knew what the rest of the game would look like.

But, as I've said all along, this was a game for good hacking. I'm hoping that the next one is more than that.

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Major Error: Expression TOO LONG in Blades of Avernum Editor
Off With Their Heads
Member # 4045
Profile Homepage #8
My two cents. If this were a rectangle, it could be shortened even further, but it appears that it's not.

beginstate 11;
j = 0;
i = 16;
while (i >= 12) {
if ((char_on_loc(7,i) >= 0) && (char_on_loc(7,i) < 4))
j = 1;
i = i - 1;
}
i = 17;
while (i >= 11) {
if ((char_on_loc(6,i) >= 0) && (char_on_loc(6,i) < 4))
j = 1;
i = i - 1;
}
i = 15;
while (i >= 12) {
if ((char_on_loc(5,i) >= 0) && (char_on_loc(5,i) < 4))
j = 1;
i = i - 1;
}
if (j)
message_dialog("You can dig here!","");
else
message_dialog("You can't dig here!","");
break;
EDIT: Because the poster immediately after me is right, even if the one after him is not.

[ Wednesday, August 02, 2006 10:37: Message edited by: Kelandon ]

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Major Error: Expression TOO LONG in Blades of Avernum
Off With Their Heads
Member # 4045
Profile Homepage #8
My two cents. If this were a rectangle, it could be shortened even further, but it appears that it's not.

beginstate 11;
j = 0;
i = 16;
while (i >= 12) {
if ((char_on_loc(7,i) >= 0) && (char_on_loc(7,i) < 4))
j = 1;
i = i - 1;
}
i = 17;
while (i >= 11) {
if ((char_on_loc(6,i) >= 0) && (char_on_loc(6,i) < 4))
j = 1;
i = i - 1;
}
i = 15;
while (i >= 12) {
if ((char_on_loc(5,i) >= 0) && (char_on_loc(5,i) < 4))
j = 1;
i = i - 1;
}
if (j)
message_dialog("You can dig here!","");
else
message_dialog("You can't dig here!","");
break;
EDIT: Because the poster immediately after me is right, even if the one after him is not.

[ Wednesday, August 02, 2006 10:37: Message edited by: Kelandon ]

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Any Game Wiz I need technical help with A Small Rebellion in Blades of Avernum
Off With Their Heads
Member # 4045
Profile Homepage #5
quote:
Originally written by Your ad could be here- contact me.:

When BoA encounters a bug, it sometimes stops running that script. It sounds like that's what happened here.
If that's actually the case, then you should just be able to save the game, re-load that save, and check the printing text area for any red error messages. If you don't see any, then script is running.

Are any specials working? Do you get any messages when you go anywhere?

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Character Traits / Adventure Log in Blades of Avernum
Off With Their Heads
Member # 4045
Profile Homepage #21
quote:
Originally written by Imban:

Anyone else think it's odd that Pythras has a combat script when you're supposed to fail the scenario if you kill her?
Yes, I think that's very odd. I never noticed that.

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Any Game Wiz I need technical help with A Small Rebellion in Blades of Avernum
Off With Their Heads
Member # 4045
Profile Homepage #2
I suspect that you need to go...

IMAGE(http://home.sanbrunocable.com/~tommywatts03/key3.png)

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Facebook Me! in General
Off With Their Heads
Member # 4045
Profile Homepage #11
I am opposed to these things in general, but someone else set up a Facebook account for me, so I felt obligated to sort of use it. I don't get several hundred birthday messages (as she does *cough* *cough*) or hundreds of personal messages every day (that's what E-MAIL is for), but I do check it pretty regularly (for seconds at a time).

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
SW &amp; DM2 Fusion! in General
Off With Their Heads
Member # 4045
Profile Homepage #11
Drakey's, DV's, and TM's characters are all remarkably apt. And woah, Nico's hot. Her character, I mean.

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Summon Classes in Blades of Avernum Editor
Off With Their Heads
Member # 4045
Profile Homepage #8
Cloud of Blades does exist in BoA.

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Summon Classes in Blades of Avernum
Off With Their Heads
Member # 4045
Profile Homepage #8
Cloud of Blades does exist in BoA.

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Perl Script to Remove Strings in Blades of Avernum Editor
Off With Their Heads
Member # 4045
Profile Homepage #1
Well, astring already does this. I can't find a download location anymore, possibly because Khoth's site went down.

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Perl Script to Remove Strings in Blades of Avernum
Off With Their Heads
Member # 4045
Profile Homepage #1
Well, astring already does this. I can't find a download location anymore, possibly because Khoth's site went down.

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Roots in Blades of Exile
Off With Their Heads
Member # 4045
Profile Homepage #1
As a next resort, try the designer's page, which could have been found in my links list.

Apparently Comcast deleted two of the three e-mail addresses under which I was storing stuff at the archive. That means that two-thirds of the archive is no longer up. I have no idea why they did this, but I'll fix it as soon as I can.

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Character Traits / Adventure Log in Blades of Avernum
Off With Their Heads
Member # 4045
Profile Homepage #16
It wasn't a clearing problem. I was adding the name of character 4 (which is a joined NPC), rather than the name of anyone alive in the party. Somehow it managed to get the name of the last joined NPC in the party, even though the NPC wasn't even from the same scenario.

[ Saturday, July 22, 2006 06:12: Message edited by: Kelandon ]

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Hey look! It's still the seventeenth! in General
Off With Their Heads
Member # 4045
Profile Homepage #44
quote:
Originally written by Thuryl:

the average Siberian wears 4.26 layers of clothing in winter
That seems like one too many decimal places to me. :P

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Character Traits / Adventure Log in Blades of Avernum
Off With Their Heads
Member # 4045
Profile Homepage #14
quote:
Originally written by Imban:

I did notice an odd error, though - the message from the gods at the end of the scenario telling me that I gained neither honor nor shame referred to me as Valzier. Referring to Pariah as a dead NPC from the last scenario he had completed is rather odd.
Oh, darn. I know why this happened. I'm surprised that no one reported this earlier.

Patch uploaded that should fix it.

[ Friday, July 21, 2006 23:05: Message edited by: Kelandon ]

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
The Signature of Your Dreams in General
Off With Their Heads
Member # 4045
Profile Homepage #52
quote:
Originally written by Ephesos:

I got stuck in the "wandering around aimlessly" phase.
That was the entire game, as far as I could tell. I've never been able to get anywhere in a Myst game without extensively consulting a walkthrough; I tend to miss every starting point for every puzzle.

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Miscellaneous PPP questions in General
Off With Their Heads
Member # 4045
Profile Homepage #27
In PPP2, I saved BoE 2-25, General 10-13, and Nethergate 1-4. If you need any of that, let me know.

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
Character Traits / Adventure Log in Blades of Avernum
Off With Their Heads
Member # 4045
Profile Homepage #8
Or maybe even BoA.

LP would probably be wildly easy with these characters, but, as you say, it would probably do you no good.

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
With all the beta calls... in Blades of Avernum
Off With Their Heads
Member # 4045
Profile Homepage #4
Player FAQ, Q1 and Q2.

[ Friday, July 21, 2006 07:19: Message edited by: Kelandon ]

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00
im new -help me with Bahssikava in Blades of Avernum
Off With Their Heads
Member # 4045
Profile Homepage #23
Singletons get smacked with large amounts of damage every few turns (hitting oneself).

--------------------
Arancaytar: Every time you ask people to compare TM and Kel, you endanger the poor, fluffy kittens.
Smoo: Get ready to face the walls!
Ephesos: In conclusion, yarr.

Kelandon's Pink and Pretty Page!!: the authorized location for all things by me
The Archive of all released BoE scenarios ever
Posts: 7968 | Registered: Saturday, February 28 2004 08:00

Pages