00:00 -!- rld has quit [Remote host closed the connection] 00:00 -!- rld has joined #hardfought 00:00 -!- mode/#hardfought [+v rld] by ChanServ 00:07 [hdf-us] [nh363] simpleliquid (Wiz Elf Mal Cha) destroyed the invisible Vlad the Impaler, on T:52259 00:08 [hdf-us] [nh363] simpleliquid (Wiz Elf Mal Cha) acquired the Candelabrum of Invocation, on T:52261 00:11 <@ShivanHunter> !tell K2 I still think it's just a matter of moving the "obj->owornmask = 0;" on dothrow.c:2222 down into the if block just below it, so it only happens on a single weapon and a stack stays wielded. But idk why you said earlier it was working properly, so there might be something I'm missing 00:11 I'm on it, @ShivanHunter. 00:11 @shivanhunter you didnt see what I said 30 min ago? 00:11 K2: Message from @ShivanHunter at 2019-08-24 00:11 EDT: I still think it's just a matter of moving the "obj->owornmask = 0;" on dothrow.c:2222 down into the if block just below it, so it only happens on a single weapon and a stack stays wielded. But idk why you said earlier it was working properly, so there might be something I'm missing 00:11 <@ShivanHunter> Hmm? Oh I just got back 00:11 <@ShivanHunter> oh, just that it's from xnethack? 00:12 yeah 00:12 i must have been RNG lucky on my first test run 00:12 <@ShivanHunter> ok well just from looking at the code path involved it seems like a pretty simple fix 00:12 <@ShivanHunter> yeah lol 00:12 * K2 sighs 00:13 <@riker> k2 what happened to sleep lol 00:13 some things i still dont see 00:13 ok i can try this real quick 00:13 @riker pffft 00:13 <@ShivanHunter> mmm, tasty elf corpses ;) 00:14 shivanhunter, where exactly in the if block right below? 00:14 after obj_extract_self() ? 00:15 <@ShivanHunter> I'd say right at the beginning, since it would happen first normally - and idk if obj_extract_self would lead to freeing up the memory (and so it shouldn't be referenced after that) 00:15 <@ShivanHunter> looks like it wouldn't though so anywhere should be fine 00:15 so 00:15 if (obj->quan == 1L) { 00:15 obj->owornmask = 0; 00:15 pline("%s breaks into pieces!", upstart(yname(obj))); 00:15 obj_extract_self(obj); /* it's being destroyed */ 00:15 } 00:15 <@ShivanHunter> yeah 00:15 ok we'll give it a try 00:17 [hdf-us] [nh363] Cropper (Wiz Elf Mal Cha), 17240 points, T:13766, killed by a plains centaur 00:17 that seems to work 00:18 no errors when they should be breaking, and i can swap weapons without that setworn error also 00:18 <@ShivanHunter> I hope it doesn't do some crazy shit I'm not expecting! I'd test myself if I could compile on windoze 00:18 WSL 00:19 <@ShivanHunter> I'll check that out! 00:19 https://docs.microsoft.com/en-us/windows/wsl/install-win10 00:20 <@ShivanHunter> Oh, is it just for w10? I have w7 00:20 i do all my work on hdf-us with a wizmode test build, but i can work locally also if need be 00:20 i dont think you can do this with win7 00:21 * K2 is on win10 00:21 <@ShivanHunter> ah well 00:21 FYI win7 support officially ends in january 00:21 should start thinking about a new OS soon 00:21 <@ShivanHunter> will use w7 until the heat death of the universe 00:21 * K2 resists the urge to call ShivanHunter 'fake news' 00:22 <@ShivanHunter> :P 00:22 :) 00:26 [hdf-us] [nh363] antigulp (Mon Hum Fem Cha), 4201 points, T:4500, killed by a human zombie 00:28 really 00:28 a zombie, in vanilla 00:28 !tell AntiGulp [hdf-us] [nh363] antigulp (Mon Hum Fem Cha), 4201 points, T:4500, killed by a human zombie <--- lol wtf 00:28 AntiGulp shall be duly informed at the first opportunity, K2. 00:29 <@ShivanHunter> lol 00:29 <@riker> bones? 00:29 <@ShivanHunter> evilhack zombies are pretty awesome btw 00:29 ... thank you! 00:29 thats a first 00:30 normally the feedback has been 'omfg what have you done' 00:30 <@ShivanHunter> frustrating af sometimes when one attacks you out of a dark corner and you've just prayed... but awesome :P 00:30 <@ShivanHunter> lmao 00:31 there's a slight chance that if you're killed by a zombie or some other types of undead, you'll rise from the grave as what killed you but the game isnt over. you keep playing as that 00:31 (also from xnethack, modified) 00:31 <@ShivanHunter> yeah I saw that :D Have yet to experience it yet though 00:31 I've seen it happen once 00:31 its rare 00:35 <@ShivanHunter> oh and while you're here... holy shit the gelatinous cubes 00:35 hah 00:35 thats from grunthack 00:35 <@ShivanHunter> they've gone from "utterly useless pest" to "literally worse than cockatrice tier" 00:35 and man oh man the bugs with it made it even more dangerous 00:35 both in grunthack and briefly in evilhack 00:36 you'd get out of it but would still be suffocating 00:36 <@ShivanHunter> lmao 00:36 d- e - d - dead 00:37 <@ShivanHunter> I haven't had the opportunity to check yet, but - do wands of digging do the usual thing where it gets set to 1HP? 00:38 yeah 00:38 <@ShivanHunter> Because if you want to be REALLY evil, there's an argument to be made that it shouldn't harm the cube as much as it would a dragon or worm (it's just a blob, after all). You could, say, halve the HP 00:38 i didnt mess with wands of digging 00:38 i have thought of that before 00:39 so, say squishy things like juiblex and gelcubes are damaged as much 00:39 neither elementals 00:39 *arent 00:40 <@ShivanHunter> yeah, I'd definitely apply it to juiblex as well, just because he's still kind of a joke lol 00:40 hmm 00:40 well... not tonight :P 00:40 <@ShivanHunter> lol yeah :D 00:40 i gotta sleep. your fix is live btw 00:40 <@ShivanHunter> w00t! 00:40 thanks! and gnite o/ 00:41 <@ShivanHunter> o/ 00:45 -!- bug_sniper has joined #hardfought 01:02 [hdf-us] [nh363] Wolfechu (Ran Gno Fem Neu), 1783 points, T:2264, killed by a vampire bat 01:27 [hdf-us] [un] TIG (Kni Hum Mal Law), 4 points, T:12, slipped while mounting a saddled pony 01:57 -!- raisse has joined #hardfought 02:19 [hdf-us] [nh363] eraserhead97 (Arc Dwa Mal Law), 792 points, T:1090, killed by a small mimic, while praying 02:29 [hdf-us] [un] TIG (Sam Hum Mal Law), 2623 points, T:1897, killed by a giant spider 02:31 -!- theRaisse has joined #hardfought 02:31 -!- raisse has quit [Ping timeout: 250 seconds] 02:32 -!- Chris__ANG has joined #hardfought 02:32 -!- mode/#hardfought [+v Chris__ANG] by ChanServ 02:33 -!- Grassy has quit [Read error: Connection reset by peer] 02:36 -!- Chris_ANG has quit [Ping timeout: 276 seconds] 02:59 -!- eraserhead97 has joined #hardfought 03:00 Having a hard time staying alive with Archaelogist in early game. Any hints/suggestions? 03:00 <@ShivanHunter> PROTIP: Don't die 03:01 doh 03:01 <@ShivanHunter> :P 03:01 <@ShivanHunter> (I've never played arc much, sorry) 03:02 it's the one I haven't ascended yet (trying to collect 'em all ^^) 03:03 I thought healer was also another class I haven't completed, but apparently, I snuck one through, somehow... 03:26 -!- eraserhead97 has quit [Remote host closed the connection] 03:54 -!- Announcy has joined #hardfought 03:54 -!- mode/#hardfought [+v Announcy] by ChanServ 03:59 [hdf-us] [dnh] malor (Bin Bat Mal Non) entered Minetown for the first time, on T:2319 04:00 -!- rld has quit [Remote host closed the connection] 04:00 -!- rld has joined #hardfought 04:00 -!- mode/#hardfought [+v rld] by ChanServ 04:23 [hdf-us] [dnh] malor (Bin Bat Mal Non), 4986 points, T:3011, killed by an owlbear 04:45 -!- bug_sniper has quit [Ping timeout: 258 seconds] 04:51 -!- elenmirie_ has joined #hardfought 04:53 -!- elenmirie has quit [Ping timeout: 248 seconds] 05:00 -!- hpardis has quit [Quit: Leaving] 05:11 [hdf-us] [dnh] malor (Bin Vam Mal Non), 2655 points, T:2482, killed by a dwarf 05:17 [hdf-us] [nh363] moulin (Rog Hum Mal Cha) killed Medusa, on T:23292 05:26 [hdf-us] [dnh] malor (Bin Vam Mal Non), 1436 points, T:1167, killed by a parrot 06:18 [hdf-us] [dnh] malor (Bin Vam Mal Non) entered Minetown for the first time, on T:3134 06:36 [hdf-us] [nh363] oh6 (Sam Hum Fem Law) killed the invisible Wizard of Yendor, on T:51247 06:37 [hdf-us] [nh363] oh6 (Sam Hum Fem Law) acquired the Book of the Dead, on T:51253 06:38 [hdf-us] [nh363] oh6 (Sam Hum Fem Law) performed the invocation, on T:51263 06:41 [hdf-us] [nh363] oh6 (Sam Hum Fem Law) killed the high priest of Moloch, on T:51345 06:41 [hdf-us] [nh363] oh6 (Sam Hum Fem Law) acquired the Amulet of Yendor, on T:51351 06:45 [hdf-us] [dnh] malor (Bin Vam Mal Non), 17195 points, T:5046, killed by a wand 06:55 [hdf-us] [nh363] oh6 (Sam Hum Fem Law) entered the Planes, on T:51934 07:01 !who 07:01 NHrsa: [hdf-us] moulin [nh363] oh6 [nh363] malor [dnh] | [hdf-eu] HarmathZsolt [nh363] Utis [nh363] rsa [nh363] | [hdf-au] No current players 07:04 -!- LarienTelrunya has joined #hardfought 07:04 -!- mode/#hardfought [+v LarienTelrunya] by ChanServ 07:10 [hdf-us] [nh363] oh6 (Sam Hum Fem Law), 2545733 points, T:52220, ascended https://www.hardfought.org/userdata/o/oh6/nethack/dumplog/1566228804.nh.html 07:20 [hdf-us] [dnh] malor (Bin Vam Mal Non) entered Minetown for the first time, on T:1753 07:23 -!- LarienTelrunya81 has joined #hardfought 07:23 -!- mode/#hardfought [+v LarienTelrunya81] by ChanServ 07:26 -!- LarienTelrunya has quit [Ping timeout: 260 seconds] 08:00 -!- rld has quit [Remote host closed the connection] 08:00 -!- rld has joined #hardfought 08:00 -!- mode/#hardfought [+v rld] by ChanServ 08:02 gongrats oh6! 08:02 .vodka oh6 08:22 -!- tonehack has joined #hardfought 08:53 !vodka everyone 08:53 * Beholder throws everyone a glass of Smirnoff vodka, replicated by Rodney at 149 Kelvin. 08:54 * Andrio is almost hit by a glass of Smirnoff vodka. 08:55 thanks, NHrsa! 08:57 thanks, i won't need the glass. *eats the solid vodka* 08:58 -!- theRaisse is now known as raisse 08:58 yeah, 149K will do that 08:59 and belated congrats oh6! 09:01 heh 09:01 wooo oh6! 09:03 thanks k2, raisse! 09:05 congrats! 09:10 [hdf-us] [dnh] malor (Bin Vam Mal Non), 24177 points, T:8614, killed by a killer bee, while fainted from lack of food 09:21 -!- raisse has quit [Ping timeout: 268 seconds] 09:30 [hdf-us] [gh] hothraxxa (Wiz Hum Mal Cha) had a turquoise spellbook bestowed upon him by Anhur, on T:27543 09:45 -!- tacco\unfoog has joined #hardfought 10:02  10:05 EvilHack updated (all servers) 10:05 -!- AntiGulp has joined #hardfought 10:05 -!- mode/#hardfought [+v AntiGulp] by ChanServ 10:05 ^ latest devteam bits 10:05 finally moving on to 0.4.x 10:05 I hope hah 10:06 K2: Implemented your HTML dumplog fixes on Splice’s master branch, and also built the tileset for the new version. Should be good to go :) 10:06 AntiGulp: Message from K2 at 2019-08-24 00:28 EDT: [hdf-us] [nh363] antigulp (Mon Hum Fem Cha), 4201 points, T:4500, killed by a human zombie <--- lol wtf 10:07 nice! 10:07 Ok so in my defense on the zombie thing, I had the worst starting scores as monk I had ever seen. I was level 7 and my max HP was 33. 10:08 oh wow 10:08 AntiGulp you might want to add this also - https://github.com/k21971/EvilHack/commit/cdadf9b8a46f4709e532cf96ff4727260658627a 10:09 ooh, sure 10:10 Added! 10:10 \o/ 10:10 !lastgame AntiGulp 10:10 AntiGulp: [hdf-us] https://www.hardfought.org/userdata/a/antigulp/nethack/dumplog/1566611608.nh.html 10:11 Ugh. Strength 14, Dexterity 15, everything else 13 and below. I think I just stopped trying. 10:11 i think aosdict will add html dumplogs to xnethack, but he'll need to merge latest vanilla code first before doing anything else 10:11 yeah those stats were not helping you :P 10:12 HTML dumplogs are so nice! They make everything so much easier to read! 10:12 Slex html dumplogs when :P 10:12 <@riker> plus they look sexy af 10:12 heh 10:12 <@riker> fun fact: I'm terrified of slex html dumplogs because I don't think my eyes can handle that many fleecy colors at once 10:13 yeah Tangles did a fantastic job with html dumplogs 10:13 i hope devteam adds them to vanilla 10:13 lol @riker 10:14 I would also love to see them in vanilla 10:15 SpliceHack updated (all servers) 10:16 I trust we don't lose plaintext dumplogs 10:16 \o/ 10:16 Time to wait for someone to get really mad at me for sneakily adding molydei. 10:16 Pinkbeast: no we dont. those are still generated also 10:17 https://www.hardfought.org/userdata/a/antigulp/nethack/dumplog/1566611608.nh.html 10:17 and then this also - https://www.hardfought.org/userdata/a/antigulp/nethack/dumplog/1566611608.nh.txt 10:17 Good, good. Can't grep html 10:18 :) 10:18 YANI: new spell - Grep 10:18 no idea how you'd use it 10:19 but there it is 10:19 grepgrepgrep 10:19 <@riker> it's detect treasure but with a keyword search? 10:19 detect anything 10:19 * Pinkbeast makes the Ctrl-F noise 10:19 heh 10:22 !who 10:22 K2: [hdf-us] pinball [nh363] hothraxxa [gh] | [hdf-eu] rsa [nh363] Utis [nh363] | [hdf-au] No current players 10:22 grep searches the entire entire dungeon for a character 10:23 grep -R searches containers too :) 10:24 lol 10:29 wow, there's a fleecy AntiGulp! 10:29 :D It me! Hi Amy! 10:29 nice to see you again! ♥ 10:30 AntiGulp did you get all moved and settled again? 10:30 You too! 10:30 I have about half my stuff moved in. The new apartment is… interesting… 10:31 They postponed our move-in date by a week so they could clean and repaint the space, as well as fix a ton of broken things. 10:31 They did none of that. 10:31 ugh 10:33 I think the best moment was when we were walking through, taking in the reality of the situation, and a screen fell out of one of the windows and plumeted two stories. 10:34 awesome 10:34 well as long as the internet connection is solid and fast, who cares 10:34 ^ ^ ^ 10:34 lol 10:50 -!- AntiGulp has quit [Quit: *dissolves into golden butterflies*] 10:52 -!- bug_sniper has joined #hardfought 10:55 [hdf-us] [nh363] pinball (Wiz Elf Mal Cha), 848 points, T:2254, killed by a gnome 10:56 -!- LarienTelrunya has joined #hardfought 10:56 -!- mode/#hardfought [+v LarienTelrunya] by ChanServ 10:59 -!- LarienTelrunya81 has quit [Ping timeout: 260 seconds] 11:46 [hdf-us] [nh363] simpleliquid (Wiz Elf Mal Cha) killed the invisible Asmodeus, on T:54721 11:53 [hdf-us] [nh363] every (Ran Elf Fem Cha) chose an elven dagger to be named "Sting", on T:18 11:57 [hdf-us] [nh363] simpleliquid (Wiz Elf Mal Cha) killed the invisible Juiblex, on T:55537 12:00 -!- rld has quit [Remote host closed the connection] 12:00 -!- rld has joined #hardfought 12:00 -!- mode/#hardfought [+v rld] by ChanServ 12:32 R.I.P. 12:36 -!- Chris__ANG is now known as Chris_ANG 12:42 [hdf-us] [nh363] every (Ran Elf Fem Cha), 3279 points, T:3379, killed by a bolt of cold 13:25 -!- ais523 has joined #hardfought 13:25 -!- mode/#hardfought [+v ais523] by ChanServ 13:35 -!- ais523 has quit [Ping timeout: 248 seconds] 13:35 -!- raisse has joined #hardfought 13:37 -!- bug_sniper has quit [Remote host closed the connection] 13:39 -!- ais523 has joined #hardfought 13:39 -!- mode/#hardfought [+v ais523] by ChanServ 13:52 -!- callforjudgement has joined #hardfought 13:52 -!- mode/#hardfought [+v callforjudgement] by ChanServ 13:53 -!- ais523 has quit [Ping timeout: 258 seconds] 14:02 -!- callforjudgement has quit [Ping timeout: 268 seconds] 14:24 -!- raisse has quit [Ping timeout: 244 seconds] 14:27 -!- raisse has joined #hardfought 14:29 [hdf-us] [nh363] Bliss56 (Val Dwa Fem Law) acquired the luckstone from Mines' End, on T:15514 14:44 [hdf-us] [nh363] every (Ran Elf Fem Cha) chose an elven dagger to be named "Sting", on T:701 14:48 [hdf-us] [nh363] Bliss56 (Val Dwa Fem Law) had Fire Brand bestowed upon her by Tyr, on T:17481 14:52 -!- LarienTelrunya37 has joined #hardfought 14:52 -!- mode/#hardfought [+v LarienTelrunya37] by ChanServ 14:55 -!- LarienTelrunya has quit [Ping timeout: 260 seconds] 15:04 !lastgame rsa 15:04 NHrsa: [hdf-us] https://www.hardfought.org/userdata/r/rsa/evilhack/dumplog/1565484153.evil.html | [hdf-eu] https://eu.hardfought.org/userdata/r/rsa/nethack/dumplog/1566667057.nh.html 15:14 [hdf-us] [nh363] every (Ran Elf Fem Cha), 716 points, T:2077, killed by a small mimic 15:15 -!- raisse has quit [Quit: Suddenly, Raisse disappears out of sight.] 15:15 -!- raisse has joined #hardfought 15:16 !lastgame every 15:16 NHrsa: [hdf-us] https://www.hardfought.org/userdata/e/every/nethack/dumplog/1566671079.nh.html 15:16 R.I.P. 15:19 [hdf-us] [nh343] CatPurrson (Arc Dwa Fem Law), 1653 points, T:1822, killed by a rothe 15:20 -!- raisse has quit [Ping timeout: 246 seconds] 15:20 -!- raisse has joined #hardfought 15:36 ;_; 15:36 [hdf-us] [nh363] fcloud (Sam Hum Fem Law), 28700 points, T:10700, killed by a leather golem, while sleeping 15:36 [hdf-us] [nh363] Bliss56 (Val Dwa Fem Law) completed Sokoban, on T:20152 15:37 [hdf-us] [nh363] fcloud (Sam Hum Fem Law) performed her first genocide (master mind flayer), on T:210 15:41 -!- raisse has quit [Ping timeout: 246 seconds] 15:42 -!- raisse has joined #hardfought 15:42 [hdf-us] [evil] k2 (Bar Gia Mal Cha) had an elven shield entrusted to him by Set, on T:1769 15:47 [hdf-us] [nh363] fcloud (Sam Hum Fem Law), 865 points, T:1508, killed by a dwarf zombie, while frozen by a monster's gaze 15:49 -!- raisse has quit [Ping timeout: 250 seconds] 15:56 K2, cant seem to recollect, was rogue steal ability shift+f4 or ctrl+f4? 16:00 -!- rld has quit [Remote host closed the connection] 16:00 -!- rld has joined #hardfought 16:00 -!- mode/#hardfought [+v rld] by ChanServ 16:05 EPI: make an important game command default to alt-f4. Only players who either use #extendedcommand every time or find out how to reconfigure keys can use it. :D 16:33 [hdf-us] [evil] Grouchy (Wiz Hum Mal Cha) had a dagger entrusted to him by Anhur, on T:32126 16:35 -!- tonehack has quit [Ping timeout: 245 seconds] 16:50 !lastgame rsa 16:50 NHrsa: [hdf-us] https://www.hardfought.org/userdata/r/rsa/evilhack/dumplog/1565484153.evil.html | [hdf-eu] https://eu.hardfought.org/userdata/r/rsa/nethack/dumplog/1566668977.nh.html 17:07 [hdf-us] [gh] hothraxxa (Wiz Hum Mal Cha) wished for "blessed historic thoroughly fixed +5 dragonhide water walking boots of speed named footwear by fast jesus", on T:31073 17:10 <@riker> they don't call it the ascension "run" for nothing 17:28 [hdf-us] [nh363] Wolfechu (Pri Elf Fem Cha) eschewed atheism, by dropping 3 potions of water on an altar, on T:3079 18:27 [hdf-us] [dnh] malor (Bin Vam Mal Non) entered Minetown for the first time, on T:3217 18:55 [hdf-us] [nh363] Cropper (Wiz Elf Mal Cha), 6498 points, T:7899, killed by a white unicorn 20:00 -!- rld has quit [Remote host closed the connection] 20:00 -!- rld has joined #hardfought 20:00 -!- mode/#hardfought [+v rld] by ChanServ 20:33 -!- ais523 has joined #hardfought 20:33 -!- mode/#hardfought [+v ais523] by ChanServ 21:16 NHrsa shift+F 21:28 -!- LarienTelrunya37 has quit [Remote host closed the connection] 21:42 [hdf-us] [dnh] malor (Bin Vam Mal Non) was given the Pen of the Void, on T:12117 21:43 -!- tacco\unfoog has quit [] 22:33 [hdf-us] [evil] k2 (Bar Gia Mal Cha) became literate by reading a scroll, on T:3482 22:40 [hdf-us] [evil] k2 (Bar Gia Mal Cha) destroyed mightyquinn's ghost, the former Cutpurse, on T:4262 22:59 [hdf-us] [evil] k2 (Bar Gia Mal Cha) had a gemstone dwarvish spear entrusted to him by Set, on T:5348 23:04 [hdf-us] [nh363] Cropper (Wiz Elf Mal Cha) completed Sokoban, on T:12816 23:19 [hdf-us] [evil] k2 (Bar Gia Mal Cha), 7095 points, T:7408, killed by a death ray 23:19 * K2 sighs 23:20 gnome with the wand of death 23:20 yay 23:20 !lastgame k2 23:20 K2: [hdf-us] https://www.hardfought.org/userdata/k/k2/evilhack/dumplog/1566664856.evil.html | [hdf-eu] https://eu.hardfought.org/userdata/k/k2/splicehack/dumplog/1566486058.splice.html | [hdf-au] https://au.hardfought.org/userdata/k/k2/splicehack/dumplog/1566489286.splice.html 23:27 [hdf-us] [nh363] Cropper (Wiz Elf Mal Cha), 17341 points, T:13815, killed by an invisible stalker 23:33 [hdf-us] [dnh] malor (Bin Vam Mal Non), 55592 points, T:15058, killed by a crow, while reading a book 23:53 [hdf-us] [dnh] malor (Bin Inc Mal Non), 4149 points, T:1721, killed by a horned devil 23:57 [hdf-us] [dnh] malor (Bin Inc Mal Non), 523 points, T:689, killed by a small aklys 23:58 [hdf-us] [dnh] malor (Bin Clk Mal Non), 36 points, T:15, killed by a jackal