00:16 -!- rebatela has joined #hardfought 00:40 -!- aosdict has quit [Ping timeout: 250 seconds] 00:53 -!- aosdict has joined #hardfought 00:53 -!- mode/#hardfought [+v aosdict] by ChanServ 01:10 -!- aosdict has quit [Ping timeout: 252 seconds] 01:22 -!- aosdict has joined #hardfought 01:22 -!- mode/#hardfought [+v aosdict] by ChanServ 01:24 [hdf-us] [sp] k2 (Arc Hum Mal Law) had a curved sword bestowed upon him by Quetzalcoatl, on T:19102 01:30 -!- raisse has joined #hardfought 01:30 -!- mode/#hardfought [+v raisse] by ChanServ 01:44 [hdf-us] [sp] k2 (Arc Hum Mal Law), 80755 points, T:20900, killed by a Woodland-elf, while sleeping 01:48 -!- raisse has quit [Ping timeout: 245 seconds] 01:54 -!- LarienTelrunya has joined #hardfought 02:28 [hdf-us] [sp] k2 (Arc Hum Mal Law), 274 points, T:563, killed by a dwarf 02:30 -!- raisse has joined #hardfought 02:30 -!- mode/#hardfought [+v raisse] by ChanServ 02:46 -!- phinxy has quit [Ping timeout: 244 seconds] 02:58 -!- Tangles_ is now known as Tangles 03:13 -!- theRaisse has joined #hardfought 03:13 -!- raisse has quit [Ping timeout: 252 seconds] 03:16 -!- MiseryMyra has quit [Ping timeout: 264 seconds] 03:27 -!- theRaisse has quit [Ping timeout: 252 seconds] 04:19 -!- MiseryMyra has joined #hardfought 04:50 -!- theRaisse has joined #hardfought 04:57 -!- elenmirie__ has joined #hardfought 05:00 -!- elenmirie_ has quit [Ping timeout: 252 seconds] 05:08 -!- MisteryMyra has joined #hardfought 05:11 -!- MiseryMyra has quit [Ping timeout: 240 seconds] 05:15 -!- mode/#hardfought [+v theRaisse] by ChanServ 05:15 -!- theRaisse is now known as raisse 05:29 -!- noty has quit [Quit: WeeChat 2.2] 05:33 -!- ProzacElf has quit [Ping timeout: 276 seconds] 06:29 raisse: thanks for https://nhqdb.alt.org/?2510 :) the "it explodes!" jokes always put a smile on my face 06:37 exploding money, too! 06:38 that was a new one for me 06:38 I've had my share of exploding corpses, and thin air 06:38 YASI: kamikaze cockatrice. Explodes and petrifies everything in a 3x3 area centered around it. 06:53 -!- raisse has quit [Ping timeout: 260 seconds] 07:00 -!- raisse has joined #hardfought 07:00 -!- mode/#hardfought [+v raisse] by ChanServ 07:02 -!- raisse has quit [Read error: No route to host] 07:03 -!- raisse has joined #hardfought 07:03 -!- mode/#hardfought [+v raisse] by ChanServ 07:10 -!- phinxy has joined #hardfought 07:32 -!- phinxy has quit [Read error: No route to host] 07:41 -!- phinxy has joined #hardfought 07:46 -!- phinxy has quit [Read error: No route to host] 07:47 -!- phinxy has joined #hardfought 07:49 -!- phinxy has quit [Read error: No route to host] 08:03 [hdf-us] [sp] Delraven (Arc Elf Fem Neu), 126 points, T:272, killed by a jackal 08:05 -!- raisse has quit [Quit: Suddenly, Raisse disappears out of sight.] 08:07 -!- raisse has joined #hardfought 08:07 -!- mode/#hardfought [+v raisse] by ChanServ 08:35 -!- LarienTelrunya has quit [Quit: Page closed] 09:01 -!- deadnoob has joined #hardfought 09:02 my tnnt config is erroring and saying `OPTIONS=sparkle:FALSE` isn't valid, how did I mess up the syntax? 09:12 deadnoob: boolean options don't specify TRUE or FALSE as literal strings 09:12 use OPTIONS=!sparkle 09:12 or OPTIONS=nosparkle 09:12 ty 09:24 aosdict: I've been playing around yesterday with 256 colors in nethack. another user had an issue with "invisible" objects due to the black-on-black hack. 09:25 aosdict: just adding a line in win/tty/termcap.c in init_hilite() like this would "fix" it: hilites[CLR_BLACK] = "\033[38;5;241m"; 09:26 if you stay within the 16 colors nethack uses, you could go rather nuts with using 256 colors or even 24 bit escape sequences if you'd want to 09:30 Hmm. I guess I've known it was possible for the game to define and use its own colors since nh4 variants and the curses interface do that 09:30 -!- raisse has quit [Ping timeout: 245 seconds] 09:31 So, you're saying that it could use 16 colors, but those 16 colors could be any 24-bit color values? 09:31 s/could use/would have to use/ 09:31 but nh4 and variants are closer to the way curses is doing it. I wasn't aware that you could easily switch out the used color sequences 09:31 yeah, exactly 09:32 of course, you could already do that if you configure your terminal :-) but how many players actually do that? 09:39 Well, I have colors in my terminal set up the way I like them for nethack 09:40 you're not a normal player, you're a programmer 09:40 I'm rather annoyed with the curses interface and nh4 saying "no, you can't use the default color scheme, you have to use this one / one of these ones", honestly 09:40 hmm, the curses interface does that, too? really? 09:41 nh4 is the opinionated nethack variant :) 09:41 oh, you're right. 09:46 the only way I see to make the curses interface not do it would be to build a new termcap info that has "can_change" set to FALSE 09:54 -!- LarienTelrunya has joined #hardfought 10:01 bhaak: One thing I've always wondered is why the cap at 16/17 colors? Games like Brogue appear to have full (or at least 256) color support. 10:17 -!- introsp3ctive has joined #hardfought 10:20 aosdict: for nethack? when color support was implemented, I guess there were no terminals that supported more or at least the most widely used terminals only supported those 16. 10:20 IIRC I once saw the original patch for that in RGRN 10:25 bhaak: I've gotten a pretty strong impression that a normal NetHack player is a programmer. 10:26 eh, there are plenty who aren't 10:27 it would be a bad mistake to assume only technical people play nethack 10:27 <@Luxidream> most people just press buttons and letters move around on the screen 10:27 <@Luxidream> source: experience 10:28 and a lot of people just want to download nethackw.exe and have it work out of the box with tiles 10:28 PavelB: that's only IRC bias :-) 10:28 hmm, didn't find the posting I was referring to but an old posting of mine where I stated "[...] it seems monster colors in the modern sense were introduced in NetHack 3.0.4, released in 1989. (2.2e and later had color, but all monsters were colored the same.)" 10:29 To be fair, the tiles people aren't fiddling with terminal settings :P 10:30 yeah but nethackw.exe also allows you to play with an ASCII/IBMgraphics display 10:30 <@Luxidream> wonder how much of the community servers miss by not having tiles 10:30 #nethack still regularly gets people wanting to play with tiles on a server 10:31 and we have to tell them "well it worked in NAO on 3.4.3, but not now..." 10:31 <@Luxidream> does it work on 3.4.3 hdf? 10:32 -!- raisse has joined #hardfought 10:32 -!- mode/#hardfought [+v raisse] by ChanServ 10:33 -!- MisteryMyra is now known as MiseryMyra 10:37 No, for a few reasons: the vt_tiledata patch which enables tile data to be sent remotely is finicky, someone on hdf would have to set up whatever NAO used, and I don't think whatever NAO used is even publicly available. 10:37 3.6.1 still ships with nethackw.exe, no? 10:38 PavelB: yeah it does, but we're talking about tiles on a server 10:38 What changed between 3.4.3 and 3.6.x to make it not work anymore? 10:39 Same thing as a bunch of other 3.4.3 patches and all 3.4.3 variants: big code refactorings broke stuff 10:39 wait 10:39 the vt_tiledata page on the wiki says it was added to 3.6.1 vanill 10:41 by paxed apparently 10:42 yeah maybe K2 should add webhack then 10:45 aosdict: looks like nethack always wanted 16 colors, at least on unix. 10:49 -!- raisse has quit [Ping timeout: 268 seconds] 11:21 -!- raisse has joined #hardfought 11:21 -!- mode/#hardfought [+v raisse] by ChanServ 11:22 -!- rebatela has quit [Read error: No route to host] 11:28 [hdf-us] [nh362] rebatela (Mon Hum Mal Neu), 7117 points, T:3026, quit 11:30 -!- raisse has quit [Ping timeout: 268 seconds] 11:31 -!- raisse has joined #hardfought 11:31 -!- mode/#hardfought [+v raisse] by ChanServ 11:41 -!- nooodle has joined #hardfought 11:54 !who 11:54 PavelB: [hdf-us] hypnotist [nh362] | [hdf-eu] spontiff [nh362] docholi [nh362] | [hdf-au] No current players 11:54 !whereis hypnotist 11:54 PavelB: [hdf-us] hypnotist [nh362]: (Ran Hum Fem Neu) T:56972 Gehennom level: 32 12:12 aaand tnnt broke again at ludios 12:13 K2: would love some core dumps 12:15 I got a stack trace when I tried to save 12:16 see the end of https://www.hardfought.org/userdata/o/oh6/tnnt/ttyrec/2018-10-08.16:10:29.ttyrec.gz 12:17 would rather have a core dump, that doesn't require me wading into ttyrecs :) 12:18 -!- raisse has quit [Ping timeout: 252 seconds] 12:19 -!- phinxy has joined #hardfought 12:21 well, I can tell you that it got a signal during a call to (stuff) called from newsym() from vision_recalc() from dosave(), but I know what you mean 12:22 My problem with ttyrecs is that they don't seem to directly record input, only output. So you can't search for something the user typed, only for something the game said. 12:22 However, in the case of a stack trace, you can probably find that pretty easily. 12:23 k2: in any case, I am getting "destroy old game" when I try to start tnnt on hdf-us 12:30 [hdf-us] [un] bouquet (Val Dwa Fem Law), 87104 points, T:22288, killed by Durin's Bane 12:34 ok, off to work 12:34 -!- oh6 has quit [Quit: Leaving] 12:35 you're working on turkey day? 12:36 Turkey day? 12:38 Oh, today's Columbus Day/Indigenous Peoples' Day 12:38 oh6 one sec 12:39 I don't think that's a major enough holiday 12:39 oh6: game recovered 12:39 aosdict: link to backtrace in the dev channel 12:44 -!- raisse has joined #hardfought 12:44 -!- mode/#hardfought [+v raisse] by ChanServ 12:57 pavelb: oh6 and i live in canada. today is thanksgiving. most businesses are closed 12:57 Ah 12:59 <@Demo> why don't Canadians know when thanksgiving is? 13:01 I am super hyped for Thanksgiving this year. I managed to get a bunch of my friends to not have any plans for the Friday after, aquired Axis & Allies 1940 Europe *and* Pacific, and we'll be playing Global the whole day. Complete victory city capture. Should take a while ;) 13:01 I just need to find a surface large enough for the whole board 13:01 -!- nooodle has quit [Ping timeout: 246 seconds] 13:01 nice 13:02 canadians do know when thanksgiving is, their own, at least 13:02 I've never managed to pull it off before but it's supposedly estimated to take 11 hours for one game 13:03 the USA isn't the only country in the world 13:03 the origins of thanksgiving day as we understand it are unclear. there are some who believe that the first north american thanksgiving happened in canada not the us 13:03 also thsnkdgiving days were common in england back in the days of the reformation 13:04 Are those "some" all Canadians by any chance :P 13:04 not at all 13:05 hothraxxa: We still have Harvest Festival (well, C of E types do) 13:05 i think annual harvest feasts are ancient 13:05 <@Demo> if you aren't usa you aren't right yeehaw 13:05 it only makes sense 13:05 Thanksgiving to me feels like a somewhat pointless holliday. What is it even celebrating. But it gives me two days off school, so I'm cool with it. 13:05 <@Demo> yeah goddammit Mesopotamians don't know when thanksgiving is either 13:05 PavelB: Murdering people and nicking their countries, a grand tradition 13:05 <@Demo> fun for the whole family 13:06 what pinkbeast said is sadly true. we get an annual workover of our consciences here because of that 13:07 [hdf-us] [dnh] Flan99 (Ana Dwa Fem Cha), 9588 points, T:1813, quit 13:07 <@Demo> instead of pin the tail on the donkey we play pin the smallpox on the natives for thanksgiving to keep it in a real and true vibe 13:07 hothraxxa: To be fair "Columbus Day" sounds more in that line :-) 13:07 well columbus never had anything to do wqith the us, as you probably know. he never landed on the continent 13:08 <@Demo> is it Columbus day today? 13:08 yes 13:08 In Seattle we celebrate Indigenous Peoples' Day instead of Columbus Day 13:08 to the point 13:09 I'm sure other places do by now too 13:09 <@Demo> shit I need to celebrate 13:09 or 'Indigenous people day' 13:09 i hope so 13:09 Leif Erikson Day? 13:09 heh 13:09 i've been to his settlement 13:10 Vinland? 13:10 (I think it was called?) 13:10 the location of vinland is in dispute 13:10 <@Demo> I'm gonna celebrate indignant people day ok 13:11 For you, Demo, every day is indignant people day 13:11 I'm sure the indigenous people were, in fact, indignant 13:11 i meant lanse aux meadows, which was a genuine viking settlement from around 1000 ad (iirc) 13:13 And also in "the true North, big and cold" 13:13 -!- raisse has quit [Ping timeout: 246 seconds] 13:14 <@Demo> yeah vikings are way cooler than lame Italian traitors 13:14 <@Demo> they don't try to justify killing people with anything but violence 13:14 <@Demo> which is way less of a weenie move 13:15 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Asmodeus, on T:60099 13:17 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Baalzebub, on T:60134 13:18 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Orcus, on T:60169 13:20 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) destroyed Vlad the Impaler, on T:60276 13:22 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) acquired the Candelabrum of Invocation, on T:60375 13:24 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) wished for "the blessed greased fireproof +3 T-shirt named Greasytee", on T:60447 13:25 -!- nooodle has joined #hardfought 13:51 -!- oh6 has joined #hardfought 13:51 -!- mode/#hardfought [+v oh6] by ChanServ 13:58 for Thanksgiving we celebrate the overstuffing of our bellies. 14:10 [hdf-us] [dnh] Flan99 (Bin Gno Fem Non), 0 points, T:105, killed by a goblin 14:12 american thanksgiving is a lot less commercialized than the holidays it sits between, halloween and christmas, it seems 14:13 I mean, black friday is a thing, but that's not intrinsically part of thanksgiving right? 14:15 [hdf-us] [nh362] rebatela (Mon Hum Mal Neu) became literate by writing a scroll, on T:3636 14:15 I was sorry when Halloween and Guy Fawkes lost their valiant rearguard action against Christmas in October 14:18 we had thanksgiving dinner yesterday, at a restaurant - it was OK but not great - would have done better to have the place's regular entrees 14:19 and in fact the short ribs I made on saturday were better, but well, short ribs, not really surprising 14:20 Pinkbeast: When I went to a grocery store today I saw them selling eggnog. This was conflicting, because I love eggnog. 14:20 [hdf-us] [dnh] Flan99 (Bin Dwa Mal Non), 127 points, T:819, killed by a sewer rat 14:20 aosdict: I have a similar conflict with Christmas pudding 14:21 We've gotten lazy. We have a local catering company prepare about 50% of the dishes for us. We supplement the other 50% on our own. Turns out professional chefs make a better turkey than me, who knew?! 14:22 we knew the resto had cheaped out when they didn't have dark meat - meant they hadn't actually roasted a bird 14:23 being a good cook but also vegetarian means I can freely tell everyone I have no idea how to cook meat, including turkey if anyone asks 14:24 PS if you've got the cash get goose not turkey 15:12 -!- raisse has joined #hardfought 15:12 -!- mode/#hardfought [+v raisse] by ChanServ 15:13 -!- ProzacElf has joined #hardfought 15:22 -!- hf_guest_57887 has joined #hardfought 15:23 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) performed her first genocide (master mind flayer), on T:67869 15:23 -!- hf_guest_57887 has quit [Client Quit] 15:24 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Scorpius, on T:67916 15:24 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) acquired the Bell of Opening, on T:67917 15:30 -!- dogmeat has joined #hardfought 15:34 -!- dogmeat has left #hardfought 15:35 Pinkbeast: completely agree with you about goose 15:35 goose is sort of hard to get here since the good poulterer retired though 15:37 The good butcher here does it, or did last time we had it 15:37 -!- tacco| has joined #hardfought 15:37 duck is much easier (the asian shop has frozen domestic ducks all year, and the poultry-and game stall in the market has game ducks in season 15:38 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed the invisible Wizard of Yendor, on T:68789 15:38 (I send them email a week before and they get it for me; might try a goose for Christmas) 15:38 -!- dogmeat has joined #hardfought 15:39 Tho' Clare usually does beef for not-Christmas because we tend to have a dozen people and cows come in conveniently large sizes 15:39 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) acquired the Book of the Dead, on T:68822 15:41 -!- dogmeat has quit [Client Quit] 15:42 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) performed the invocation, on T:69009 15:43 good idea! My cow orker raises geese. Maybe I'll get lucky and he'll pluck one for me. 15:45 how exactly does one ork a cow? 15:45 :P 15:50 First, you get a magic harp... 15:52 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed the high priestess of Moloch, on T:69449 15:52 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) acquired the Amulet of Yendor, on T:69454 15:57 [hdf-us] [xnh] PavelB (Wiz Elf Mal Cha) murdered Chomusuke, his faithful kitten, on T:768 15:58 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed the Wizard of Yendor, on T:70135 15:58 [hdf-us] [xnh] PavelB (Wiz Elf Mal Cha), 216 points, T:774, killed by Ms. Klodzko; the shopkeeper 16:02 [hdf-us] [xnh] PavelB (Wiz Elf Mal Cha), 120 points, T:170, killed by a shuriken 16:11 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed the Wizard of Yendor, on T:71516 16:17 [hdf-us] [xnh] PavelB (Val Dwa Fem Law) performed her first genocide (green slime), on T:146 16:19 -!- theRaisse has joined #hardfought 16:20 -!- raisse has quit [Ping timeout: 260 seconds] 16:22 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) entered the Planes, on T:71720 16:22 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed the Wizard of Yendor, on T:71720 16:25 -!- MysteryMyra has joined #hardfought 16:30 <@IceBox> it is possible to reliably get through the early game with the squishier classes without a heavy reliance on your pet? 16:30 <@IceBox> the pet is just so tedious at times, i have hard time with the patience 16:31 -!- MiseryMyra has quit [Ping timeout: 276 seconds] 16:31 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Death, on T:72089 16:36 -!- NotTheOracle\dnt has joined #hardfought 16:36 -!- mode/#hardfought [+v NotTheOracle\dnt] by K2 16:37 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Death, on T:72195 16:37 -!- NotTheOracle\dnt has quit [Remote host closed the connection] 16:37 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Death, on T:72216 16:38 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Death, on T:72237 16:38 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Death, on T:72251 16:39 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Famine, on T:72270 16:39 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Death, on T:72276 16:40 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Famine, on T:72291 16:41 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Famine, on T:72305 16:41 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Death, on T:72312 16:41 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Famine, on T:72320 16:42 -!- noty has joined #hardfought 16:42 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Death, on T:72336 16:43 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Famine, on T:72339 16:43 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu) killed Death, on T:72348 16:43 @IceBox it is provided you take your time and play carefully. I generally abandon my pet within the first five or so levels. 16:44 <@IceBox> hypnotist: 16:44 https://cdn.discordapp.com/attachments/400474774440247317/498958996280049694/2Q.png 16:45 [hdf-us] [nh362] hypnotist (Ran Hum Fem Neu), 4377748 points, T:72358, ascended https://www.hardfought.org/userdata/h/hypnotist/nh361/dumplog/1538668084.nh361.txt 16:45 [hdf-us] [un] bouquet (Pri Hum Fem Neu), 1488 points, T:2645, killed by a rothe, while fainted from lack of food 16:47 <@IceBox> grats! 17:12 [hdf-us] [slshm] Bard (Yeo Hum Mal Law), 680 points, T:1444, killed by a giant bat 17:13 -!- LarienTelrunya has quit [Quit: Page closed] 17:15 -!- oh6 has quit [Ping timeout: 256 seconds] 17:25 -!- deadnoob has quit [Ping timeout: 264 seconds] 17:50 Team B is doing work today! 18:01 heh yeah they are 18:09 [hdf-us] [slex] Leeroy (Tha Ang Mal Law), 27576 points, T:4702, killed by brainlessness 18:14 -!- theRaisse has quit [Ping timeout: 244 seconds] 18:16 found a tnnt bug: I died like a newb. Gotta be a bug. Couldn't be my lack of skill. 18:17 <@IceBox> i'm also experiencing that bug 18:17 <@IceBox> really kinda a game breaker 18:22 +1^ 18:24 ;) 18:36 YANI: customizable "hat" armor that works like the "slime mold" fruit (ie, you give it a name, and any found in your bones files have that name). Could also absorb the "fedora" from the Archeologist role. 18:36 (There have been a *lot* of basically-interchangeable hats throughout history) 18:43 [hdf-us] [sp] mightyquinn (Rog Hum Fem Cha) changed form for the first time, becoming a winter wolf, on T:9089 18:45 [hdf-us] [sp] mightyquinn (Rog Hum Fem Cha), 20831 points, T:9225, killed by a leocrotta 18:49 <@Tone> @IceBox You kind of have to rely on Elbereth and ranged attacks until you get something to get you going, whether that's a decent piece of armor, a nice weapon, a reliable escape item, a good attack wand, etc. 18:49 <@IceBox> got a little intrinsic speed, and just found a shop with a death/wishing wand so trying to figure out how to proceed 18:49 -!- greqrg has joined #hardfought 18:49 <@IceBox> oh yeah robes cancel one piece of metal armor, right? 18:50 <@Tone> I don't think it's that simplistic 18:50 <@IceBox> oh yeah i'm sure, i'm just trying to say some intrinsic speed probably helps 18:50 <@Tone> I meant the robes thing 18:50 <@Tone> speed is great 18:51 <@Tone> let's you reliably run away from a lot of things 18:51 <@Tone> lets* 18:51 [hdf-us] [sp] mightyquinn (Arc Hum Mal Law), 696 points, T:1205, killed by a bolt of fire 18:51 <@IceBox> ah right, yeah the robes reduce the penalty by half OR increase your power if you dont have any metal armor 18:52 <@Tone> back in the day my rule of thumb for $500 wands was to just zap it at the shopkeeper 18:53 <@Tone> and if it was wishing then I'd wish for something to safely get me out of there (after charging scrolls) 18:53 I would just save up / sell extra stuff to get it legally 18:53 then you don't have to burn any wishes 18:53 <@Tone> haven't seen one in a while though and I don't think that's what I'd do nowadays, but it was a fun way to handle the situation 18:54 <@IceBox> haha yeah, i'm hoping i can survive long enough to pay my dues 18:54 <@Tone> Yes exactly aosdict, that would be my priority today 18:54 Or, just steal it if I was capable. Anything to not waste a wish. 18:54 <@IceBox> DSM doesn't count as metal armor but mithril is, right? 18:54 <@Tone> correct 18:55 <@shadowsapex> $500 wand? 18:55 <@shadowsapex> get pet to steal repeatedly until shopkeep is broke 18:55 <@IceBox> MY CAT STOLE IT FOR ME 18:55 <@IceBox> I STILL HATE CATS, BUT THANKS LITTLE DUDE 18:55 <@shadowsapex> good cat 18:57 <@IceBox> time to see what it is, taking guesses 18:57 <@IceBox> much more likely that it's death, right? 18:58 <@IceBox> it was death 18:58 it's actually equally likely 18:58 1/200 for each 18:58 <@IceBox> oh snap, good to know 18:59 nethack russian roulette: find a random unidentified $500 wand, and zap it at yourself. 18:59 <@Luxidream> You see more death because it’s an eligible offensive item for enemies of a high enough level 18:59 @Luxidream theory vs practice heh 18:59 <@IceBox> yeah that must be it, i had a record 4 WoD last run 19:03 -!- oh6 has joined #hardfought 19:03 -!- mode/#hardfought [+v oh6] by ChanServ 19:05 is there a reason gnomes can't be priests? 19:06 like, in lore or something? 19:06 doubt it 19:12 <@Luxidream> demonic creatures can’t become priests 19:21 <@IceBox> oh come on your whole stack of daggers corrodes if you hit a green mold? 19:24 <@shadowsapex> til character is actually stabbing things with half a dozen daggers at once 🤔 19:24 <@shadowsapex> maybe they're pretending to be wolverine 19:26 <@Luxidream> Icebox: #adjust so you only wield one dagger 19:26 <@Luxidream> then you can name it something and keep it from stacking 19:27 <@IceBox> i've tried the adjust splitting thing, i think it's busted in curses or something 19:27 <@IceBox> you can still do it the manual naming-dropping-picking up way though 19:27 <@IceBox> splitting would be nice 19:28 <@Luxidream> Hm, let me try it. I don’t recall having any issues 19:30 <@IceBox> yeah lemme know if it works, cuz i cant remember exactly what, but i explicitly tested it and found it broken 19:35 <@IceBox> if you kill a shopkeep in minetown do all guards auto aggro, or can you lock the door and do the biz? 19:36 i'm pretty sure they do. 19:38 <@Luxidream> If you dig random holes in minetown the guards will follow you when you jump down 19:39 <@Luxidream> it’s a good way of getting rid of them, or isolating one for murder 20:06 -!- oh6 has quit [Ping timeout: 256 seconds] 20:11 [hdf-us] [xnh] PavelB (Wiz Elf Mal Cha), 82 points, T:318, killed by handling a lock pick 20:11 <@IceBox> What ^ 20:12 Well you see, in xnh elves take a small amount of damage from touching iron 20:12 -!- herbert_cyborg has quit [Quit: WeeChat 2.2] 20:33 <@IceBox> Haha that's hilarious 20:35 first death for cold iron? first death for cold iron. 20:36 better get yourself a plastic lock pick. or a glass one 20:42 Hmm, this will probably inflate the incentive to play xnethack to grab unique deaths next junethack... I don't have a problem with that 20:44 <@Tone> You could already do that in dnethack, couldn't you? 20:44 <@Tone> ah but not as many random material items 20:45 <@rikersan> yes, and it's not the same 20:45 <@rikersan> dnh doens't have a flat damage pen for touching iron, just being hit by it increases by 1d(your level) and wearing/weidling it raw has a regen penalty 20:45 <@Tone> yeah I was also wondering if it was only from weapons 20:45 damage you take *increases* as *you* level up? 20:45 <@Tone> Elves get "itchy" when they wear iron, right? 20:46 <@Tone> or something like that 20:46 Yes. 20:46 <@rikersan> or wielding without gloves 20:46 <@rikersan> same with vampires and silver or blessed items 20:46 the xnh behavior is to give a damage penalty when first wearing but otherwise no ill effect 20:46 <@Tone> What is the damage, aosdict? 20:46 1d6 I think 20:47 <@Tone> ah, not bad 20:47 no, 1d6/2 20:47 <@Tone> pretty negligible actually 20:47 How is that different from 1d3 20:48 because integer division 20:48 Ah 20:48 @Tone a dnh-like regen penalty is on hold until I'm confident that it doesn't already punish elves enough 20:49 <@rikersan> I like the regen because it kinda makes it unviable for the majority of the early-mid game 20:50 Yeah, I like the idea of regen penalties, I just couldn't have the bad flavor of "elves can't even pick up an iron sword by the handle without getting hurt" and also "elves can put on a iron helmet around their whole head and not get hurt directly" 20:50 <@rikersan> yea I get it 20:50 <@rikersan> I like regen because of the flavoring of blocking the lifefroce 20:52 > Francis Grose's 1811 Dictionary of the Vulgar Tongue defines cold iron as "A sword, or any other weapon for cutting or stabbing." 20:53 Therefore, "cold iron" doesn't actually have anything to do with the material itself. 20:53 TIL 20:53 yeah but this is one place where we draw on D&D as well as conventional lore 20:55 Iron isn't in any way signficant for elves in D&D 20:55 I'm pretty sure it's just a LotR thing 20:56 <@Tone> Cold iron has special properties in D&D I think 20:56 <@rikersan> and other mythology 20:56 <@Tone> I know it does in Pathfinder at least 20:56 <@rikersan> cold iron and running water vs fay isn't anything new 20:58 > Iron, Cold 20:58 > This iron, mined deep underground, known for its effectiveness against fey creatures, is forged at a lower temperature to preserve its delicate properties. Weapons made of cold iron cost twice as much to make as their normal counterparts. Also, any magical enhancements cost an additional 2,000 gp. 20:58 > Items without metal parts cannot be made from cold iron. An arrow could be made of cold iron, but a quarterstaff could not. 20:58 > A double weapon that has only half of it made of cold iron increases its cost by 50%. 20:58 > Cold iron has 30 hit points per inch of thickness and hardness 10. 20:58 D&D System Reference Document 20:58 PavelB: Here, think of Pratchett-style elves rather than Tolkien-style elves. 20:58 Fey, not elves 20:59 <@rikersan> > fey step 20:59 <@rikersan> > fey ancestry 20:59 <@rikersan> ... 20:59 Aren't D&D elves fey creatures? 21:00 Not technically, although D&D itself seems to get confused about it a bunch, as Riker points out 21:01 Also not that nowhere in the SRD does it say *how* it's more effective against Fey. It doesn't do additional damage or cause status effects or anything. 21:01 *note 21:02 <@rikersan> as a DM i'd rule it wards them off, I wouldn't add damage or anything 21:02 <@rikersan> cuz AC vs DR and all that, iron should really only deal straight damage if it directly touches them 21:02 <@rikersan> aosdict: do gloves waive picking up iron penalties? 21:02 Actually, I don't think there are any penalties for picking up iron at the moment. 21:02 iirc yes 21:03 Well, for wielding 21:03 <@rikersan> that should be changed probably 21:03 <@rikersan> again unlses gloves apply there 21:03 @rikersan FWIW, in vanilla I can turn into a vampire and repeatedly pick up and drop a silver dagger without gloves... 21:03 <@rikersan> hm 21:03 so xnh is at least consistent with that 21:13 [hdf-us] [sp] mightyquinn (Arc Hum Mal Law) had a club bestowed upon him by Quetzalcoatl, on T:4558 21:23 [hdf-us] [nh362] hypnotist (Val Hum Fem Neu) completed Sokoban, on T:11355 21:25 [hdf-us] [nh362] hypnotist (Val Hum Fem Neu), 21040 points, T:11369, killed by a dwarf lord 21:45 PavelB: Fey creatures with damage reduction tend to take full damage from Cold Iron weapons. 21:46 @rikersan: Elves became more-firmly Fey as the editions went on. I think fey step originated in 4th edition? 21:47 <@rikersan> hm 21:47 <@rikersan> by full dmg you mean like 6 instead of 1d6? 21:47 No, like, some creatures have "DR: 5/cold iron" in their stats. 21:48 Which means that creature takes 5 less damage from any weapon that isn't cold iron. 21:48 Not sure how many fey even have that, though. My memory is that in practice cold iron was for fighting demons. 21:49 And silver is for devils 21:49 Which is a great way of confusing players, since no one can keep track of what's a demon and what's a devil 21:49 ...Maybe we just fought more demons than fey. I see that the Dryad SRD entry has cold iron. 21:51 * Chris_ANG totally can :P 22:06 -!- MiseryMyra has joined #hardfought 22:08 [hdf-us] [nh362] rebatela (Mon Hum Mal Neu) acquired the luckstone from Mines' End, on T:7944 22:19 -!- tacco| has quit [] 22:26 -!- MiseryMyra has quit [Quit: two forces in balance \\ ancient endless balance \\ then nothing] 22:26 -!- MiseryMyra has joined #hardfought 22:29 [hdf-us] [nh362] rebatela (Mon Hum Mal Neu) killed the Oracle, on T:9764 22:36 -!- greqrg has quit [Quit: Leaving] 22:40 -!- ProzacElf_ has joined #hardfought 22:42 -!- ProzacElf has quit [Ping timeout: 252 seconds] 23:21 -!- Cassieopeia_ has quit [Ping timeout: 240 seconds] 23:23 -!- Cassieopeia has joined #hardfought