00:54 -!- Umby has quit [Ping timeout: 260 seconds] 01:08 -!- Umby has joined #evilhack 01:42 -!- Umby has quit [Ping timeout: 248 seconds] 01:48 -!- Umby has joined #evilhack 01:48 -!- hackemslashem2 has joined #evilhack 01:52 K2: Here is the commit for the shambler lock. https://github.com/elunna/hackem/commit/6e9bacf66c8f7b066a5678f3be413284eb8d1280 01:52 Err unlock :) 01:53 Or a patch if that's better: https://pastebin.com/CEFvG3Xi 02:14 -!- Umby has quit [Ping timeout: 250 seconds] 02:44 -!- mobileuser has joined #evilhack 02:48 -!- mobileuser has quit [Client Quit] 02:51 -!- mobileuser has joined #evilhack 02:53 -!- mobileuser has quit [Client Quit] 02:53 -!- elenmirie has joined #evilhack 03:23 -!- arahael has quit [Ping timeout: 264 seconds] 03:27 -!- mobileuser has joined #evilhack 03:28 -!- amateurhour has joined #evilhack 03:33 amateurhour: I've got a couple short fuzz sessions done, couple obvious things, 1 not, but I'm switching to the linux-debug hints file now (probably should have done that a while ago!). Put in the asan flags so we're ready to rock 03:33 nice 03:33 As my grandma used to say "Now we're cookin with gas!" 03:35 woah, shadow byte legend? That must be the asan report 03:36 yeah, did you redirect stderr? worth taking a look what's in err.log now 03:36 one of the ways which asan works is it pads out memory allocations a lot and detects whether reads/writes happen out of bounds 03:37 Ah I did not do that, just saw that in your guide 03:37 so that potentially confusing looking memory thing at the end is showing which bit is where 03:38 so when I run gdb instead of "r -D -u wizard" "r -D -u wizard 2>err.log" - or maybe it's better to leave off wizmode? 03:40 yeah that's right just add the redirection and all good 03:40 wizmode is fine to include btw, I do that almost every time 03:41 actually I should maybe have mentioned binding wizmakemap in an rc file to spam the heck out of generating levels 03:43 Ok have my first asan report 03:44 https://pastebin.com/9T1Arh1i 03:45 heh, grenades of course 03:45 classic 03:46 looks like you check if the bomb is armed after the bomb has gone 03:47 Couple days ago I changed player thrown bombs to match the monster behavior so they explode on impact 03:47 But if they land on the floor they get a timer, maybe I add a guard to see if it's gone before that 03:47 I don't think that's necessarily related 03:47 -!- mobileuser has quit [Quit: Connection closed] 03:48 if (!obj_gone && is_bomb(obj)) { ? 03:48 yeah, or `if (obj && is_bomb(obj)` and set obj to NULL when obj has gone 03:48 I see 03:49 Objects are just always disappearing in this crazy game 03:49 asan for the win :) 03:50 -!- mobileuser has joined #evilhack 03:51 So that would normally just keep going and be a memory leak? 03:51 no this is a read-after-free which means memory has been deallocated but something is reading it 03:51 ah I see 03:52 some platforms and compiler settings that would be a crash (more paranoid configuration) 03:52 but for default config on linux with gcc it'd silently carry on 03:52 potentially reading garbage who knows 03:56 anyways you found the place that was at issue really quickly, nice one 04:01 Looks like this is what I'll be doing today, no shortage of bugs it seems lol 04:02 Especially after wonking with some of the zap order, adding in a sonic ray. That is just a pandora's box :/ 04:04 after you've found a bunch of stuff with that it's worth binding wizmakemap in your rc file so the fuzzing guy spams the heck out of it to test level generation 04:06 Does it matter what you bind it to? Usually 'v' is free right? 04:08 -!- arahael has joined #evilhack 04:08 doesn't really matter but yeah I usually bind it to v or V can't remember offhand 04:13 [hdf-us] [evil] lgxia (Rog Hum Mal Neu), 6 points, T:50, killed by an electric shock 04:13 Hm, now getting a complaint that my slayer's bullets are silver. Base type is IRON so that should not really be an issue. And I've been able to play them before with the bullets 04:15 lol what there's a valid_obj_material function and an invalid_obj_material function 04:15 Ooh maybe because it's not in material_list() 04:16 Can't be too careful lol! 04:16 why's there 2 04:17 [hdf-us] [evil] Nightsorrow (Sam Hum Mal Law), 72 points, T:169, killed by an exploding magical bag 04:18 Weird I had firearm_materials already listed, probably from splice, just never attached it to ammo 04:19 nvm, it was listed below the individual item checks... 04:24 invalid_obj_material() has a comment that says " * This should be treated as subsidiary to valid_obj_material. */" lol 04:24 I guess it's for double-checking that you don't have a really illogical item/material combo (ie: glass pickaxe) even though it *could* be on the acceptable materials list... 04:25 :| 04:25 Or, or apparantly a plastic pickaxe isn't cool either 04:26 YANI: a chaos area where all generated items can be any materials even if that doesn't make sense 04:26 like vegetable bullets or dragonhide swords 04:34 could be a special room in the dungeon 04:36 oh in dungeon.c there's another #define BULLET - that could be conflicting with the ammo BULLET yea? 04:53 no idea, seems a little strange because the other define is a string 04:53 feels like that would throw some warnings or errors if it was relevant 04:53 I'm at work btw sorry for slow replies and stuff 04:55 Yea, I tried to change the formatting one to SBULLET just in case. Oh no worries, I know people are busy :D 04:55 [hdf-eu] [evil] mobileuser (Inf Dem Fem Una) made her first artifact wish - "blessed fixed +2 Angelslayer", on T:51409 04:55 More problems with the is_bomb check though... 04:57 -!- elenmirie has quit [Quit: Going offline, see ya! (www.adiirc.com)] 05:00 -!- elenmirie has joined #evilhack 05:11 what kind of problems 05:27 -!- elenmirie has quit [Ping timeout: 246 seconds] 05:47 hackemslashem2 did you keep the chance of the wizard having MR? 05:47 pls delete PLS 05:56 [hdf-eu] [evil] mobileuser (Inf Dem Fem Una) wished for "magic marker", on T:51638 05:58 [hdf-eu] [evil] mobileuser (Inf Dem Fem Una) performed her first genocide (alhoons), on T:51643 05:58 [hdf-eu] [evil] mobileuser (Inf Dem Fem Una) genocided two random monsters from class L, on T:51645 05:59 [hdf-eu] [evil] mobileuser (Inf Dem Fem Una) wished for "magic marker", on T:51647 06:00 [hdf-eu] [evil] mobileuser (Inf Dem Fem Una) genocided two random monsters from class L, on T:51651 06:10 hmm? Not sure what you mean 06:11 amateurhour: ^ 06:12 Oh you mean Rodney? 06:21 yeah 06:25 That's from vanilla though not evil right? 06:26 the wizard having MR is evilhack 06:27 personally I feel that needs fine-tuning 06:27 at the moment it's like spin-the-wheel if you'll get MR double-troubled in the planes 06:28 for example, it would already help if he couldn't double trouble 06:29 -28AC, MR, double trouble, when you're playing a piddly weak role 06:29 incredible that people manage it of course 06:30 yeah, at the moment I don't really enjoy anything but Infidel because of this 06:30 Oh f, didn't know that - I usually get most of my evil info from the big Evilhack wiki entry and it's not on there 06:30 But the Rodney page has it, 06:30 nasty 06:31 what does infidel have specifically, great spellcasting and great melee? 06:32 advanced cone of cold 06:32 makes short work of the wizard 06:32 ahh 06:32 wizard role has it too of course 06:32 I'll probably just use the vanilla version of the wizard then, usually at that point I want to get the game over with lol 06:33 I did have an idea for an additional harassment though... Randomly dropping Cthulhu next to you :D 06:34 Meanwhile, I am in a fight of archon-with-demonbane vs demon-me-with-angelslayer. Who will get insta-killed first! 06:34 amateurhour: I'm not sure how to approach this one https://pastebin.com/3sivuKG5 06:35 cthulhu like the deferred feature in the game already, or cthulhu like dnh's one 06:35 [hdf-eu] [evil] mobileuser (Inf Dem Fem Una) averted death (killed by an invisible Archon), on T:52215 06:35 wow OK lol 06:35 F 06:35 Like slashthems, I have basically combined the Un and the THEM version so it doesn't have teleport though 06:35 the very first hit even! 06:36 Ooh, Archon won that round 06:36 hackem 06:36 hackemslashem2: hold_another_obj returns the new obj pointer 06:36 so you'd do obj = hold_another_obj(obj, etc) 06:37 and then your current pointer in makewish is no longer invalid 06:37 Oh, I was looking in artifact_light first... 06:37 right, Archon killed. PHEW 06:38 the bit to look at with the freed then read part is the common part of the stack traces 06:38 in this case it's the makewish that's in common 06:40 This is a bit hard to wrap my head around but ok! 06:40 THEM Cthulhu combined with having to fight Lucifer (so no easy cursed gain level escape) will be "interesting" 06:41 I'll try explain it in a different way maybe it'll seem obvious then 06:41 when it's calling hold_another_obj it might reallocate the memory, by merging/splitting stacks for example 06:41 ah, no lucifer - I think my fork is divirging at this purgatory thing 06:41 say you wished for candles, it'll add the candles to your already existing candles in invent 06:42 but that means the pointer it just had to the newly created object isn't pointing at the right memory anymore 06:42 amateurhour: Oh ok, that makes sense. It's just the process of figuring out where this problem is, will take practice 06:42 oh right, yeah I get you 06:42 the way I read it is to basically look at the top two stack traces 06:42 I can deal with one stack trace, but 3? 06:42 then see what's in common, so in this case I see it gets up to makewish 06:43 then I see that eventually zap.c:6939 in makewish caused it to be freed 06:43 and zap.c:6946 is where it was read again 06:44 so focusing on those two lines, something has to be wrong with obj 06:45 idk if that helped 06:47 So it should be otmp = hold_another_object? 06:48 yeah because then it's pointing at the right thing 06:49 But if it's dropped it looks like it returns (struct obj *) 0, that's basically null right? 06:51 I feel like that would still be a problem lol 06:51 hackemslahem2 will Cthulhu count as a unique demon you can't escape from with cursed gain level? 06:51 * hackemslashem2 06:52 just checking ;-) 06:52 Yes and no 06:52 oh true, so it might need to handle artifact lightsources differently 06:52 what did I do in slashthem 06:53 Damn, stupid artilights - I gotta print out hold_another_object and study it for a bit 06:53 ah this would likely be wrong in slashthem too so is probably my fault 06:54 Wait, I can just put the begin burn before hold_another_object 06:54 not sure, I think it might throw an impossible if the object is still in the void 06:54 will have a look in lunch break (around 1h from now) 06:54 Oh... it does need a location to start burning 06:55 That's why lights are so annoying 06:55 stupid artilights? man, bash my patch some more why dontcha 06:55 what patch are you referring to krm26? 06:55 warning glows :-) 06:55 slashthem has a bunch of artifact lightsources and they're a pain in the ass :P 06:55 You made the Candle of Eternal Butthurt? 06:56 lol synchronised butt references 06:56 can always rip out and replace any irritating mechanisms with something better 06:57 but do it in a patch that can be backported to help other versions 06:58 This mechanism is cool though - it's literally what the candle is 06:59 It MUST ALWAYS BE LIT! 07:03 I'm going to try doing the arti-lighting in hold_another_object; this seems to be specific to wishing so hopefully that catches it 07:03 There are a couple of other places that the artilights are handled so I think it'll hold 07:26 -!- mode/Hecubus [+Ziw] by Hecubus 07:26 -!- mercury.libera.chat changed the topic on #evilhack to: EvilHack: a NetHack variant ¤ https://github.com/k21971/EvilHack ¤ public irc logs available at hardfought.org ¤ version 0.8.0 available for public play on #hardfought ¤ see https://nethackwiki.com/wiki/EvilHack for gameplay information ¤ Bug tracker and future development ideas - https://www.hardfought.org/etherpad/p/EvilHack ¤ https://redd.it/wakb2u ¤ 'gnolls witherling' 07:26 -!- mode/#evilhack [+v Hecubus] by ChanServ 07:27 -!- K2 has joined #evilhack 07:27 -!- mode/#evilhack [+o K2] by ChanServ 07:54 Weird, 2 fuzzing sessions totally crashed out and closed the terminal. I am running ubuntu through WSL so maybe it can't handle it? 07:54 Gonna reboot... 07:54 -!- hackemslashem2 has quit [Quit: Leaving] 08:00 I wonder what could have crashed it 08:49 -!- elenmirie has joined #evilhack 08:50 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha), 6477 points, T:5095, quit 08:52 -!- Umbire has joined #evilhack 08:53 -!- Umbire has quit [Remote host closed the connection] 09:17 -!- Umbire has joined #evilhack 09:17 -!- Umbire has quit [Remote host closed the connection] 09:18 -!- Umbire has joined #evilhack 09:19 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) killed the Goblin King, on T:6213 09:23 -!- Umbire is now known as PhantomLumina 09:31 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) rejected atheism by offering a warg corpse on an altar of Moloch, on T:7444 09:31 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha), 13960 points, T:7447, killed by a death ray 09:33 !lastgame 09:33 PhantomLumina: [hdf-eu] https://eu.hardfought.org/userdata/d/davez/evilhack/dumplog/1666037616.evil.html :: [hdf-us] https://www.hardfought.org/userdata/d/dgoddard/evilhack/dumplog/1666097402.evil.html :: [hdf-au] https://au.hardfought.org/userdata/A/Arahael/evilhack/dumplog/1665924229.evil.html 09:33 Punished from downtown. 09:36 -!- elenmirie has quit [Quit: Going offline, see ya! (www.adiirc.com)] 10:29 -!- hackemslashem has joined #evilhack 10:32 I ended up installing windows 11 since that's been nagging me for a couple months now 10:35 unlucky :/ 10:44 Woohoo I think we're past 100k turns 10:45 nice one 10:59 [hdf-us] [evil] Frozty (Wiz Gno Mal Neu) killed Medusa, on T:25189 11:01 [hdf-eu] [evil] mobileuser (Inf Dem Fem Una) destroyed Vlad the Impaler, on T:54856 11:01 [hdf-eu] [evil] mobileuser (Inf Dem Fem Una) acquired the Candelabrum of Invocation, on T:54858 11:03 what the...is...is andor actually a GOOD star wars thing? after over 4 decades? 11:05 -!- mobileuser has quit [Quit: Connection closed] 11:24 Heard it's not bad, but I haven't had time to just sit down and watch it 11:40 [hdf-us] [evil] Frozty (Wiz Gno Mal Neu) wished for "blessed amulet of life saving", on T:25626 11:46 [hdf-us] [evil] dbanethacker (Sam Hum Mal Law), 2810 points, T:2740, killed by a hill orc 11:49 [hdf-us] [evil] dbanethacker (Sam Hum Mal Law), 57 points, T:217, killed by a contaminated potion 12:09 [hdf-us] [evil] dbanethacker (Sam Hum Mal Law), 741 points, T:1103, killed by an iron ball collision 12:49 [hdf-us] [evil] krm26 (Inf Elf Fem Una) made her first wish - "blessed fixed +3 dragonhide cloak of magic resistance", on T:4255 12:49 argh why didn't i wish for cursed, idiot 12:50 Habit, it happens. 12:53 blessed fixed +3 dragonhide habit 12:53 We need a Nun role soon™. 12:54 [hdf-us] [evil] krm26 (Inf Elf Fem Una) became literate by reading a book, on T:4465 13:00 [hdf-eu] [evil] lacca (Inf Ith Fem Una) killed the Goblin King, on T:6337 13:02 [hdf-eu] [evil] lacca (Inf Ith Fem Una), 9105 points, T:6624, killed by an air elemental of Ishtar, while praying 13:10 [hdf-eu] [evil] lacca (Inf Ith Fem Una) killed the Goblin King, on T:1747 13:12 [hdf-eu] [evil] davez (Wiz Hum Mal Cha) killed the Goblin King, on T:4908 13:13 [hdf-eu] [evil] lacca (Inf Ith Fem Una), 2697 points, T:2216, killed by an arrow 13:15 [hdf-us] [evil] krm26 (Inf Elf Fem Una) destroyed efot's ghost, the former Rhizotomist, on T:5405 13:16 [hdf-eu] [evil] lacca (Inf Ith Fem Una) killed the Goblin King, on T:816 13:16 [hdf-us] [evil] dbanethacker (Sam Hum Mal Law), 558 points, T:760, killed by the Goblin King 13:18 PhantomLumina: +1 on the Nun role. Could be like Red Sister. Swords + Magic. 13:18 [hdf-eu] [evil] lacca (Inf Ith Fem Una), 1520 points, T:1175, killed by a rabid dog 13:19 I'll probably put a pin in that for my prospective variants. 13:28 one of the unique things about the Sisters of the Ancestor was the ability to slow time, so maybe ?Time like in some other variants. 13:28 What are you referring to, actually. 13:30 https://www.goodreads.com/series/185644-book-of-the-ancestor 13:31 nuns with swords defeat evil 13:31 Red Sister from the same series? 13:31 basically a valkyre that can cast 13:32 Red Sister is the first in the series 13:33 dual wielding + matter & clerical 13:33 way OP. Maybe they can't wear body armor, like a monk 13:33 Maybe, maybe not. 13:33 I'll have to see about it once I've vetted. 13:34 (i.e. actually read the books, decide if I like it and think it fits the desired feel of the variant) 13:34 -!- mobileuser has joined #evilhack 13:35 it's new fiction and a lot of *hack is based on older fiction. 13:35 might clash 13:36 You feel your favor with Moloch starting to slip! Oh well. No altars, no love 13:36 Oh no, it's not remotely an "age" thing. 13:36 [hdf-us] [evil] krm26 (Inf Elf Fem Una) killed the Goblin King, on T:6598 13:37 krm26: collect the skulls of the vanquished and build an altar 13:37 Moreso "genre", in an approximate sense. 13:39 well, kill the minetown priest or bust 13:39 [hdf-eu] [evil] davez (Wiz Hum Mal Cha), 11964 points, T:7705, killed by an exploding wand 13:40 [hdf-us] [evil] krm26 (Inf Elf Fem Una) eschewed atheism, by dropping a gnome noble corpse on an altar, on T:6785 13:41 jebus wept 13:41 f u moloch 13:43 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) tasted meat for the first time, by eating a floating eye corpse, on T:3927 13:45 the run is so fugly 13:47 well so much for the priest and every watchman in minetown 13:50 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) killed the Goblin King, on T:4956 13:51 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) hit with a wielded weapon for the first time, on T:5050 13:55 [hdf-us] [evil] KingGizzard (Wiz Ith Mal Cha) had a dagger entrusted to him by Anhur, on T:20087 13:56 [hdf-us] [evil] krm26 (Inf Elf Fem Una) had Secespita bestowed upon her by Moloch, on T:7335 13:56 Hoorah. 13:56 ugh, my weapon is so bad, i may actually SWING that at things 13:56 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) eschewed atheism, by dropping 9 darts on an altar, on T:6021 13:57 if it does 2 damage on average instead of 1 it is a step up 13:57 [hdf-us] [evil] dbanethacker (Sam Hum Mal Law) killed the Goblin King, on T:2526 13:57 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) had a pair of leather gloves entrusted to him by Huan Ti, on T:6065 13:59 It's energy regen too, I think. 13:59 :3 13:59 I forget if K2 slated that for an upgrade recently or I'm thinking of another artifact. 14:00 energy regen if you can manage to trick something to commit suicide on it for you 14:00 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) had a stone quarterstaff entrusted to him by Huan Ti, on T:6267 14:14 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) changed form for the first time, becoming a warg, on T:7627 14:20 [hdf-eu] [evil] mobileuser (Inf Dem Fem Una) killed Orcus, on T:55354 14:22 K2 get lots of daggers and play like a rogue for a while 14:23 oops, I mean krm26 14:23 all those kays 14:33 you can never have too many ks 14:33 well, i guess if you get 1000 of them you've got an m 14:34 The kobold turns into a large mimic! 14:42 [hdf-us] [evil] dbanethacker (Sam Hum Mal Law), 4622 points, T:4659, zombified by an elf zombie, while praying 14:48 -!- elenmirie has joined #evilhack 14:54 and aklys of course 14:56 Wait, I forget, can Infidels take skill in club, and what's the cap if so? 15:00 basic 15:05 [hdf-us] [evil] dbanethacker (Sam Hum Mal Law) killed the Goblin King, on T:1287 15:05 Right. 15:08 [hdf-eu] [evil] davez (Wiz Hum Mal Cha), 2988 points, T:3239, killed by a jaguar 15:30 [hdf-us] [evil] Gutso (Inf Orc Mal Una), 48 points, T:147, killed by colliding with the ceiling 15:32 [hdf-eu] [evil] davez (Wiz Hum Mal Cha) killed the Goblin King, on T:3382 15:39 is there still an issue with rodney waking up early? 15:39 happened a couple games ago and wrecked my run 15:40 Not that I'm aware 15:41 [hdf-us] [evil] Gutso (Inf Orc Mal Una) killed the Goblin King, on T:1863 15:50 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha), 15430 points, T:7629, quit 15:51 early rodney hasn't happened to me since the last time it happened, like 3 months ago 15:57 ya, it was about 3 months ago. I managed to ascend and got the high score because I had to kill him so many times, but it was annoying AF 16:03 [hdf-eu] [evil] davez (Wiz Hum Mal Cha), 8447 points, T:6521, killed by a freezing sphere's explosion 16:12 [hdf-us] [evil] dbanethacker (Sam Hum Mal Law), 5705 points, T:4139, killed by a black unicorn 16:17 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) killed the Goblin King, on T:3305 16:18 [hdf-us] [evil] krm26 (Inf Elf Fem Una) had an alchemy smock entrusted to her by Moloch, on T:10402 16:22 [hdf-us] [evil] Gutso (Inf Orc Mal Una), 7139 points, T:5209, killed by an invisible alhoon 16:22 [hdf-eu] [evil] davez (Wiz Hum Mal Cha) killed the Goblin King, on T:3292 16:25 [hdf-eu] [evil] davez (Wiz Hum Mal Cha), 3409 points, T:3380, killed by a hill orc 16:33 hmm, can infidels do same-race sac? 16:35 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) had a pair of gauntlets of dexterity entrusted to him by Huan Ti, on T:3799 16:35 yes, on non-chaotic altars that will convert it to moloch 16:35 iirc 16:37 that's right 16:37 on chaotic altars it just destroys the altar 16:44 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha), 7146 points, T:4405, killed by an elven watchman 17:07 [hdf-us] [evil] dbanethacker (Sam Hum Mal Law) murdered Fido, his faithful little dog, on T:67 17:12 [hdf-eu] [evil] mobileuser (Inf Dem Fem Una) killed Tiamat, on T:56083 17:14 [hdf-us] [evil] bouquet (Ran Cen Fem Neu) destroyed Vlad the Impaler, on T:73530 17:14 [hdf-us] [evil] bouquet (Ran Cen Fem Neu) acquired the Candelabrum of Invocation, on T:73542 17:15 again no scales of course :-( 17:17 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) had 15 shuriken entrusted to him by Huan Ti, on T:957 17:19 [hdf-eu] [evil] NetSysFire (Inf Ith Fem Una), 4263 points, T:3784, killed by a gold golem, while praying 17:19 dammit 17:20 scammed mobi :( 17:24 heh, my chr is 3 17:24 [hdf-eu] [evil] NetSysFire (Inf Ith Fem Una), 646 points, T:1154, diseased by a gnome zombie, while praying 17:24 "As you enter the room, monsters flee in terror" 17:30 the incubus takes one look and walks the other way 17:31 "For you, sir, this full-face helm is free" 17:31 [hdf-us] [evil] dbanethacker (Sam Hum Mal Law), 1449 points, T:1905, fell into a pit 17:33 this should be an achievement in tnnt 17:34 "ugly ass-cension" - Ascend with Chr <=3 17:37 -!- mobileuser has quit [Quit: Connection closed] 17:39 -!- elenmirie has quit [Quit: Going offline, see ya! (www.adiirc.com)] 17:39 [hdf-us] [evil] dbanethacker (Sam Hum Mal Law) killed the Goblin King, on T:789 17:55 we don't do achievements that are "end the game while meeting certain conditions" 17:58 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) destroyed dbanethacker's ghost, the former Ninja, on T:3943 18:05 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) tasted meat for the first time, by eating a floating eye corpse, on T:4621 18:08 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) performed his first genocide (genetic engineers), on T:4744 18:23 -!- amateurhour has quit [Quit: leaving] 18:40 [hdf-us] [evil] KingGizzard (Wiz Ith Mal Cha) completed Sokoban, acquiring a magic marker, on T:21898 18:43 [hdf-us] [evil] Frozty (Wiz Gno Mal Neu) stole 300 zorkmids worth of merchandise from Ennistymon's rare books, on T:26567 18:48 -!- rebatela has joined #evilhack 18:50 [hdf-us] [evil] dbanethacker (Sam Hum Mal Law), 8032 points, T:3786, killed by a yeti, while praying 19:26 [hdf-us] [evil] Frozty (Wiz Gno Mal Neu) killed Baphomet, on T:27190 19:26 -!- rebatela has quit [Remote host closed the connection] 19:47 [hdf-us] [evil] dbanethacker (Sam Hum Mal Law) killed the Goblin King, on T:2165 19:48 [hdf-us] [evil] dbanethacker (Sam Hum Mal Law) performed his first genocide (locusts), on T:2198 19:51 -!- hackemslashem has quit [Ping timeout: 246 seconds] 20:00 -!- NetSysFire has quit [Remote host closed the connection] 20:00 -!- NetSysFire has joined #evilhack 20:01 [hdf-us] [evil] dbanethacker (Sam Hum Fem Law), 2762 points, T:3387, zombified by an elf zombie 20:44 -!- hackemslashem has joined #evilhack 20:49 -!- hackemslashem has quit [Ping timeout: 260 seconds] 20:52 -!- NetSysFi1 has joined #evilhack 20:52 -!- NetSysFire has quit [Remote host closed the connection] 21:59 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) had 16 shuriken entrusted to him by Huan Ti, on T:6141 22:07 -!- NetSysFi1 is now known as NetSysFire 22:13 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) killed the Goblin King, on T:6896 22:13 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) genocided disenchanters, on T:6922 22:23 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) hit with a wielded weapon for the first time, on T:8103 22:28 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha), 14772 points, T:8530, killed by an invisible alhoon 22:30 [hdf-eu] [evil] NetSysFire (Inf Ith Fem Una), 1330 points, T:1557, killed by the Goblin King 23:48 -!- qt has quit [*.net *.split] 23:48 -!- lacca[m] has quit [*.net *.split] 23:51 -!- lacca[m] has joined #evilhack 23:56 [hdf-us] [evil] bouquet (Ran Cen Fem Neu) genocided antimatter vortices, on T:75336 23:59 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) rejected atheism with a prayer, on T:3743 23:59 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha), 5219 points, T:3756, quit