00:01 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law) killed the Goblin King, on T:2181 00:21 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law) had a copper javelin entrusted to her by Tyr, on T:5580 00:25 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law) had a dented pot entrusted to her by Tyr, on T:6386 00:28 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law), 9249 points, T:6726, zombified by an orc zombie 00:35 [hdf-us] [evil] lgxia (Kni Hum Mal Cha) chose an elven dagger to be named "Sting", on T:2965 00:42 [hdf-us] [evil] lgxia (Kni Hum Mal Cha), 1340 points, T:3702, killed by a hobbit zombie, while frozen by a monster's gaze 01:35 Oh, wow. A magic lamp in the gnome king's level. 01:38 [hdf-au] [evil] Arahael (Mon Hum Fem Neu) killed the Goblin King, on T:1478 01:44 -!- elenmirie has joined #evilhack 01:47 -!- elenmirie has quit [Remote host closed the connection] 02:12 -!- elenmirie has joined #evilhack 02:46 Shit. Master lich in gnomish mines. Dlvl 9. 02:46 Was a gnomish lady that deliberately jumped into a poly trap, so not a chameleon. :( 02:54 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law) rejected atheism with a prayer, on T:3597 02:55 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law), 2600 points, T:3664, zombified by an orc zombie 03:03 -!- Umbire has joined #evilhack 03:05 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law), 1328 points, T:2438, killed by a mountain dwarf 03:14 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law) killed the Goblin King, on T:1907 03:40 -!- elenmirie has quit [Quit: Going offline, see ya! (www.adiirc.com)] 03:41 -!- elenmirie has joined #evilhack 03:48 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law), 12704 points, T:6659, poisoned by an ettin zombie 05:33 -!- arahael has quit [Ping timeout: 240 seconds] 05:35 -!- musicdemon has joined #evilhack 05:43 [hdf-us] [evil] musicdemon (Wiz Ith Fem Cha), 9720 points, T:9359, killed by a wolf 05:49 -!- arahael has joined #evilhack 06:11 [hdf-us] [evil] musicdemon (Wiz Ith Fem Cha), 266 points, T:2057, zombified by a gnome zombie, while helpless 06:28 -!- mobileuser has joined #evilhack 06:37 -!- elenmirie has quit [Quit: Going offline, see ya! (www.adiirc.com)] 06:42 -!- Umbire has quit [Remote host closed the connection] 06:43 -!- Umbire has joined #evilhack 06:56 -!- elenmirie has joined #evilhack 07:03 [hdf-us] [evil] musicdemon (Wiz Ith Fem Cha) killed the Goblin King, on T:3083 08:13 [hdf-us] [evil] musicdemon (Wiz Ith Fem Cha) rejected atheism with a prayer, on T:4567 08:17 -!- amateurhour has joined #evilhack 09:20 [hdf-us] [evil] elron (Rog Hum Mal Neu) destroyed Kas, on T:73443 09:23 [hdf-us] [evil] musicdemon (Wiz Ith Fem Cha) became literate by reading a scroll, on T:6839 09:30 [hdf-us] [evil] musicdemon (Wiz Ith Fem Cha) performed her first genocide (water moccasins), on T:7001 09:58 qt i got a neat one for ya when you're up and about 10:00 i'm adding the patch that allows learning BUC of objects in a container when container is dropped onto an altar 10:00 to sporkhack 10:01 and including the merge bits so like BUC objects merge with like is they can 10:01 identical code added to sporkhack - in testing, *any* object that can stack that's in the container, disappears 10:01 lol 10:02 i'm looking to see if there are any major differences in merge() 10:04 merged() 10:06 [hdf-us] [evil] elron (Rog Hum Mal Neu) destroyed Vecna, on T:74796 10:06 oh I thought only grunthack lacked that, but sporkhack already had that... faulty memory again 10:07 really cool that you're adding QoL stuff to grunt and spork K2! 10:07 \o/ 10:08 i'm almost done with spork 10:08 there's a couple things i wanted to add but wont, way too involved/code is too different 10:08 but most has made it 10:08 noice, will spin up a spork game after my current grunt game :-) 10:09 how loot is sorted in 3.6.x vs 3.4.3 is... significantly different 10:09 i may have to forego the autosorting of like with like 10:14 there are some 3.4.3 like variants that have the I option (unidentified) 10:17 K2: that's weird 10:19 very 10:19 it doesn't look like merged() is that different at a glance 10:19 mergable() is but i'm not seeing anything in it that should be a prob either 10:19 maybe obfree 10:21 will you send me the diff of what you have rn 10:21 yup 10:22 https://termbin.com/254t 10:22 repo - https://github.com/k21971/SporkHack 10:22 that diff is virtually identical to what was added to evilhack. only difference, is that cknown doesnt exist 10:25 when you say any objects that can merge disappear, you mean that the objects of unknown BUC are deleted without the corresponding objects of known BUC being merged? or both objects that would have been merged are deleted? 10:27 the former for sure 10:28 didnt get that far to latter 10:28 trying to figure out how to build this so I can see it 10:28 i wish all nethack variants had that nice WANT_SOURCE_INSTALL option to build inside the repo 10:28 I love it 10:28 go to sys/unix and run setup.sh 10:28 that will create the Makefile(s) 10:29 i did that but i need to edit the makefile or else it will put it in /usr/var/sporkhack or something 10:29 gotcha 10:29 also it's not running makedefs when I run make all 10:29 or building makedefs 10:29 or something 10:29 you'll need to edit three files - config.h Makefile.top Makefile.src 10:29 paths will need to match 10:30 3.6 and the inclusion of hints file made building a lot easier vs older versions 10:31 ugh 10:32 https://termbin.com/qy2f 10:32 ooof 10:32 maybe i should try to build it on your wizard mode machine instead 10:32 have you ever built a 3.4.3 based variant on your system before? 10:32 yes that's a great idea 10:33 I've build unnethack, but it has a configure script or something 10:33 yes 10:33 and unnethack nowadays is a weird hybrid of 3.4.3/3.6/3.7 10:33 mainly 3.4.3/3.6 10:36 [hdf-us] [evil] elron (Rog Hum Mal Neu) genocided master mind flayers, on T:75660 10:36 [hdf-us] [evil] elron (Rog Hum Mal Neu) genocided mind flayers, on T:75661 10:36 [hdf-us] [evil] elron (Rog Hum Mal Neu) genocided alhoons, on T:75662 10:37 [hdf-us] [evil] elron (Rog Hum Mal Neu) genocided two random monsters from class L, on T:75677 10:37 [hdf-us] [evil] elron (Rog Hum Mal Neu) genocided two random monsters from class L, on T:75677 10:38 ok i got it running on your machine 10:38 for some reason whenever i build a 3.4.3 variant it never creates 'perm' 10:38 i have to make it manually 10:38 well, actually i had that issue not with a 3.4.3 variant but 1.3d 10:39 huh 10:39 it's also getting some permissions error when trying to delete /tmp/sporkhack whenever i run make 10:40 you can ignore that if it's not preventing you from building 10:40 yeah it seems like just cleanup 10:40 ugh back to 'cannot open file perm' since it deleted the one i made manually 10:41 oh yeah i need to edit config.h to make myself wizard right 10:41 no i did that 10:41 oh you have to run it as root? 10:41 i dont have to, but i do 10:42 makes things a lot easier 10:42 now it's having all kinds of problems with logfile and xlogfile 10:42 whatever 10:42 i think i added you to su 10:43 yes i can sudo it to run it in wizmode 10:43 great defaults, ibmgraphics and number_pad:1 10:43 lol 10:44 did you set those defaults k2 10:44 no i didnt 10:44 or if i did it was a looong time ago 10:44 i dont remember if i did 10:44 embrace number_pad:1 10:45 would be difficult since i don't even have a numpad 10:45 heh 10:45 argh 10:46 https://0x0.st/oQcV.png every time i make a wish 10:46 wtf 10:46 this is the same thing that happened when it hadn't created the 'perm' file 10:47 it doesn't hurt anything except that it means i need to wait 14 seconds every time i make a wish lol 10:47 is it not creating any of those required files? livelog, logfile, record, xlogfile, wishtracker, perm 10:49 yeah livelog is missing 10:49 oh 10:49 i know what it is 10:49 the object is merging with itself lol 10:49 rofl 10:49 if i could do that, i'd never leave the house 10:50 because you'd be deleted 10:50 and your memory freed 10:50 lol 10:50 i wonder if i neglected to add livelog file to makefile 10:50 add 'if (obj == otmp) return FALSE' to mergable 10:51 nope, livelog is there 10:51 EPI: don't add that line and just release it as is 10:51 weird you dont have it 10:51 i think it should fix it but i dont want to go through this rigmarole to try it 10:51 qt will do 10:52 amateurhour lol 10:52 the livelog thing is probably because something isn't working with the changes I made to the makefile to make it build inside the repo 10:52 ah 10:53 probably one of the changes i made screwed things up, maybe something to do with chown/chmod (which i just made it ignore completely) 10:53 though it isn't creating the 'perm' file at all so idk 10:53 for chown/chmod did you just set them to `true`? that should work fine 10:53 yeah that's what i did 10:54 so 3.6 has this in mergable() 10:54 ./* fail if already the same object, if different types, if either is 10:54 explicitly marked to prevent merge, or if not mergable in general */ 10:54 if (obj == otmp || obj->otyp != otmp->otyp 10:54 || obj->nomerge || otmp->nomerge || !objects[obj->otyp].oc_merge) 10:54 return FALSE; 10:54 sporkhack just has this: 10:54 if (obj->otyp != otmp->otyp) return FALSE; 10:54 heh 10:54 i should have caught that, sorry qt 10:54 qt what happens when you make install, do you see the touch (somedir)/perm line 10:55 no 10:55 oh i think because it's erroring out after it fails to delete /tmp/sporkhack 10:56 and creating perm etc is after that part 10:56 maybe just comment out SHELLDIR 10:57 or change path (that'd be better) 11:00 yeah changing it to another directory inside the repo worked 11:00 your suggestion works qt 11:00 cool 11:00 huh now that i've installed it properly it doesn't have those defaults any more 11:01 so apparently it was reading from your rcfile somehow k2 11:01 oh weird 11:01 do you have an rcfile in /etc/ or something? 11:01 idk where the system-wide rcfile would be 11:01 no 11:01 oh 11:01 ooh 11:01 I get it 11:01 running as sudo 11:01 yeah 11:01 :) 11:02 * K2 edits .sporkrc to rename fruit to 'qt is my bae' 11:02 lol 11:03 hey how come qt gets root access to ur stuff and I don't 11:03 because married couples share everything 11:03 what's he got, other than handsome looks and plenty of bug fixes ready to go 11:03 >:( 11:04 its just my wizmode box 11:04 there's nothing critical on it 11:04 plus he had me at 'hello' 11:06 hello 11:06 Hello amateurhour, Welcome to #evilhack 11:06 sh Hecubus im not tryna flirt with u 11:06 very pleased vanilla finally merged that "travel/run over water with wwalking" patch 11:07 nice 11:07 too bad it is not compatible with evilhack 11:07 :/ 11:07 maybe the previous one would be 11:08 i'll prob update 370-hdf tonight. devteam incremented editlevel a couple days ago, so i wont have to wait for existing games to finish 11:08 amateurhour lol 11:16 -!- elenmirie has quit [Quit: Going offline, see ya! (www.adiirc.com)] 11:20 -!- elenmirie has joined #evilhack 11:22 mobileuser you want I as a loot option? 11:24 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) rejected atheism with a prayer, on T:4241 11:25 [hdf-us] [evil] elron (Rog Hum Mal Neu) killed Baphomet, on T:78476 11:30 [hdf-us] [evil] lgxia (Kni Hum Mal Cha) eschewed atheism, by dropping a gold dagger on an altar, on T:5404 11:33 [hdf-us] [evil] lgxia (Kni Hum Mal Cha) had a pair of iron gauntlets entrusted to him by Manannan Mac Lir, on T:5560 11:40 [hdf-us] [evil] lgxia (Kni Hum Mal Cha), 3484 points, T:5772, killed by a gas cloud 11:41 [hdf-us] [evil] elron (Rog Hum Mal Neu) killed Orcus, on T:79185 11:49 Mjollnir doesn't gives shock res in vanilla or Evil, right? 11:54 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) killed the Goblin King, on T:8741 11:58 [hdf-us] [evil] elron (Rog Hum Mal Neu) killed the invisible Demogorgon, on T:79851 11:58 [hdf-us] [evil] bouquet (Sam Gia Fem Law) killed the Goblin King, on T:1534 11:59 in evilhack, wielding mjollnir confers shock res 12:01 Right, but is that the case for vanilla? 12:01 I know it's not in 3.6.6 but it might've been added to dev since 12:02 no I don't believe so 12:03 NO_DFNS 12:05 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) had 14 wooden shuriken entrusted to him by Huan Ti, on T:9434 12:05 Cool, thanks 12:07 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha), 17079 points, T:9572, killed by a hallucinogen-distorted warg 12:09 I've been putting off playing giant samurai because it's too much fun and I didn't want to desensitize myself to the fun. 12:09 but the fun can't wait! 12:14 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law), 4854 points, T:3921, killed by a rothe 12:18 lol bouquet 12:18 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law), 509 points, T:945, killed by a rock gnome 12:18 mobileuser (and anyone else interested), here's what I've added to sporkhack - https://github.com/k21971/SporkHack/commits/master - see from july 1st to present 12:19 i'll prob release new version tonight 12:19 k2, you're the sporkhack maintainer? Interesting 12:19 Grunthack could use the X twoweapon toggle as well 12:20 Tangles and I kinda took over grunthack and sporkhack years ago 12:20 there's a two-weapon toggle hotkey? TIL 12:20 both were abandoned by the original authors 12:20 sgrunt (of grunthack) just up and disappeared, lorimer (sporkhack) gave his blessing awhile back 12:21 ooh that was lorimer, neat 12:21 [hdf-us] [evil] elron (Rog Hum Mal Neu) genocided antimatter vortices, on T:80626 12:21 i just wanted to do some bugfixes and quality of life additions to both, gameplay is mostly unaffected 12:22 the biggest gameplay effect would being able to displace peacefuls, and changing the minimum level required to start the quest 12:23 perhaps these changes will garner more play for both, esp during junethack 12:23 Hm hm 12:23 grunthack is next 12:23 :3 12:24 Umbire, where is 'forge (dungeon feature) in your queue for the wiki? 12:24 ' 12:25 I mean there's no formal "queue" as it is 12:25 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law), 536 points, T:1601, killed by a mountain dwarf 12:25 Once I finish touching up Mjollnir/electric sword articles I can do that next 12:25 Esp. since I'm not practically insomnia-addled 12:25 cool 12:26 oh fyi - the wizard of yendor wiki entry, in evilhack rodney can no longer mount other monsters as a steed. it was cauing too many issue with dbl trouble 12:26 *causing 12:26 just my way of acknowledging how excellent evilhack is. Like heroin, or refined sugar, I just can't quit. 12:26 :P 12:27 imagine if rodney could mount his own clone. They'd be unstoppable 12:27 after polishing up spork/grunt, gonna start in on next version of evilhack 12:27 musicdemon, isnt that a movie already? 'Brokeback Rodney' 12:27 lol 12:27 :P 12:28 two rodneys in a trench coat 12:28 When Wiz1 mounts Wiz2, they transform into a new monster, Yendor, Power Rangers-style 12:30 Anyway taken care of 12:34 brb 12:38 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law) had Mjollnir bestowed upon her by Tyr, on T:2747 12:44 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law) had a pair of cloth low boots entrusted to her by Tyr, on T:3838 12:46 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law) killed the Goblin King, on T:4223 12:57 k2 what were the issues caused by rodney riding things again? 13:12 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law), 11328 points, T:6904, zombified by a gnoll witherling 13:31 -!- elenmirie has quit [Quit: Going offline, see ya! (www.adiirc.com)] 13:45 Oh shit, crowned Priests get Mjollnir? 13:45 That's fucked 13:45 tell me more 13:46 also I seem to remember heavy war hammers being two handed but I'm suddenly unsure now 13:47 nope, seems not 13:56 Umbire https://github.com/k21971/EvilHack/commit/15429f318d3e89e93b5146bc4377da1d5b3436e8 13:57 but it doesn't adjust to your own alignment, which I would consider a bug 14:01 Oh absolutely a bug 14:02 -!- elenmirie has joined #evilhack 14:15 [hdf-us] [evil] musicdemon (Wiz Ith Fem Cha), 7697 points, T:11994, killed by a gas cloud 15:37 [hdf-us] [evil] musicdemon (Mon Cen Fem Neu), 1972 points, T:3339, killed by the Goblin King 15:52 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law), 211 points, T:1110, killed by a mountain dwarf 15:59 can confirm that "keep the previous typed line" as an input for the next prompt was intended as QoL and was also in 3.4.3-nao. it was made by paxed 16:04 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law), 1266 points, T:1761, zombified by a gnome zombie 16:18 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law), 1646 points, T:2897, killed by a water moccasin 16:33 K2: you have it backwards, 3.6/3.7 is a weird UnNetHack variant that hasn't taken the best parts of UnNetHack like a mostly sane build environement :-) 16:35 [hdf-us] [evil] gpsalmoncannon (Bar Gia Mal Cha), 4986 points, T:3443, killed by a gnoll 16:36 bhaak what do you think of cmake? 16:37 amateurhour: it's complicated. cmake and I have a troubled past. I tried several times to get into it but proper documentation seems to be hard to come by. 16:39 I get that impression as well, it didn't seem super obvious 16:39 amateurhour: nevertheless, a lot of people swear by it. I don't know what I'm doing wrong but I have a problem every time I try to compile a cmake based project for the first time. with autotools, I can always hack my way around it, if there are any errors and I can't fix it properly. but with cmake, there have been projects that I had to give up trying to compile 16:40 one of the FB nethack learning environment people opened a PR with cmake for vanilla, and they have a branch with it for 3.6 as well 16:40 there's a cmake pull request for vanilla but it is so basic, it could be straight from a tutorial. 16:41 the thing I really struggled to understand in cmake docs is handling custom tools that generate in-tree sources 16:41 for example if I tried cmake for 1.3d, handling the makedefs stuff 16:41 yeah. but it only does tty or curses port and doesn't have an option for Qt or X11. almost like a cmake for helloword 16:41 I'm not sure if you are supposed to do something like makedefs stuff with cmake. 16:42 yeah, I get the feeling you're not... 16:42 I mean, it's doable but also still very hacky with Makefiles 16:42 or at least it's not the 'happy path' 16:42 it separates the compilation into two separate compilation parts 16:43 the proper way to do it (for any build system, not only cmake) would probably be to make makedefs a separate project on which nethack depends. still hairy, considerins makedefs needs to be recompiled if stuff in the nethack part change 16:44 for 1.3d if I ever actually make the Totally Serious Variant called amateurhack, I think I'd try remove makedefs entirely 16:48 basically how 3.7 does it for objects and monsters I suppose 16:51 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law), 947 points, T:1514, killed by a mountain dwarf 16:51 probably a lot harder to get rid of makedefs when you need to convert des files 17:01 there's actually no need to convert des files into a binary representation 17:01 they probably did it back in the 80s either for speed or because everybody was doing stuff like that 17:02 -!- mobileuser has quit [Quit: Connection closed] 17:02 -!- mobileuser has joined #evilhack 17:02 that we now have a whole interpreter embedded into nethack shows you that we don't care about a possible speed penalty anyore 17:04 that's true 17:05 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law), 1039 points, T:2511, killed by the Goblin King 17:07 so 3.7 is really unnethack lite? 17:07 ok 17:08 Umbire - mjollnir and ogresmasher are a two-handed hammer in xnh, here its one handed (as it should be) 17:08 and mjollnir is really the only good option for a crowning artifact weapon for a priest in evilhack, as they're not supposed to use edged weapons 17:08 so its hardly 'fucked' 17:09 isn't the 'fucked' bit that you can get it but it's not the same alignment as you or something? 17:10 [hdf-us] [evil] musicdemon (Mon Cen Fem Neu) killed the Goblin King, on T:2634 17:10 more "wow that's good" than anything 17:10 it does make sense 17:10 though I guess it is a bit odd to get a valkyrie-themed thing 17:10 the fucked comment came before the alignment bit 17:10 maybe there should be a new priest-only cool thing 17:10 can confirm that "keep the previous typed line" as an input for the next prompt was intended as QoL and was also in 3.4.3-nao. it was made by paxed <--- bhaak, this was clearly an error 17:10 :) 17:11 i like it 17:11 i hate it 17:11 honestly k2 i think you are unique in hating it 17:11 i dont think so 17:11 amateurhour told me he hated it too 17:11 maybe it was worse in the version sporkhack used 17:11 * K2 slides amateurhour a zorkmid 17:11 but the way it's implemented in 3.7 is really nice 17:12 right. 3.4.3 pre-dates EDIT_GETLINE 17:12 but it's based on the patch 17:12 I think "fucked" meant "cool" in that context K2 :-) 17:13 qt, the issue with rodney riding steeds: if he grabbed a steed, then cast dbl trouble, the steed would quasi(?) carry over. you'd have 'the tail of a warg' and stuff 17:13 mobileuser i cant decipher Umbire's speech 17:13 its too modern 17:13 yeah I'm 50+, I often struggle 17:13 it's pretty insensitive of you to hate an old patch just because it isn't newer and more refined. that's ageism 17:13 get off my damn lawn 17:14 K2: i don't understand how that can be the case tbh, all it does is create a new wizard monster 17:14 meddling kids 17:14 it doesn't literally clone him 17:14 i suspect there was something else going on there 17:14 perhaps 17:14 i'm sure there are more issues with monsters steeds 17:14 that whole 'tail of a ' still crops up 17:16 bhaak: keeping the previously typed line became an interface screw, because I'm pretty sure it doesnt happen in any other variant, nor is vanilla on hdf compiled with EDIT_GETLINE (its commented out by default) 17:16 so you dont expect it 17:16 its ruined a couple wishes for me over the years 17:16 plus a kitten dies every time it comes up 17:17 think of the kittens 17:19 Umbire, so if i say 'man, that's fucked!' that means its a good thing? 17:20 context is important even in slang 17:20 :B 17:20 cuz the way it meant when i was growing up, it meant bad 17:20 like, really bad 17:20 k2 good news, that's not how it works in vanilla 17:20 whew 17:20 more kittens shall live this day 17:21 you should really try compiling 3.7 with it enabled and see how it works, it's pretty great 17:22 ok 17:22 i'll do it with the next release, which will be tonight 17:22 devteam made a new editlevel (60) a couple days ago 17:22 another example is when I discovered you could still split black puddings in Grunt for the corpses 17:23 yeah, 'globs' are a 3.6 thing i think 17:23 or is it 3.7 17:23 3.6 17:23 i forget 17:23 ah 17:23 point being in that case it was also potentially "game-breaking" levels of "actually" fucked 17:24 so wtf doesnt mjollnir match the alignment for the player if they get it via crowning. other artifacts would 17:24 other artifacts are selected because they match the player's alignment, right 17:24 oh i see 17:25 you probably need to do some fixup similar to the stuff in hack_artifacts(artifact.c) 17:25 there's a thing... yeah 17:25 when a priest gets demonbane, it will match their alignment no matter what 17:25 via sacrifice 17:26 damn this headache 17:26 i dont think i've had enough water today 17:26 do the artifact changes in hack_artifacts get stored in the savefile? or does it get run every time you load your game? 17:27 i dont know 17:27 you may need to just put the mojo changes in hack_artifacts rather than doing it "last-minute" during crowning, if it's the latter 17:27 not anything i've ever messed with 17:27 looks like it is run every time 17:27 it gets called from restore_artifacts 17:34 wow, a teletrap in the mines warped me to a singular tile surrounded by 3 piranhas and a jellyfish. Might be the end of this one 17:36 [hdf-us] [evil] musicdemon (Mon Cen Fem Neu) rejected atheism with a prayer, on T:3782 17:38 [hdf-us] [evil] musicdemon (Mon Cen Fem Neu) hit with a wielded weapon for the first time, on T:3866 17:38 son of a 17:39 pickaxe? 17:40 yep 17:40 classic 17:44 -!- amateurhour has quit [Quit: leaving] 17:45 I finally had a good run going. Was very careful, everything going well. I get to minetown and break weaponless, then attack a peaceful (monkey) and anger the watch, sealing my fate. dang 17:45 had no idea monkeys could be peaceful 17:46 yeah if you're neutral 17:46 [hdf-us] [evil] musicdemon (Mon Cen Fem Neu), 5143 points, T:3919, killed by an elven watch captain 17:46 [hdf-us] [evil] coplate (Wiz Gno Fem Neu) killed the Goblin King, on T:1858 17:47 you know how monks can break boulders with their bare hands? YANI at expert/master level martial arts, monks can channel their qi and break down a section of wall 17:47 i've had that idea in my head for awhile 17:47 the shopkeeper gets angry! :b 17:47 hah 17:47 it would have to be forcefight 17:48 not something you'd do on accident 17:48 10% change to polymorph into the Kool Aid man when the wall is broken 17:48 oooooh yeah! 17:48 https://www.youtube.com/watch?v=_fjEViOF4JE 17:49 -!- mobileuser has quit [Quit: Connection closed] 17:49 k2 so basically it would prevent monks from needing to risk weaponless by using pickaxes? 17:49 yeah 17:49 but only at advanced martial arts levels 17:49 i guess with mazeless gehennom it wouldn't be as OP as it'd be in vanilla 17:49 otherwise it'd be like giving every monk a freebie way to dig from turn 1 17:50 could they dig through the floor with it? 17:50 hmm 17:50 i dunno 17:51 that sounds like it could potentially make it a bit OP, unless it takes several turns to dig through wall/floor like a pickaxe 17:53 yeah 17:53 i need fooood 17:53 back in a bit 17:59 [hdf-us] [evil] coplate (Wiz Gno Fem Neu) rejected atheism with a prayer, on T:3347 18:07 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law) killed the Goblin King, on T:3879 18:12 You feel here a long sword (666668 zorkmids) hmmmm 18:26 musicdemon: the sword of satan+1 18:26 +2 bah typo 18:26 haha, really? I've never heard of it 18:35 [hdf-us] [evil] elron (Rog Hum Mal Neu) had Frost Brand bestowed upon him by Mog, on T:81047 18:38 [hdf-us] [evil] musicdemon (Mon Cen Fem Neu) killed the Goblin King, on T:2529 18:40 [hdf-us] [evil] coplate (Wiz Gno Fem Neu), 13218 points, T:8646, killed by a saber-toothed tiger 18:55 K2: https://nethackwiki.com/wiki/Forge_(dungeon_feature) 18:55 There's way more to be done, most of this is just Blacksmith's Cookbook stuff I moved over 18:55 But it's something 19:08 [hdf-eu] [evil] Mosh (Cav Gia Mal Neu) changed form for the first time by mimicking a pile of gold, on T:7691 19:27 [hdf-us] [evil] elron (Rog Hum Mal Neu) changed form for the first time, becoming a weredemon, on T:83119 19:36 [hdf-us] [evil] elron (Rog Hum Mal Neu) destroyed Vlad the Impaler, on T:83545 19:37 [hdf-us] [evil] elron (Rog Hum Mal Neu) acquired the Candelabrum of Invocation, on T:83546 19:42 [hdf-us] [evil] sluggoman (Wiz Hum Mal Neu) destroyed Charon, on T:67870 19:51 [hdf-us] [evil] bouquet (Sam Gia Fem Law) became literate by reading a scroll, on T:3042 20:14 -!- elenmirie has quit [Quit: Going offline, see ya! (www.adiirc.com)] 20:16 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law) had Mjollnir bestowed upon her by Tyr, on T:5802 20:20 [hdf-us] [evil] bouquet (Sam Gia Fem Law), 8801 points, T:6107, poisoned by an orcish arrow 20:26 [hdf-us] [evil] gpsalmoncannon (Val Gia Fem Law) destroyed gpsalmoncannon's ghost, the former Fighter, on T:6572 21:07 [hdf-us] [evil] musicdemon (Mon Cen Fem Neu) hit with a wielded weapon for the first time, on T:5013 21:09 [hdf-us] [evil] elron (Rog Hum Mal Neu) killed the Wizard of Yendor, on T:86686 21:13 wow, must've hit this floating eye 50 times. what has it had for breakfast 21:15 Oh, floating eyes have regen if I recall 21:16 @e?floating eye 21:16 floating eye (e) | Lvl: 2 | Diff: 3 | Spd: 1 | Res: none | Confers: nothing | MR: 10 | Generates: gehennom dungeons | AC: 9 | Attacks: 0d70 passive paralyze | Alignment: 0 | Flags: genocidable, flies, amphibious, regenerates, infravisible 21:16 yerp 21:16 [hdf-us] [evil] elron (Rog Hum Mal Neu) acquired the Book of the Dead, on T:86872 21:16 yeah, I've just been pinging it with whatever random crap I find. Arrows, old shoes, rubber hoses...it's like an M1 abrams tank 21:16 I ended up just leaving it be, lmao 21:18 [hdf-us] [evil] elron (Rog Hum Mal Neu) performed the invocation, on T:86888 21:21 -!- musicdemon has quit [Quit: Client closed] 21:24 [hdf-us] [evil] elron (Rog Hum Mal Neu) killed the orcish high priest of Moloch, on T:87050 21:25 [hdf-us] [evil] elron (Rog Hum Mal Neu) acquired the Amulet of Yendor, on T:87079 21:25 qt you about? 21:41 [hdf-us] [evil] elron (Rog Hum Mal Neu) killed the Wizard of Yendor (5 times), on T:88295 21:41 qt when you see this - 370-hdf is updated on hdf-us, and edit_getlin is enabled 21:41 did this fix the missing verbose? 21:42 -!- Umbire has quit [Remote host closed the connection] 21:43 -!- Umbire has joined #evilhack 21:49 yeah its a new editlevel version, so its very latest 22:08 [hdf-us] [evil] elron (Rog Hum Mal Neu) entered the Planes, on T:89419 22:11 [hdf-us] [evil] elron (Rog Hum Mal Neu) genocided two random monsters from class ;, on T:89509 22:11 [hdf-us] [evil] elron (Rog Hum Mal Neu) genocided two random monsters from class ;, on T:89510 22:11 [hdf-us] [evil] elron (Rog Hum Mal Neu) genocided two random monsters from class ;, on T:89510 22:13 [hdf-us] [evil] bouquet (Sam Gia Fem Law), 2427 points, T:4747, killed by a warg, while fainted from lack of food 22:19 [hdf-us] [evil] elron (Rog Hum Mal Neu) put Death down for a little nap, on T:89708 22:19 [hdf-us] [evil] elron (Rog Hum Mal Neu) destroyed the Pale Horse, on T:89711 22:29 [hdf-us] [evil] elron (Rog Hum Mal Neu), 6900252 points, T:89811, ascended https://www.hardfought.org/userdata/e/elron/evilhack/dumplog/1656683396.evil.html 22:36 -!- Umbire has quit [Ping timeout: 264 seconds] 23:05 z - an uncursed +5 ring of adornment (on left claw). 23:06 aw it exploded 23:09 [hdf-eu] [evil] NetSysFire (Pri Ith Fem Cha) made her first wish - "blessed greased fixed +3 bone gauntlets of power", on T:2799 23:09 aw no +3 23:10 [hdf-eu] [evil] NetSysFire (Pri Ith Fem Cha) killed the Goblin King, on T:3299 23:20 You kick something. You've attracted the tree's former occupant! 23:22 [hdf-eu] [evil] NetSysFire (Pri Ith Fem Cha), 9527 points, T:8248, killed by a bugbear 23:22 noo 23:53 i am doing a dumb dlvl 1 run again