Which trap do you hate the most?

Anything that has spoilers in it should go in here

Moderator: Moderator

Which trap do you hate the most?

Drop/Scatter Items
23
44%
Curse Weapon/Armor
8
15%
Big Damage
2
4%
Speed Drain
4
8%
Piety Reduction
3
6%
No Return
5
10%
Sex/Height/Weight Change
4
8%
Silent Switching
3
6%
 
Total votes: 52

Message
Author
Neil
Sher'Tul Godslayer
Posts: 2438
Joined: Sat Dec 14, 2002 7:18 pm
Location: California (or sometimes Erebor)
Contact:

#16 Post by Neil »

Poll duplication fixed. I took the liberty of consolidating some choices and adding others.

Maylith
Sher'Tul Godslayer
Posts: 3427
Joined: Tue Jun 10, 2003 1:50 pm
Location: Virginia, USA

#17 Post by Maylith »

Thanks, Neil. What's "No Return", anyway?

Lord Dimwit
Uruivellas
Posts: 757
Joined: Sat Jan 25, 2003 8:25 am
Location: in The Void, alone

#18 Post by Lord Dimwit »

From an earlier post of mine about traps:
Lord Dimwit wrote: As for No Return, it does one of several things. If you've got identified WoR scrolls in your pack, you'll see "A small fire works its way through your backpack. Some scrolls are burnt," and they'll be destroyed. If you have WoR scrolls in your pack but they're not ID'd, you'll see "The fire hasn't finished," (what?) and they'll be destroyed. If you've got a Rod of Recall in your pack, it'll be fully drained, and you'll see "You feel the air stabilize around you." If you're actually going to be recalled soon, that status will be removed, and you'll see "You feel like staying around." Note that one or even all of these might happen from one triggering of the trap; it depends on how many of the conditions are met.
Frobozz Node #9432

keethrax
Higher
Posts: 54
Joined: Sat Nov 09, 2002 11:57 pm

#19 Post by keethrax »

Does the sex/height/weight change have any affect? Other than cosmetic?

zasvid
Sher'Tul
Posts: 1106
Joined: Mon Jul 07, 2003 7:30 pm
Location: Nargothrond

#20 Post by zasvid »

Silent switching once killed my 27-lvl dwarven unbeliever... it switched from dark sword to cursed pike, but I haven't seen that and descended to the death fate, sure that I'll be able to grasp Mormegil and kill everything off.
ToME - The pike you are wielding appears to be cursed
Me -What pike???!!! Oh, damn. :evil:

Neil
Sher'Tul Godslayer
Posts: 2438
Joined: Sat Dec 14, 2002 7:18 pm
Location: California (or sometimes Erebor)
Contact:

#21 Post by Neil »

Trap of No Return burns all Word of Recall scrolls, with a message that doesn't specifically mention that all your WoR scrolls are now gone.

The height/weight/sex changes are purely cosmetic.

Makkoan
Wyrmic
Posts: 210
Joined: Fri Sep 05, 2003 1:19 am
Location: Florida

#22 Post by Makkoan »

I hate the silient swithing trap! Its so.......silient.
www.carm.org
The severity of the itch is inversely proportional to the ability to reach it.
I didn't use to finish sentences, but now I

Nerdanel
Sher'Tul
Posts: 1461
Joined: Mon Jul 07, 2003 5:22 pm
Location: Finland

#23 Post by Nerdanel »

To this date I have been most annoyed by the gender changing traps because they cause permanent effects that are a nightmare to reverse. I like to play a character that is the same sex as myself. It's good for the identification.

My current character (level 43 right now) looks like she might get deep enough to encounter some really nasty traps. I was't fully cognizant of the worst traps so I couldn't really vote for them, but now I dread the idea that something might spoil my spear of Oromë or do other horrible horrible things. :(
Zothiqband -- still an Angband variant.

Maylith
Sher'Tul Godslayer
Posts: 3427
Joined: Tue Jun 10, 2003 1:50 pm
Location: Virginia, USA

#24 Post by Maylith »

Nerdanel wrote:To this date I have been most annoyed by the gender changing traps because they cause permanent effects that are a nightmare to reverse. I like to play a character that is the same sex as myself. It's good for the identification.

My current character (level 43 right now) looks like she might get deep enough to encounter some really nasty traps. I was't fully cognizant of the worst traps so I couldn't really vote for them, but now I dread the idea that something might spoil my spear of Oromë or do other horrible horrible things. :(
I had thought about commenting on this when I first posted, but thought I'd just confused the issue. But since you mentioned it (sort of) I will anyway :D :

There's a difference, at least sometimes I think, between the trap you hate the most, and the one you find the most irritating or annoying. For example, I hate Scatter Items the most so far, but the one that just plain irritates me the most is Multiplication.

Lord Dimwit
Uruivellas
Posts: 757
Joined: Sat Jan 25, 2003 8:25 am
Location: in The Void, alone

#25 Post by Lord Dimwit »

Have you ever hit a trap of Filling?

Code: Select all

	case TRAP_OF_FILLING:
		{
			s16b nx, ny;

			for (nx = x - 8; nx <= x + 8; nx++)
			for (ny = y - 8; ny <= y + 8; ny++)
			{
				if (!in_bounds (ny, nx)) continue;

				if (rand_int(distance(ny,nx,y,x)) > 3)
				{
					place_trap(ny,nx);
				}
			}

			msg_print("The floor vibrates in a strange way.");
			ident = FALSE;
			break;
		}
I've never actually stepped on this trap and identified it, but I know what it does. When you step on it, it creates a whole lot of traps in a circular radius around you, though not right next to you. So you wander a few squares and then get blasted by a lot of traps at once.

So evil :evil: Like a trap of Multiplication only worse...
Frobozz Node #9432

Rubinstein
Wyrmic
Posts: 281
Joined: Wed Aug 06, 2003 11:31 pm

#26 Post by Rubinstein »

Lord Dimwit wrote:Have you ever hit a trap of Filling?
Are monsters able to create traps?
If not I'm pretty sure I've already hit one: While entering a trap-detected area I must have missed a single trap.
Suddenly there were several traps around me, as a new trap detection revealed.

Lord Dimwit
Uruivellas
Posts: 757
Joined: Sat Jan 25, 2003 8:25 am
Location: in The Void, alone

#27 Post by Lord Dimwit »

Rubinstein wrote: Are monsters able to create traps?
Only if they can see you and can cast a spell of trap creation ("FooBar casts a spell and cackles evilly."). But even then traps are only created in a 1-square radius from the player.
Frobozz Node #9432

Rubinstein
Wyrmic
Posts: 281
Joined: Wed Aug 06, 2003 11:31 pm

#28 Post by Rubinstein »

Seems that my assumption was wrong then.
The traps were *very* close around my character, though I don't recall exactly whether in a 1-square radius or not.
Last edited by Rubinstein on Tue Oct 21, 2003 7:58 pm, edited 1 time in total.

Ulf
Higher
Posts: 60
Joined: Tue Oct 14, 2003 2:02 pm
Location: Somerville, MA

#29 Post by Ulf »

Drop All Items
Can someone explain how this thing manages to drop a heavily cursed (and wielded) Demonblade of Gothmog? :shock:

Blackdog
Sher'Tul
Posts: 1087
Joined: Tue Jan 28, 2003 9:02 am
Location: Somewhere west of Nevada...

#30 Post by Blackdog »

Well Silent Switching can rid you of permacursed items, although it will not undo the effects of the One Ring.

Post Reply