01:16 [hdf-us] [evil] coplate (Pri Elf Mal Neu), 1884 points, T:3829, killed by a warg 03:03 -!- amateurhour has joined #evilhack 04:28 -!- Graznop has joined #evilhack 04:32 [hdf-eu] [evil] elenmirie (Mon Elf Fem Cha) destroyed Vecna, on T:82791 04:45 [hdf-au] [evil] Arahael (Wiz Ith Fem Cha) became literate by engraving "asdfasdf", on T:3558 04:48 [hdf-au] [evil] Arahael (Wiz Ith Fem Cha) rejected atheism with a prayer, on T:4228 04:58 Hmm? I thought evilhack used ncurses? (Why does it refer to curses instead?) 05:03 -!- Umbire has quit [Quit: Umbire zaps a wand of digging!] 05:18 Hmm, and it's using lex instead of flex. 05:22 it can use any of the compatible curses libraries, same with flex vs lex 05:24 Hmm, having to edit a bunch of the makefiles and stuff to get it to do that. 05:25 Hmm, weird. Now that I've managed to build it, it now says: ut/games/lib/evilhackdir: No such file or directory 05:28 what, what are you doing? 05:28 Building evilhack. 05:28 (On linux) 05:29 More specifically on the nixos distro, but I'm typing in my commands manually like a regulat distro would do it. 05:29 sh sys/unix/setup.sh sys/unix/hints/linux-debug 05:30 make -j 05:30 done 05:31 Yeah, I had to edit the linux-debug file first. 05:31 But it looks like I assumed that was a shell script to set the variables, but it's a makefile configuration. 05:33 I had PREFIX=$out instead of PREFIX=$(out) 05:33 bash as opposed to make syntax. :) 05:37 Hmm, something's trying to link to $PREFIX/lib64/something 05:38 Ah! It's assuming my libraries are in $PREFIX/lib 05:39 [hdf-us] [evil] joes (Rog Elf Fem Neu), 301 points, T:1425, killed by touching Dramborleg 05:40 rip 05:40 amateurhour: My system is not even slightly LHS-compliant. 05:40 FHS? 05:41 Erm - that :) 05:41 where does your linker look for curses then? 05:42 Which linker? 05:42 whatever one you're using, ld with gcc I guess 05:42 Basically every single package is installed to a hash of the install script. 05:42 Including the linker. 05:43 okay well how do you link to anything then 05:43 So my ld is in /nix/store/sgrwh6jsrshrnicqi67fck336q6ldh2d-binutils-2.35.1/bin/ld 05:44 Well, I declare a dependency, so it has that dependency setup. 05:44 https://github.com/NixOS/nixpkgs/issues/54112 05:45 Ah, yeah, not surprising. 05:45 Fairly easily fixed, that one - that one can be fixed in the hints file. 05:46 lex is a bit trickier. 05:48 [hdf-us] [evil] joes (Wiz Gia Fem Neu) averted death (killed by a fox), on T:849 05:55 [hdf-us] [evil] joes (Wiz Gia Fem Neu), 560 points, T:1454, killed by a bolt of fire 05:56 -!- mobileuser has joined #evilhack 06:07 thanks K2! 06:07 mobileuser: Message from K2 at 2021-09-24 19:54 EDT: congrats on your centaur knight ascension!! 06:08 \o/ 06:21 [hdf-us] [evil] Orion (Inf Ith Mal Una) had a mithril heavy war hammer entrusted to him by Moloch, on T:152824 06:36 -!- mobileuser has quit [Quit: Connection closed] 06:36 -!- mobileuser has joined #evilhack 06:39 [hdf-us] [evil] Orion (Inf Ith Mal Una) killed Cerberus, on T:153217 06:41 [hdf-us] [evil] Orion (Inf Ith Mal Una) destroyed Charon, on T:153225 06:44 -!- joes has joined #evilhack 06:47 contending with lex and yacc in the build process < lobbying K2 to merge 3.7 so you don't have to contend with lex and yacc in the build process 06:48 The scoreboard is my current problem, now. 06:48 I've figured out how to modify things slightly. First, patch the relevant hint file. Then do the configuration step. Then patch one of the make files to fix the lex issue... 06:48 But the scoreboard is a problem. evilhack writes to that as the user, right? 06:49 Thing is, in my distro, I can't touch the user's files during the build. 06:49 why not start with the nixpkg for nethack 06:49 by scoreboard do you mean the "record" file? or the xlogfile or logfile? 06:49 amateurhour: Because that's a stupidly obvious idea! 06:49 those shouldn't exist just during the install process 06:50 https://github.com/NixOS/nixpkgs/blob/master/pkgs/games/nethack/default.nix 06:50 * arahael goes and checks the nixpkg for nethack. 06:51 Woah, I see how it's doing it. 06:57 [hdf-us] [evil] Orion (Inf Ith Mal Una) entered Gehennom, on T:153424 07:02 amateurhour: Have you done nix before, out of interest/ 07:05 I like the idea just never bothered 07:05 arch ftw 07:07 [hdf-au] [evil] Arahael (Wiz Ith Fem Cha), 5802 points, T:6174, killed by a soldier ant 07:08 Bah! I had an epic battle, won it. Then went away to recover, but oh noes! There was a soldier ant there. But I was good and I managed to kill it safely. 07:08 Little did I realise that there were two more around the corner! 07:12 -!- amateurhour has quit [Quit: biab] 07:25 dont use -j 07:25 arahael 07:26 things will be build out of order if make is allowed to execute tasks at same time in parallel 07:28 K2: No worries, I'm not using that. Currently looking at what's with the var/perm thing. 07:36 -!- mobileuser has quit [Quit: Connection closed] 07:36 Basically my evilhackdir/var/perm is an empty file. 07:36 -!- mobileuser has joined #evilhack 07:37 zoom zoom lookit that speedy mobileuser centaur! 07:37 :-) 07:37 arahael its supposed to be 07:39 Hmm. Looks like I really do have to move that. 07:40 Average evilhack ascension turncount is about 64k turns 07:40 K2: make -j ought to follow make dependency rules, so if it breaks that implies some dependency is not present in the makefile 07:41 -j has never worked on any system i've compiled nethack on 07:43 aosdict: It's recursive make, though. 08:15 -!- rebatela has quit [Remote host closed the connection] 08:15 YANI: New trap, "retreat point", does nothing; scatter 0-4 of them around a teleporting boss level and the first time they teleport away to recover they choose a random one which they will always use. Makes prepping on the up stairs and using a potion of invisibility a less reliable strategy for killing them. Eeeeeevviil 08:20 -!- rebatela has joined #evilhack 08:35 [hdf-us] [evil] VaderFLAG (Mon Dwa Mal Law) had a bone crested helmet entrusted to him by Shan Lai Ching, on T:2152 08:44 make -j8 has always worked fine for me 08:50 I've had race conditions in the past if building stuff in util. If it's just changes in src/include I think make -j is fairly safe. 08:58 vaderflag: Nice! I was eyeballing that combo myself :) 08:58 doing chaotic elf though and i want that bone crested helmet ! lol 09:02 rebatela: Did I see in the backscroll you were wanting to compile EvilHack on Linux Mint? 09:03 yes! 09:04 I use Mint too, and successfully compiled EvilHack last week... 09:04 I'll have to leave my evilhack build for another time. Somehow, it's not able to open the SYSCF_FILE, however this is probably a result of my hacking getting it to build in nixos. 09:04 ... here are the notes I made: https://termbin.com/jmpj 09:04 [hdf-us] [evil] krm26 (Kni Cen Fem Cha) killed the invisible Asmodeus, on T:52846 09:05 graznop: thanks so much ! 09:05 It has also got my notes from vanilla, the dependencies are probably the same. Good luck! 09:06 thanks again. i really appreciate it 09:07 arahael: when I had this problem it was because I'd changed the hints file and not done a 'make clean' 09:08 [hdf-eu] [evil] NetSysFire (Inf Ith Fem Una) destroyed joes' ghost, the former Conjurer, on T:1716 09:10 Graznop: That would do it but each of my builds have been clean. I think I've messsed something up with how it's doing the make generation - I edited teh wrong file for adjusting the 'lex' command. 09:10 found wiz bones, now got myself a pseudodragon pet 09:10 Should be one big ansible file for nethack builds :-) 09:10 ansible is great 09:11 [hdf-eu] [evil] NetSysFire (Inf Ith Fem Una), 1375 points, T:1940, poisoned by a rotted piranha corpse, while praying 09:11 rip me 09:13 That's the way we all want to go 09:13 food poisoning from piranha must be pretty rare 09:13 it's not sushi-grade 09:14 less so in evil, because you can kill the piranha in shallow water 09:14 true 09:14 I enjoyed a meal of elecric eel last game 09:16 there's good meter and rhyme in that. you should write a ballad 09:16 LOL 09:16 heh 09:19 [hdf-us] [evil] VaderFLAG (Mon Dwa Mal Law) became literate by reading a scroll, on T:5282 09:22 VaderFLAG going for the First Combo Ascensions top spot :-) 09:24 Oh is it close? 09:24 Wait are we tied? 09:24 23 - 20 09:24 I saw I never ascended a monk in evilhack! 09:25 they are fun :) 09:25 Oh it's right there at the bottom of the page duh 09:25 3 is a big difference, I better pick it up 09:25 not a whole bunch left.. I might try a giant priest 09:27 The lack of priest ascensions - is that about how many priest combos there are, or how relatively underwhelming priests are in evilhack 09:28 [hdf-us] [evil] VaderFLAG (Mon Dwa Mal Law) completed Sokoban, acquiring a bag of holding, on T:5541 09:28 8 priest ascensions is not too bad? 09:29 Priest isn't too bad at all 09:29 or do you mean in first to ascend? 09:29 Yeah I meant in first to - I didn't actually count, I just assumed it was low. 09:29 eight's not bad 09:29 Yeah, lack of first ascension combos 09:34 vaderflag: are you planning on going weaponless? 09:35 I'm going to TRY maximum conducts 09:35 So yes 09:35 sweet 09:35 *maximum for me 09:35 Not sure how many that's going to be yet 09:35 yeah.. I never do the vegan thing but i always at least try for weaponless 09:36 I learned that when dwarf monks roll up they may have their pick axe already wielded so I #quit out of a weaponless fail at like turn 100 09:36 Does footrice break weaponless? 09:36 no 09:36 It shouldn't 09:37 Then you still do Vecna :-) 09:37 hehe 09:37 I'm very worried about the monk/alhoon/wishless combo 09:37 Especially if I don't find grease 09:38 yeah... 09:38 Boulder fort and magic missile your way through alhoons 09:38 that's a lot of boulder forts and no marker in sokoban 09:39 poly poly poly 09:39 That's a conduct! 09:39 How many combos do you want to stack, geez 09:39 EEEEEEEEVERYTHING 09:39 *everything I can 09:39 netsysfire: i found your bones so now I have a pseudodragon pet! w00t 09:39 I go for the conduct-free conduct, the hardest conduct of all 09:39 haha 09:39 lol 09:39 hope i can stay alive tho.. elves are pretty squishy early game 09:40 also last game I found TWO magic whistles on DL 1 and now I bet I won't find one at all 09:40 Yeah playing an elf is orc bow paranoia mode 09:42 There's no secret new vegan telepathy method in evilhack right, it's wait for 20 for the intrinsic or get lucky with altar prayer? 09:43 No intrinsic method I know of 09:43 But as a monk you definitely want to hit max level 09:43 lol that pseudodragon gets passed around :-) 09:44 Getting to 30 might be tough with the vecna wraith change 09:44 Hope for an ESP item... 09:44 Definitely going to find an esp dagger or something that I forget to unequip and lose weaponless 09:44 heh 09:45 oh man netsysfire had a spellbook of polymorph. NOW i want to stay alive 09:45 i found it in the bones actually 09:45 not mine 09:46 yeah, it gets passed around! 09:47 the Library of Bones 09:50 dammit these mines are blocked with water and the pickaxe is cursed 09:51 Dig it and then rust the pickaxe out of your hand 09:51 You'll find another, quick sleaze way 09:51 that's a great idea 09:51 fortunately i have an altar so i'm just gonna make holy water i think 09:51 I'm an expert on walking into water 09:52 You only want bone or wood pickaxes anyway 09:52 Man, when is sluggoman going to give us the next chapter in his valley of death rodney saga 09:52 haha 09:53 i think he's on his 8th AolS? something 09:53 something nuts like that 09:55 [hdf-us] [evil] VaderFLAG (Mon Dwa Mal Law) had Dragonbane bestowed upon him by Shan Lai Ching, on T:6276 09:56 Lucky! 09:56 dammit i died 09:56 Wow turn 6k that's nuts, thanks Shan 09:56 oh nice vader 09:56 wow that's lucky 09:58 i'm so sick of elf. I really want to do it though because I've tried this combo at least 100 times lol 09:58 kind of eyeing human lawful tho... 09:59 [hdf-us] [evil] VaderFLAG (Mon Dwa Mal Law) destroyed the invisible Dwarfkiller's ghost, the former Rhizotomist, on T:6398 10:00 I'm on turn 53k and about to give up on Dragonbane :-) 10:00 Elf priest? 10:02 !whereis rebatela 10:02 VaderFLAG: [hdf-eu] rebatela [evil]: (Mon Hum Mal Law) T:398 The Dungeons of Doom level: 2 10:02 Didn't have to eye it very long! 10:02 lol 10:02 Oh crap rebatela, you beat my high score first ascension combo 10:02 i still want to do that chaotic elf at some point... elenmirie was trying it for a while too 10:03 i definitely wasn't trying for high score! lol 10:03 i have a few of the very top ones haha 10:03 Neither was I, but I do tend to stuff my bag with gems at the end for giggles 10:04 Looks like only 4 7m+ ascensions period and 3 of them are yours 10:05 nethackscoreboard should let you sort by column 10:06 Chaotics CAN get Dragonbane as a sacrifice gift, right? 10:07 i don't see why not 10:09 i may have high scores, but i also have the fastest realtimes other than tariru. my only real bragging rights 10:10 [hdf-us] [evil] nabru (Wiz Ith Fem Cha), 0 points, T:22, killed by a newt 10:11 [hdf-us] [evil] nabru (Wiz Ith Fem Cha), 8 points, T:44, killed by a contact-poisoned spellbook 10:11 damn never seen that! 10:12 ha! I got my bones from that game with the poly spellbook and pseudodragon etc. (netsysfire mines bones) 10:17 krm26: will rusting away pickaxe strategy actually work? I'm kind of trapped and I assume it's probably cursed again 10:18 or will fountain dipping it remove curse eventually? 10:18 I'm trapped between my ghost and where I know a pirahana is 10:22 "so... my own shade would betray me" 10:24 i know armor rusts away completely eventually but will a pickaxe? 10:24 i guess it must? 10:24 yeah it should, but it'll probably be uncursed first? 10:25 rebatela: It does, if it's iron. 10:25 -!- amateurhour has joined #evilhack 10:26 rebatela: Like all iron items. It's one reason I don't bother to BUC test iron things unless I haven't found enough water to remove it. 10:26 smart 10:26 sweet 10:26 that is smart 10:27 rebatela: Rusting it away will 100% work 10:27 cool yeah cuz it is welded to my hand 10:27 might have to break weaponless. we'll see 10:28 Just jump in mine-water four or five times after dumping your other stuff 10:28 I love the image of having a big ole pickaxe stuck to your hand and just shaking your arm around in water until it dissolves away 10:28 lol 10:29 including the wood handle, presumablu 10:29 y 10:30 dammit 10:30 I died to the pirhana 10:30 MOTHERfASD;K GHSAKJH SADKJ 10:30 Oof. 10:30 :( 10:30 doing some dome inventory thing 10:30 careful there jarlearl ;) 10:30 ah well. gotta leave anyway. peace y'all 10:30 LOL 10:31 -!- Chris_ANG has joined #evilhack 10:34 -!- qt has joined #evilhack 10:35 -!- ChrisANG has quit [Ping timeout: 260 seconds] 10:35 K2: eaaeb81a from vanilla (latest commit) is the other half of what was causing krm26's bug, so you might want to nick that 10:36 good call 10:36 i saw that earlier and was wondering 10:40 that was really a weird bug, so many little circumstances had to come together for it to happen... 10:41 -!- joes has quit [Ping timeout: 265 seconds] 10:41 I try 10:42 [hdf-us] [evil] VaderFLAG (Mon Dwa Mal Law) acquired the luckstone from Mines' End, on T:7472 10:45 [EvilHack] k21971 pushed 1 commit to master [+0/-0/±2] https://git.io/JzXN9 10:45 [EvilHack] k21971 900e26a - Fix: recalc_mapseen vs rooms. 10:51 evilhack loves to generate beheading stunning shambling horrors immediately adjacent to me, thx 11:11 -!- qt has quit [Ping timeout: 252 seconds] 11:19 evilhack <3 krm26 11:28 krm26 just found your bones - Aphrodite right in front of me at the upstairs. This is a trap, isn't it?? Your ghost and Aphrodite are in cahoots 11:29 Good luck :-) 11:29 Sadly I usually run around with very little good stuff in the early/mid game, everything is always in a stash on another level 11:30 If you ever find my bones on an altar level you're in the money 11:30 [hdf-us] [evil] VaderFLAG (Mon Dwa Mal Law) destroyed the invisible krm26's ghost, the former Brute, on T:9526 11:31 YANI: Bones on astral with dead player a 4th resurrecting horseman with their full (100% cursed) equipment 11:31 No no no, f*ck YOU 11:34 You run with such a tiny tiny screen 11:36 [hdf-us] [evil] krm26 (Kni Cen Fem Cha) had a dwarvish bearded axe entrusted to her by Manannan Mac Lir, on T:54348 11:36 Oh come ON, my third useless axe at level 20? kfhjkjhhfdg 11:36 0 gift artifact game 11:37 [hdf-us] [evil] VaderFLAG (Mon Dwa Mal Law) killed Aphrodite, on T:9772 11:40 Use them and MML will be satisfied 11:41 that would be a really evil addition 11:41 YANI: your god doesn't gift you any new items until you have used them to their satisfaction (kill a certain number of monsters, wear armor for a certain amount of combat turns, etc) 11:41 I like that 11:43 Non-evil idea: Use a random list without replacement for generating gifts from your god, so you'll never get more than one flipping Axe 11:43 to be clear: I think this would make for sucky gameplay in order for somewhat better flavor and arguably better game balance since it makes sacfesting hard to do successfully 11:44 Evil idea: When you get another item gift from your god the last item gift is destroyed 11:44 haha 11:44 Or "retrieved" and replaced 11:44 Didn't like that one, eh? 11:45 Maybe if you were wielding or wearing a prior gift he'd add an enchantment or obj prop to it 12:39 Should a monk player monster be wearing body armour? 12:43 I have complained about that myself 12:43 Still not fixed... 12:51 I just stone to fleshed my horse and it immediately started stonifying again even though the cockatrice and its corpse are dead and gone 12:53 stoning disease! run before it gets you too 12:54 Dagul took care of it. RIP Lucky 12:57 I think the stoning thing is a known problem... 12:58 Hmm there was a fix, but apparently it's not working? 12:58 https://github.com/k21971/EvilHack/commit/57e3569c2dfbfce725e1b680c001a9cd3c356f25 12:58 ^ K2 13:06 -!- Chris__ANG has joined #evilhack 13:06 -!- Chris_ANG has quit [Read error: Connection reset by peer] 13:15 You pivot and roundhouse kick the kitten! :( Monks, man. 13:15 that commit doesnt address what vaderflag is seeing 13:15 i dont understand why that would happen 13:15 the second you zap stone to flesh on a monster (pet or otherwise, mstone is set to 0 13:16 VaderFLAG, was the horse in the process of stoning or was it already a statue 13:17 ^ important 13:17 Here's what happened: Riding a horse, a cockatrice used its stoning attack on it, and it turned to stone much quicker than I expected -- before I could cast on it. It dismounted me, I cast on the statue, it returned to flesh and started giving stoning messages right away 13:17 ok 13:17 so it was already a statue 13:18 i'll try to recreate 13:18 so when you cast stone to flesh on it and it started to solidify again, did you cast it at your horse a 2nd time before it turned into a statue? 13:18 I didn't have the chance, Dagul killed it 13:18 that bastard 13:20 Daguuuuul !!!! 13:24 * aosdict hastily mutters "protect our doors, protect our souls" 13:25 i cant recreate this (yet) 13:25 wtf 13:33 Huh, why is the Grandmaster hanging out on a moloch altar in the monk quest 13:33 it's vanilla :( 13:34 blame warren 13:35 I want to believe that kaen pwned the altar when stealing the eyes, but in my heart I know it's just because the quest was completely unfinished 13:35 you can convert that altar 13:35 the monk quest SUCKS 13:35 in every possible way 13:35 worst quest for sure 13:35 it's the only thing I don't like about playing monk 13:36 the quest artifact is badass but thats it 13:36 have you played slashem monk yet rebatela? 13:36 probably asked before but forgot 13:36 a little bit... haven't played slashem much at all 13:36 i definitely want to 13:36 you'll be amazed at how OP it is 13:36 it's a shame it isn't maintained 13:36 yeah... I really should play 13:37 i feel like it might make me not like nethack monk lol 13:37 yeah :D 13:37 i know they half assed it when they introduced it from slashem 13:38 although I suppose slashem is to blame for the quest being a crappy version of the priest quest with no loot 13:38 and a boss who's 100x harder lol 13:39 [hdf-us] [evil] eziono (Tou Hob Mal Neu) murdered his faithful cave spider, on T:1863 13:41 K2 could steal the monk quest level changes from xnethack 13:41 the diffs are des, not lua 13:41 I did them pre-lua 13:41 hmm 13:41 i just might 13:41 good excuse to add grass terrain too 13:41 and i'll rename 'Grandmaster' to 'Master Po' 13:42 oh that's right. i liked xnh quest 13:42 you don't have to add grass, it just makes it more prettyful 13:42 :) 13:44 [hdf-us] [evil] eziono (Tou Hob Mal Neu), 586 points, T:2138, zombified by a diseased gnome corpse, while helpless 13:44 [EvilHack] k21971 pushed 1 commit to master [+0/-0/±2] https://git.io/Jz12n 13:44 [EvilHack] k21971 7112eff - Fix: clear any hold over slow-stoning timers on statues being reanimated. 13:44 ^ hopefully that does the trick VaderFLAG 13:45 It will give the ghost of my mount some pleasure 13:45 it doesn't fix the monk quest by any means, it's just slightly more interesting in the middle 13:46 looking forward to the real xnh rewrite in the future 13:54 same 13:54 the change of scenery was nice tho 13:55 I had this one vanilla game where there actually WAS loot on the bottom level (including a WoW) but it was just a crazy crazy lucky game where I had 27 wishes and all sorts of incredible stuff in the dungeon 13:55 (4 WoWs) 13:55 I found my own bones in the quest once, that was pretty epic 13:55 nice... yeah I've only found bones once I think there 14:27 [hdf-us] [evil] eziono (Wiz Ith Fem Cha), 1281 points, T:4100, quit 14:36 -!- mobileuser has quit [Quit: Connection closed] 14:36 -!- mobileuser has joined #evilhack 14:46 -!- elenmirie has joined #evilhack 14:47 [hdf-us] [evil] VaderFLAG (Mon Dwa Mal Law) had an etched staff entrusted to him by Shan Lai Ching, on T:14775 14:51 [hdf-us] [evil] eziono (Wiz Ith Mal Cha), 729 points, T:1417, killed by a newt, while frozen by a monster's gaze 15:33 [hdf-eu] [evil] rebatela (Mon Hum Mal Law) became literate by reading a book, on T:4085 15:36 -!- Umbire has joined #evilhack 15:38 [hdf-us] [evil] VaderFLAG (Mon Dwa Mal Law) had a pair of leather gloves entrusted to him by Shan Lai Ching, on T:15542 15:41 learned create monster early. Maybe I should do some early altar work and I'll be lucky and get Dragonbae too! :) 15:41 Dream the impossible dream! 15:41 Definitely makes a difference now that it doesn't affect wishing 15:41 although I'm lawful so it's not like there are any really good artifacts anyway 15:41 but just in general 15:42 I might wish for Mitre actually 15:43 same with doing the quest. I used to hold off so as to not create the artifact and add to the count 16:13 Oh yeah, Mitre actually doesn't entirely suck for monks 16:14 yeah, well i love having the eota (which is why i usually play neutral) and I guess mitre is next best thing as far as getting PW back 16:14 it's really helpful for a lawful giant (who needs a HoB since no robe anyway) 16:15 the other thing (back to the artifact wishing rule change) is i don't worry about finding bones so much anymore.. I used to lose my mind finding sting etc... 16:16 [hdf-eu] [evil] rebatela (Mon Hum Mal Law) destroyed eziono's ghost, the former Conjurer, on T:5496 16:16 oh sweet... cloak of mr, 4 spellbooks. w00t 16:16 !lastgame enziono 16:16 rebatela: No last game for enziono. 16:16 !lastgame eziono 16:16 rebatela: [hdf-us] https://www.hardfought.org/userdata/e/eziono/evilhack/dumplog/1632595216.evil.html 16:17 Yeah, you used to tilt over a lot honestly 16:17 I mean I say used to but 16:17 wtf are you talking about? 16:17 Wait speaking of bones artifacts I wonder if I'll find any continuing this dorf knight 16:19 but yeah bones artifacts did set you off a bit that I recall 16:19 krm26 too I think ;-) 16:20 worthless Sting in bones screwing up wishing chances! 16:20 not sure why you insist on being such a douche to me umbire. Trying to move on and you say snarky little shit. 16:21 I'm not being snarky, genuinely 16:21 ok 16:21 And I apologize if I came across that way 16:21 I'm just agreeing that you did react that way towards bones artifacts 16:21 k 16:21 If you make a habit of artiwishing, it's a pretty good reason honestly 16:22 I'm still learning to work around the "might summon a player monster" part of that shit 16:24 depending on the artifact/owner it can be quite challenging 16:26 I keep hearing tales about Pelias 16:26 yeah he's one of the tougher ones 16:26 neferet too 16:26 As they should be but also wew 16:27 pyec is a fairly easy early wish (twoflower) 16:28 another reason to play neu 16:29 dammit soko upstairs is in the big room 16:35 Hate when that happens 16:35 Kinda depends on the big room 16:38 -!- elenmirie has quit [Quit: Going offline, see ya! (www.adiirc.com)] 16:51 rebatela: So I believe you when you say PYEC is an easy wish, but just how easy are we talking 16:51 i mean, i think two flower has to be the easiest owner 16:52 pushover 16:52 No spells or anything? 16:52 nah 16:52 I know the guides can cast clerical shit 16:52 hm. 16:52 at least i've never had a problem 16:52 Noted regardless 16:52 polar opposite of say, neferet 16:54 when I was playing giant, sometimes i would wish for PYEC first because I knew if twoflower came it would be easy, and then i'd have MR and could wish for eota and at least be able to survive enough to run away and come back... 16:54 ic 17:12 -!- elenmirie has joined #evilhack 17:58 -!- mobileuser has quit [Quit: Connection closed] 18:01 -!- amateurhour has quit [Quit: zzz] 18:13 [hdf-us] [evil] coplate (Pri Hum Mal Neu), 154 points, T:1392, killed by a succubus 18:31 [hdf-us] [evil] eziono (Rog Hob Mal Neu) chose an elven dagger to be named "Sting", on T:3 18:33 -!- elenmirie has quit [Read error: Connection reset by peer] 18:34 [hdf-us] [evil] eziono (Rog Hob Mal Neu) murdered his faithful little dog, on T:586 18:35 -!- Chris_ANG has joined #evilhack 18:39 -!- Chris__ANG has quit [Ping timeout: 252 seconds] 19:15 [hdf-us] [evil] coplate (Pri Elf Mal Cha) destroyed Arahael's ghost, the former Thaumaturge, on T:6921 19:19 -!- rebatela has quit [Quit: Konversation terminated!] 19:33 -!- rebatela has joined #evilhack 19:35 [hdf-us] [evil] eziono (Wiz Ith Fem Cha), 83 points, T:147, killed by a fox 19:43 [hdf-us] [evil] eziono (Tou Hob Mal Neu), 47 points, T:223, killed by an electric shock 19:50 [hdf-au] [evil] Arahael (Wiz Ith Fem Cha), 741 points, T:1008, killed by a mountain dwarf 20:01 [hdf-us] [evil] eziono (Tou Hob Mal Neu), 606 points, T:2126, killed by a lesser homunculus, while frozen by a monster's gaze 20:14 [hdf-us] [evil] coplate (Pri Elf Mal Cha), 19726 points, T:12429, killed by a vrock of Susanowo, while fainted from lack of food 20:22 [hdf-eu] [evil] rebatela (Mon Hum Mal Law) completed Sokoban, acquiring a magic marker, on T:12815 20:22 a magic what? I forgot they existed 20:26 [hdf-au] [evil] Arahael (Wiz Ith Fem Cha) killed Aphrodite, on T:5395 20:26 lol 20:26 [hdf-us] [evil] eziono (Tou Hob Mal Neu) rejected atheism with a prayer, on T:3116 20:29 [hdf-eu] [evil] rebatela (Mon Hum Mal Law) had a broadsword entrusted to him by Shan Lai Ching, on T:13672 20:39 [hdf-us] [evil] eziono (Tou Hob Mal Neu), 3285 points, T:3735, killed by a giant leech 20:51 i just noticed that in my ascension i had lost my boots. good thing i didn't fight a footrice on astral and get that extra kick 20:53 I've pushed up my nixos build scripts for evilhack here: https://github.com/arafangion/super-lamp/blob/main/evilhack (The actual build script is default.nix) 20:53 Not sure if that repo will be 'public' forever, I might end up putting lots of personal crap in there as I add personal builds for crap. :) 20:53 rebatela: Isn't that kick suppressed? 20:54 rebatela: Not saying I'd want to rely on it being suppressed, though! ;) 20:54 not sure what you mean. sometimes you get an extra kick attack at grand master i think and you die if you're not wearing shoes 20:55 almost as importantly i wasn't very fast. i don't know how it happened. i knew repair armor too 20:55 probably a black dragon/anti matter vortex or something 20:55 Yeah, you do get an extra kick but I thought it was suppressed for *trices. 20:55 oh. no definitely not. it's instadeath 20:56 you are thinking of centaurs i think 20:56 Indeed I am... 20:56 they can't wear boots 20:56 [hdf-us] [evil] eziono (Wiz Ith Mal Cha), 880 points, T:1784, killed by a rabid rat 20:59 [hdf-eu] [evil] rebatela (Mon Hum Mal Law), 53232 points, T:16040, killed by an ogre queen, while moving through the air 20:59 oh wow 20:59 i need to go to bed 20:59 l8r 21:00 Later. :) 21:00 RIP. :( 21:01 [hdf-us] [evil] coplate (Pri Elf Fem Neu), 469 points, T:1429, killed by kicking an adverse material 21:02 [hdf-us] [evil] coplate (Pri Elf Fem Neu) had a dull spellbook given to her by Brigit, on T:341 21:04 [hdf-us] [evil] coplate (Pri Elf Fem Neu) had a slippery cloak entrusted to her by Brigit, on T:605 21:08 [hdf-au] [evil] Arahael (Wiz Ith Fem Cha), 5293 points, T:7363, killed by a werewolf 21:09 [hdf-us] [evil] coplate (Pri Elf Fem Neu) had Demonbane bestowed upon her by Brigit, on T:1592 21:23 arahael nice 21:24 (the .nix bits for evilhack) 21:24 K2: Wasted a lot of time because I didn't realise that sysconf cant' be in '~/.config/evilhack', or maybe there are other funkiness happening. However, I don't have a workign wizmode, it seems, which is a bit weird. 21:25 [hdf-us] [evil] coplate (Pri Elf Fem Neu) destroyed eziono's ghost, the former Conjurer, on T:3463 21:25 -!- rebatela has quit [Remote host closed the connection] 21:25 Also, I had to learn a lot of nix in teh process, too. :D But I have no excuse there, I should've learnt it years ago,w hen I uh... Installed nixos... 21:26 It might be better if I 'patch' those files instead of doing those 5 copies, too. 21:28 is nixos just another flavor of linux? 21:28 Technically, but not really. They have a completely unique package system. 21:28 And a unique filesystem heirachy, where teh entire OS is versioned. 21:29 And you can install and use any combination of any libraries and applications. 21:29 What it means in practice is that those dependencies I specify in that default.nix file is all that evilhack can use. 21:30 Even the loader is versioned. 21:31 ah 21:31 $ which ld 21:31 /nix/store/74kv08wjf06ifgk4dxrnra4qhzr5s1w4-gcc-wrapper-10.3.0/bin/ld 21:33 https://gist.github.com/arafangion/9d946de0bc8b44df700726ea6cde5046 21:34 'result' is just a shortcut made for me when I build a package directly using nix-build, it points to /nix/store/zmhl97vjqzlljq8ag6qznxks127y7xlh-evilhack 21:35 It's a bit crazy. As a software engineer it seems awesome, but I dunno, sometimes I wish I was just using debian and had everything just conventional. 21:35 :) 21:36 Wait, what am I saying? It *is* freaking awesome. ;) Anyway, what are you up to today? 21:36 nixos is something I'm curious to try someday, but never got around to 21:38 It has a steep learning curve. And it's pretty peculiar to nixos. 21:43 we had a bbq/bon fire this evening, had some of our neighbors over 21:44 had our annual christmas tree massacre 21:44 the burning of the xmas tree from last year. bit late this year, usually do it in july 21:50 Very nice :D 23:04 -!- Chris__ANG has joined #evilhack 23:05 -!- Chris_ANG has quit [Read error: Connection reset by peer] 23:58 Player monster healer dropped gray DSM and a bunch of healing potions along with a spare lamp and a bag of spellbooks 23:58 Kinda needed that