00:00 what happened? 00:00 same thing. implicit declaration of that same function is invalid in c99 00:00 -!- rld1 has joined #hardfought 00:00 -!- mode/#hardfought [+v rld1] by ChanServ 00:00 mvwadd_ch 00:01 *that* is bizzare 00:01 in what file? 00:01 curswins.c? 00:01 heh. i will copy the text. can i email it to you or something. i don't want to spam the channel 00:01 PM? 00:02 yes how do i do that? 00:02 /msg moon_child whatever 00:02 should open up a new tab in your irc client 00:02 [hdf-us] [nh363] eraserhead97 (Sam Hum Fem Law) entered Gehennom, on T:20661 00:03 [hdf-us] [nh363] Undaunter (Tou Hum Fem Neu) killed Medusa, on T:22217 00:04 /msg moon_child 00:04 j@j8:~/Downloads/slashem-next$ make install 00:04 touch Tupfile.ini 00:04 cp sys/tup/Tupunix.tup Tupfile 00:04 mkdir -p build-unix 00:04 touch build-unix/tup.config 00:04 tup build-unix 00:04 [ tup ] [0.000s] Scanning filesystem... 00:04 [ tup ] [0.368s] Reading in new configuration/environment variables... 00:04 oops 00:04 1) updated variant: build-unix/tup.config 00:04 [ ] 100%Environment variable changed: PATH 00:04 - Old: '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 00:04 - New: '/home/j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games' 00:04 [ tup ] [0.532s] Parsing Tupfiles... 00:04 1) [0.033s] build-unix 00:04 [ ] 100% 00:04 [ tup ] [0.595s] No files to delete. 00:04 [ tup ] [0.595s] Generating .gitignore files... 00:04 [ tup ] [0.661s] Executing Commands... 00:04 1) [0.395s] build-unix: flex -o src/dgn_lex.c util/dgn_comp.l 00:04 2) [0.919s] build-unix: bison -d util/lev_comp.y -o build-unix/lev_yacc.c; mv build-unix/lev_yacc.h include/lev_comp.h; mv build-unix/lev_yacc.c src/ 00:04 3) [0.524s] build-unix: bison -d util/dgn_comp.y -o build-unix/dgn_yacc.c; mv build-unix/dgn_yacc.h include/dgn_comp.h; mv build-unix/dgn_yacc.c src/ 00:04 4) [0.155s] build-unix: flex -o src/lev_lex.c util/lev_comp.l 00:04 5) [3.590s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -o slashem-recover util/recover.c 00:04 6) [3.735s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic util/dlb_main.c src/alloc.c util/panic.c src/dlb.c -o dlb 00:05 7) [3.191s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -DDLB util/makedefs.c util/panic.c src/alloc.c src/objects.c src/monst.c -o makedefs 00:05 8) [0.056s] build-unix: ./makedefs 00:05 * 9) build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c win/curses/curswins.c -o curswins.o 00:05 win/curses/curswins.c:545:5: error: implicit declaration of function 'mvwadd_wch' is invalid in C99 [-Werror,-Wimplicit-function-declaration] 00:05 mvwadd_wch(win, y, x, &ch); 00:05 ^ 00:05 win/curses/curswins.c:545:5: note: did you mean 'mvwaddch'? 00:05 /usr/include/curses.h:707:28: note: 'mvwaddch' declared here 00:05 extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype); /* generated */ 00:05 ^ 00:05 1 error generated. 00:05 *** tup errors *** 00:05 *** Command ID=803 failed with return value 1 00:05 tup error: Expected to write to file 'curswins.o' from cmd 803 but didn't 00:05 10) [0.721s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c win/curses/cursstat.c -o cursstat.o 00:05 11) [1.347s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic src/dgn_yacc.c src/dgn_lex.c util/dgn_main.c src/alloc.c util/panic.c -o dgn_comp 00:05 12) [1.950s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic src/lev_yacc.c src/lev_lex.c util/lev_main.c src/alloc.c util/panic.c src/drawing.c src/decl.c src/objects.c src/monst.c -o lev_comp 00:05 [ ETA~=2m Remaining=181 Active=0 ] 6% 00:05 *** tup: 1 job failed. 00:05 Makefile:12: recipe for target 'unix' failed 00:05 make: *** [unix] Error 1 00:05 j@j8:~/Downloads/slashem-next$ ^C 00:05 j@j8:~/Downloads/slashem-next$ ^C 00:05 j@j8:~/Downloads/slashem-next$ git clone https://github.com/elronnd/slashem-nextCloning into 'slashem-next'... 00:05 remote: Enumerating objects: 921, done. 00:05 remote: Counting objects: 100% (921/921), done. 00:05 remote: Compressing objects: 100% (584/584), done. 00:05 remote: Total 17794 (delta 620), reused 558 (delta 336), pack-reused 16873 00:05 Receiving objects: 100% (17794/17794), 17.37 MiB | 20.54 MiB/s, done. 00:05 Resolving deltas: 100% (14394/14394), done. 00:05 j@j8:~/Downloads/slashem-next$ 00:05 j@j8:~/Downloads/slashem-next$ make install 00:05 touch Tupfile.ini 00:05 cp sys/tup/Tupunix.tup Tupfile 00:05 mkdir -p build-unix 00:05 touch build-unix/tup.config 00:05 tup build-unix 00:05 oh noo 00:05 \[ tup ] [0.000s] Scanning filesystem... 00:05 [ tup ] [0.197s] Reading in new configuration/environment variables... 00:05 1) updated variant: build-unix/tup.config 00:06 [ ] 100% 00:06 [ tup ] [0.272s] Parsing Tupfiles... 00:06 1) [0.051s] build-unix 00:06 2) [0.002s] build-unix/slashem-next/doc/fr 00:06 3) [0.001s] build-unix/slashem-next/doc 00:06 4) [0.002s] build-unix/slashem-next/dat 00:06 5) [0.002s] build-unix/slashem-next/util 00:06 6) [0.002s] build-unix/slashem-next/win/curses 00:06 7) [0.002s] build-unix/slashem-next/win/share/icons 00:06 8) [0.001s] build-unix/slashem-next/win/share 00:06 9) [0.001s] build-unix/slashem-next/win/tty 00:06 10) [0.001s] build-unix/slashem-next/win/proxy 00:06 11) [0.001s] build-unix/slashem-next/win 00:06 12) [0.001s] build-unix/slashem-next/include 00:06 13) [0.002s] build-unix/slashem-next/sys/share/sounds 00:06 14) [0.001s] build-unix/slashem-next/sys/share 00:06 15) [0.001s] build-unix/slashem-next/sys/winnt 00:06 I am sooo sorry 00:06 16) [0.001s] build-unix/slashem-next/sys/tup 00:06 17) [0.001s] build-unix/slashem-next/sys/unix 00:06 18) [0.001s] build-unix/slashem-next/sys 00:06 19) [0.001s] build-unix/slashem-next/src 00:06 20) [0.001s] build-unix/slashem-next 00:06 <{Demo}2> kill ur client lol 00:06 [ ETA~=<1s ] 100% 00:06 [ tup ] [0.358s] No files to delete. 00:06 [ tup ] [0.358s] Generating .gitignore files... 00:06 [ tup ] [0.585s] Executing Commands... 00:06 1) [0.353s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/alloc.c -o alloc.o 00:06 2) [0.475s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/allmain.c -o allmain.o 00:06 3) [0.585s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/artifact.c -o artifact.o 00:06 4) [0.272s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/attrib.c -o attrib.o 00:06 5) [0.270s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/ball.c -o ball.o 00:06 6) [0.797s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/apply.c -o apply.o 00:06 7) [0.172s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/borg.c -o borg.o 00:06 8) [0.252s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/bones.c -o bones.o 00:06 9) [0.264s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/botl.c -o botl.o 00:06 10) [0.212s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/decl.c -o decl.o 00:06 11) [0.303s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/dbridge.c -o dbridge.o 00:06 12) [0.497s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/cmd.c -o cmd.o 00:06 13) [0.324s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/detect.c -o detect.o 00:06 14) [0.363s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/dig.c -o dig.o 00:07 15) [0.166s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/dlb.c -o dlb.o 00:07 16) [0.396s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/display.c -o display.o 00:07 17) [0.304s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/do.c -o do.o 00:07 18) [0.296s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/do_name.c -o do_name.o 00:07 19) [0.304s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/dog.c -o dog.o 00:07 20) [0.373s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/do_wear.c -o do_wear.o 00:07 21) [0.287s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/dogmove.c -o dogmove.o 00:07 22) [0.348s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/dokick.c -o dokick.o 00:07 23) [0.231s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/drawing.c -o drawing.o 00:07 24) [0.332s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/dothrow.c -o dothrow.o 00:07 25) [0.312s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/dungeon.c -o dungeon.o 00:07 26) [0.279s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/end.c -o end.o 00:07 27) [0.308s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/engrave.c -o engrave.o 00:07 28) [0.217s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/exper.c -o exper.o 00:07 29) [0.402s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/eat.c -o eat.o 00:07 I'm waiting for the point where it turns out each line in the build pings everyone on Discord 00:07 30) [0.280s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/explode.c -o explode.o 00:07 31) [0.205s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/extralev.c -o extralev.o 00:07 32) [0.252s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/fountain.c -o fountain.o 00:07 {Demo}2: I don't think it's the client; all of it got sent to the server at once, and the server is rate-limiting what goes into the channel 00:07 33) [0.253s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/files.c -o files.o 00:07 34) [0.223s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/hacklib.c -o hacklib.o 00:07 35) [0.212s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/light.c -o light.o 00:07 36) [0.444s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/hack.c -o hack.o 00:07 37) [0.399s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/invent.c -o invent.o 00:07 38) [0.206s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/mail.c -o mail.o 00:07 39) [0.320s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/lock.c -o lock.o 00:07 40) [0.200s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/mapglyph.c -o mapglyph.o 00:07 41) [0.288s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/mcastu.c -o mcastu.o 00:07 42) [0.360s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/makemon.c -o makemon.o 00:07 43) [0.451s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/mhitm.c -o mhitm.o 00:07 44) [0.244s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/minion.c -o minion.o 00:07 45) [0.313s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/mklev.c -o mklev.o 00:07 46) [0.499s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/mhitu.c -o mhitu.o 00:07 47) [0.227s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/mkmap.c -o mkmap.o 00:07 48) [0.313s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/mkmaze.c -o mkmaze.o 00:07 49) [0.301s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/mkobj.c -o mkobj.o 00:07 50) [0.266s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/mkroom.c -o mkroom.o 00:07 51) [0.266s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/mondata.c -o mondata.o 00:07 52) [0.483s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/mon.c -o mon.o 00:07 53) [0.328s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/monmove.c -o monmove.o 00:07 54) [0.204s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/mplayer.c -o mplayer.o 00:08 55) [0.379s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/monst.c -o monst.o 00:08 56) [0.151s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/monstr.c -o monstr.o 00:08 57) [0.290s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/mthrowu.c -o mthrowu.o 00:08 58) [0.318s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/music.c -o music.o 00:08 59) [0.285s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/o_init.c -o o_init.o 00:08 60) [0.267s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/objects.c -o objects.o 00:08 61) [0.535s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/muse.c -o muse.o 00:08 62) [0.303s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/pager.c -o pager.o 00:08 63) [0.499s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/objnam.c -o objnam.o 00:08 64) [0.473s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/options.c -o options.o 00:08 65) [0.400s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/pickup.c -o pickup.o 00:08 66) [0.221s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/pline.c -o pline.o 00:08 67) [0.356s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/polyself.c -o polyself.o 00:08 68) [0.284s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/priest.c -o priest.o 00:08 69) [0.457s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/potion.c -o potion.o 00:08 70) [0.389s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/pray.c -o pray.o 00:08 71) [0.187s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/quest.c -o quest.o 00:08 72) [0.179s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/rect.c -o rect.o 00:08 73) [0.232s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/questpgr.c -o questpgr.o 00:08 74) [0.252s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/region.c -o region.o 00:08 75) [0.382s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/read.c -o read.o 00:08 76) [0.208s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/rip.c -o rip.o 00:08 77) [0.244s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/restore.c -o restore.o 00:08 78) [0.186s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/rnd.c -o rnd.o 00:08 79) [0.219s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/rumors.c -o rumors.o 00:08 80) [0.283s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/role.c -o role.o 00:08 81) [0.220s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/save.c -o save.o 00:08 82) [0.219s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/sit.c -o sit.o 00:08 83) [0.237s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/shknam.c -o shknam.o 00:08 84) [0.291s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/sounds.c -o sounds.o 00:08 85) [0.547s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/shk.c -o shk.o 00:08 86) [0.291s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/spell.c -o spell.o 00:08 87) [0.248s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/steal.c -o steal.o 00:08 88) [0.400s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/sp_lev.c -o sp_lev.o 00:08 89) [0.266s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/steed.c -o steed.o 00:08 90) [0.331s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/teleport.c -o teleport.o 00:08 91) [0.199s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/track.c -o track.o 00:08 92) [0.252s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/topten.c -o topten.o 00:08 93) [0.360s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/timeout.c -o timeout.o 00:08 94) [0.239s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/u_init.c -o u_init.o 00:09 95) [0.276s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/vault.c -o vault.o 00:09 96) [0.228s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/version.c -o version.o 00:09 97) [0.534s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/trap.c -o trap.o 00:09 98) [0.535s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/uhitm.c -o uhitm.o 00:09 99) [0.284s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/vision.c -o vision.o 00:09 100) [0.201s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/were.c -o were.o 00:09 101) [0.299s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/weapon.c -o weapon.o 00:09 102) [0.188s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/windows.c -o windows.o 00:09 103) [0.276s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/wield.c -o wield.o 00:09 104) [0.256s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/wizard.c -o wizard.o 00:09 105) [0.216s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/worm.c -o worm.o 00:09 106) [0.176s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/write.c -o write.o 00:09 107) [0.243s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/worn.c -o worn.o 00:09 108) [0.255s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/gypsy.c -o gypsy.o 00:09 K2 00:09 109) [0.205s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/unicode.c -o unicode.o 00:09 110) [0.378s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/tech.c -o tech.o 00:09 111) [0.228s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c sys/share/ioctl.c -o ioctl.o 00:09 112) [0.548s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c src/zap.c -o zap.o 00:09 113) [0.244s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c sys/unix/unixmain.c -o unixmain.o 00:09 114) [0.120s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c sys/unix/unixres.c -o unixres.o 00:09 115) [0.199s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c sys/unix/unixunix.c -o unixunix.o 00:09 116) [0.449s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c sys/share/unixtty.c -o unixtty.o 00:09 117) [0.248s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c win/tty/getline.c -o getline.o 00:09 118) [0.284s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c win/tty/termcap.c -o termcap.o 00:09 119) [0.260s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c win/tty/topl.c -o topl.o 00:09 120) [0.382s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c win/tty/wintty.c -o wintty.o 00:09 121) [0.221s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c win/curses/cursinvt.c -o cursinvt.o 00:09 122) [0.316s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c win/curses/cursdial.c -o cursdial.o 00:09 123) [0.263s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c win/curses/cursinit.c -o cursinit.o 00:09 124) [0.279s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c win/curses/cursmain.c -o cursmain.o 00:09 125) [0.235s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c win/curses/cursmesg.c -o cursmesg.o 00:09 126) [0.042s] build-unix: ./dgn_comp dat/dungeon.def; mv dat/dungeon . 00:09 127) [0.215s] build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c win/curses/cursmisc.c -o cursmisc.o 00:09 * 128) build-unix: clang -Iinclude -Ibuild/include -DDLB -DWIZARD=\"`whoami`\" -g -O0 -std=c99 -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -Werror -Wpedantic -pedantic -c win/curses/curswins.c -o curswins.o 00:09 win/curses/curswins.c:545:5: error: implicit declaration of function 'mvwadd_wch' is invalid in C99 [-Werror,-Wimplicit-function-declaration] 00:09 mvwadd_wch(win, y, x, &ch); 00:09 ^ 00:09 win/curses/curswins.c:545:5: note: did you mean 'mvwaddch'? 00:09 /usr/include/curses.h:707:28: note: 'mvwaddch' declared here 00:09 extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype); /* generated */ 00:10 ^ 00:10 1 error generated. 00:10 *** tup errors *** 00:10 *** Command ID=803 failed with return value 1 00:10 tup error: Expected to write to file 'curswins.o' from cmd 803 but didn't 00:10 129) [0.035s] build-unix: ./lev_comp dat/beholder.des 00:10 130) [0.036s] build-unix: ./lev_comp dat/blkmar.des 00:10 131) [0.052s] build-unix: ./lev_comp dat/castle.des 00:10 [ ETA~=4s Remaining=51 Active=0 ] 71% 00:10 *** tup: 1 job failed. 00:10 Makefile:12: recipe for target 'unix' failed 00:10 make: *** [unix] Error 1 00:10 j@j8:~/Downloads/slashem-next$ \ 00:10 right? 00:10 SORRY 00:10 lol 00:10 goodniht everyone 00:10 i even said, can i email so i don't spam the channell? Because i'm well aware that I 'm an idiot 00:10 it's YOUR fault lol 00:10 i really want to play this slashem game when it's ready though 00:10 holy build-spam 00:11 rebatela... 00:11 oh man... 00:11 please. no more :) 00:11 read the the beginning.. i tried to avoid this 00:12 no i'm not scrolling up 1000 lines 00:12 i tell everyone i don't know what i'm doing 00:12 i'm like can i email it to you? i don't want to spam the whol channel by accident 00:13 you're trying to compile slash'em? 00:13 <@riker> !ping 00:13 <@riker> !ping 00:13 @riker: Pong! 00:13 i guess so. oh fuck you all . sorry k2 00:14 <@riker> really? you survived like 5 minutes rld 00:14 <@riker> really? you survived like 5 minutes rld 00:15 and you think it means i quit for good like you did evilhack? 00:15 maybe you can wite a patch 00:16 that was an honest mistake. i was trying to help a develoer of a slashem variant 00:18 i guess i don't fully understand irc, but this is exactly why i asked if i could email the ouptut. maybe i should join the losers on discord. sorry if it really screwed things up for someone 00:19 -!- rebatela has quit [Quit: Konversation terminated!] 00:19 <@Umby> F 00:19 <@Umby> F 00:21 <@bugsniper> @rebatela welcome to the winners circle on irc 00:21 <@bugsniper> @rebatela welcome to the winners circle on irc 00:22 good thing you didn't post all that to discord, that would have doublespammed us 00:22 -!- rld1 was kicked from #hardfought by K2 [rld1] 00:23 rofl 00:24 <@bugsniper> pastebin or nopaste is the answer though 00:24 he'll be back 00:24 <{Demo}2> if you kill your irc client won't it stop the spam? 00:24 yeah 00:24 hi {Demo}2 00:24 <{Demo}2> howdy 00:25 your sarcasm about the elvenking was hilarious 00:25 <{Demo}2> I don't remember that 00:25 <{Demo}2> oh the rock one? 00:30 [hdf-us] [nh363] eraserhead97 (Sam Hum Fem Law) killed Juiblex, on T:21560 00:30 -!- eraserhead97 has quit [Remote host closed the connection] 00:34 [hdf-us] [nh363] Undaunter (Tou Hum Fem Neu) made her first wish - "2 blessed scrolls of charging", on T:23670 00:36 [hdf-us] [nh363] Undaunter (Tou Hum Fem Neu) wished for "3 blessed scrolls of genocide", on T:23671 00:36 [hdf-us] [nh363] Undaunter (Tou Hum Fem Neu) performed her first genocide (class L), on T:23672 00:36 [hdf-us] [xnh] Ardub (Rog Orc Fem Cha) acquired the luckstone from Mines' End, on T:7898 00:37 [hdf-us] [nh363] Undaunter (Tou Hum Fem Neu) wished for "blessed +3 gray dragon scale mail", on T:23675 00:37 yeah 00:39 [hdf-us] [nh363] Undaunter (Tou Hum Fem Neu) wished for "magic marker", on T:23701 00:41 [hdf-us] [nh363] Undaunter (Tou Hum Fem Neu) entered Gehennom, on T:23782 00:43 [hdf-us] [nh363] Undaunter (Tou Hum Fem Neu) made her first artifact wish - "blessed eyes of the overworld", on T:23848 00:53 -!- luxidream has joined #hardfought 01:06 -!- rld has quit [Remote host closed the connection] 01:11 !lastasc jonathanhanes 01:11 Jonathan_: [hdf-us] https://www.hardfought.org/userdata/j/jonathanhanes/nethack/dumplog/1570422709.nh.html 01:13 [hdf-us] [xnh] Ardub (Rog Orc Fem Cha) had Grimtooth bestowed upon her by Kos, on T:9348 01:15 -!- rld has joined #hardfought 01:15 -!- mode/#hardfought [+v rld] by ChanServ 01:15 sorry about that, it seems the application I was using to restart rld... took on a life of it's own 01:15 I had shut down the config I set up to do the restart... but it started itself back up again, lol 01:15 anyway, deleted it now, should be ok 01:15 <@blep> wow the bot is talking to us wowie 01:16 <@riker> it's all good mtf lol 01:17 <@blep> yeah 01:26 <@Umby> bluh 01:27 <@Umby> lost cat to a giant zombie 01:27 <@Umby> on that note tinning kit when 01:28 just eat the corpse 01:28 what could possibly go wrong? 01:28 You could choke. 01:33 [hdf-us] [xnh] farmazon (Kni Hum Mal Law) eschewed atheism, by dropping 4 copper darts on an altar, on T:3834 01:35 there could be ice under the corpse. A giant may throw a potion of paralysis at you before zapping you with a wand of fire and then you drown. 01:39 <@Umby> That sounds weirdly specific 01:39 <@Umby> But also I don't like corpses going to waste, and I've literally thrown away runs to greeding corpses 01:40 <@Umby> If nothing else a pet would be nice to clean up after, leave them to get the filler stuff while I prioritize intrinsics 01:53 -!- Jonathan_ has quit [Ping timeout: 240 seconds] 01:55 -!- luxidream has quit [Quit: Leaving] 02:02 <@Umby> Quiet suddenly 02:02 <@Umby> please tell me this isn't a graveyard level 02:15 It's a graveyard level. 02:22 <@Umby> nooooooooo 02:22 -!- Jonathan_ has joined #hardfought 02:25 :o 02:25 What's wrong? 02:42 [hdf-us] [nh363] eraserhead97 (Sam Hum Fem Law) killed the invisible Baalzebub, on T:22042 02:52 [hdf-us] [nh363] oh6 (Pri Hum Mal Neu) changed form for the first time, becoming a xorn, on T:65170 02:57 thank god this was during testing and not a real game... 02:57 Death drinks a smoky potion (20 aum)! In a cloud of smoke, a djinni emerges! The djinni speaks. 02:57 "Thank you for freeing me! In return, I will grant you a wish!" Death makes a wish! The djinni vanishes. 02:57 hah 02:58 -!- Jonathan_ has quit [Ping timeout: 250 seconds] 02:59 Did he wish for a wand of death? 02:59 -!- raisse has joined #hardfought 03:00 it did :) 03:00 Heh. 03:00 [hdf-us] [nh363] eraserhead97 (Sam Hum Fem Law) wished for "magic marker", on T:22571 03:06 -!- Jonathan_ has joined #hardfought 03:06 -!- raisse has quit [Ping timeout: 268 seconds] 03:28 [hdf-us] [nh363] oh6 (Pri Hum Mal Neu) destroyed Vlad the Impaler, on T:67213 03:29 [hdf-us] [nh363] oh6 (Pri Hum Mal Neu) acquired the Candelabrum of Invocation, on T:67225 03:46 [hdf-us] [nh363] oh6 (Pri Hum Mal Neu) killed the invisible Orcus, on T:68298 03:48 [hdf-us] [nh363] eraserhead97 (Sam Hum Fem Law) killed Ashikaga Takauji, on T:23786 03:48 [hdf-us] [nh363] eraserhead97 (Sam Hum Fem Law) acquired the Bell of Opening, on T:23787 04:12 [hdf-us] [nh363] oh6 (Pri Hum Mal Neu) killed Yeenoghu, on T:69273 04:30 -!- mtf has quit [Remote host closed the connection] 05:05 -!- Porkman has joined #hardfought 05:05 oink 05:05 -!- joes has joined #hardfought 05:08 You hear a door open. 05:38 Dungeon acoustics change noticeably. 06:01 You feel more claustrophobic than before. 06:02 -!- Jonathan_ has quit [Ping timeout: 268 seconds] 06:04 -!- Jonathan_ has joined #hardfought 06:11 -!- Jonathan_ has quit [Ping timeout: 268 seconds] 06:11 <@FIQ> rip paci 06:21 -!- Atomic_zNhZS has joined #hardfought 06:22 yeah 06:25 Yeah 06:25 soup pigboy 06:25 er Porkman 06:32 stenno! 06:32 what server do you play these days 06:32 let me make you a fun bonez pile 06:32 -!- Atomic_zNhZS has quit [Remote host closed the connection] 06:33 lol 06:33 well if i play, i play on hdf-eu 06:33 but i play with bones disabled :3 06:33 but u better prepare for the november tournament 06:45 -!- NiiKo has joined #hardfought 06:52 [hdf-us] [nh363] theFreightTrain (Val Dwa Fem Law) killed the invisible Death, on T:34698 06:55 -!- NiiKo has quit [Quit: AtomicIRC: The nuclear option.] 06:55 -!- NiiKo has joined #hardfought 06:56 -!- NiiKo has quit [Client Quit] 06:58 -!- NiiKo has joined #hardfought 06:59 [hdf-us] [nh363] theFreightTrain (Val Dwa Fem Law), 2573854 points, T:34715, ascended https://www.hardfought.org/userdata/t/theFreightTrain/nethack/dumplog/1570649845.nh.html 07:03 -!- NiiKo has quit [Quit: AtomicIRC: The nuclear option.] 07:03 -!- raisse has joined #hardfought 07:04 grats 07:04 -!- Jonathan_ has joined #hardfought 07:07 -!- NiiKo has joined #hardfought 07:11 -!- Jonathan_ has quit [Ping timeout: 268 seconds] 07:12 -!- NiiKo has quit [Ping timeout: 240 seconds] 07:19 -!- NiiKongat has joined #hardfought 07:33 -!- NiiKongat has quit [Quit: @NiiKo Pamit] 07:38 -!- NiiKongat has joined #hardfought 07:41 -!- NiiKongat has quit [Client Quit] 07:43 -!- Kap_lampu has joined #hardfought 07:44 -!- Grasshopper has joined #hardfought 07:45 -!- Kap_lampu has quit [Client Quit] 07:47 -!- Capzlam has joined #hardfought 08:02 -!- Semilg has joined #hardfought 08:04 * FIQ zaps rebatela with a wand of silence, but misses. 08:04 -!- Jonathan_ has joined #hardfought 08:06 !tell AntiGulp do tiles use a similar format across windowports? 08:06 I'm on it, FIQ. 08:09 -!- Capzlam has quit [Remote host closed the connection] 08:10 -!- Jonathan_ has quit [Ping timeout: 250 seconds] 08:30 -!- Capzlam has joined #hardfought 08:30 -!- Capzlam has quit [Client Quit] 08:31 -!- Capzlam has joined #hardfought 08:31 !Pom, 08:31 !Pom 08:31 APic: The moon is full for 2 more days. 08:33 -!- Capzlam has quit [Client Quit] 08:33 -!- Capzlam has joined #hardfought 08:38 -!- joes has quit [Ping timeout: 268 seconds] 08:41 Why did ijust start up ADOM 08:46 -!- Capzlam has quit [Remote host closed the connection] 09:02 -!- AntiGulp has joined #hardfought 09:02 -!- mode/#hardfought [+v AntiGulp] by ChanServ 09:02 . 09:02 AntiGulp: Message from FIQ at 2019-10-13 08:06 EDT: do tiles use a similar format across windowports? 09:02 Porkman: why not 09:03 i like playing online and there isnt an online adom server that i know of which works 09:03 mist elf wizard wanna be archmage :p 09:03 there is 09:03 but it doesn't have recent ADOM versions 09:04 oh i like the older ones better 09:04 you can do some fun things 09:04 fun fun fun 09:04 ancardia.uk.to 09:04 alias adom="ssh -C fiq@ancardia.uk.to" 09:05 FIQ: In regards to your tiles question, it is my understanding that yes, they do. The tiles that compile with nethack are defined in monsters.txt, other.txt, and objects.txt, and compiled with tile2bmp. Tiles are loaded via specifying the path to the tiles files as an option in the config 09:06 Porkman: https://www.adom.de/forums/showthread.php/12270?p=114176#post114176 09:06 Using username "fiq". 09:06 This is NOT a public ADOM server! If you're looking for them, they're gone, sorry! 09:06 https://www.adom.de/forums/showthread.php/12270?p=114176#post114176 09:06 yeah 09:06 rip 09:06 a shame, means I can't play ADOM on the go anymore 09:07 wonder if they fixd the whole piety scumming 09:07 piety scumming? 09:08 well basically 09:08 the more you piss off one god, the more the others like you 09:08 ah 09:08 last time I checked, that is how it works still 09:08 so you put yourself in a block of ice in the middle of the water in the barbarians glade 09:08 pray an insane number of times 09:08 say, the neutral god sends angels and all sort of crap to kill you which won't get to you 09:08 once you have prayed enough you leave 09:08 change alignment 09:09 and instantly you have enough piety to get some 12 artifacts 09:09 ha 09:09 nice 09:09 as well as virtually unlimited prayers for the rest of the game for as long as you are not of the alignment whose god you pissed off 09:10 i forgot what to do about item identification 09:11 hmm 09:11 haven't played ADOM in years 09:11 and didn't really play it much back when I did play 09:11 I played a couple of times, ascended a wizard, and then pretty much stopped playing 09:11 oh right now I remember why 09:11 I wanted to try out the new major version the ADOM dev made at the time 09:12 but he fucked up the keymapping badly 09:12 making it impossible to do proper cursor movement for farlook/etc without a numpad 09:12 so I couldn't play those versions properly at all 09:12 I complained in the forums 09:12 i made two or three archmages 09:12 his response was basically "WONTFIX" 09:13 so I stopped playing 09:13 -!- Capzlam has joined #hardfought 09:13 -!- Capzlam2 has joined #hardfought 09:13 hi Capzlam and Capzlam2 09:14 fucking cats 09:15 oh lol I had forgotten that I ascended wizard on what was basically my first try with server play 09:16 (after a few games of making sure all my controls were in working order) 09:21 -!- Capzlam has quit [Quit: @NiiKo Pamit] 09:21 -!- Capzlam has joined #hardfought 09:22 -!- Capzlam has quit [Client Quit] 09:25 -!- Capzlam2 has quit [Remote host closed the connection] 09:27 -!- Capzlam has joined #hardfought 09:27 hi 09:27 Hello K2, Welcome to #hardfought 09:27 huh, #NetHack isn't dead anymore 09:27 I wonder when it regained some popularity 09:28 it comes/goes 09:28 for a time there was maybe 3-4 non-Rodney lines in my entire scrollback (which goes on for several days) 09:28 and this lasted for some time 09:28 the channel is far more chatty now than then 09:28 IIRC Rodney is very chatty 09:29 I didn't count Rodney 09:31 Rodney is a bot right? 09:32 yes 09:32 hiya Capzlam 09:35 -!- Capzlam has quit [Ping timeout: 240 seconds] 09:55 -!- bug_sniper has quit [Ping timeout: 265 seconds] 09:57 [hdf-us] [nh363] Bliss56 (Val Dwa Fem Law) acquired the luckstone from Mines' End, on T:13934 10:00 -!- Capzlam has joined #hardfought 10:05 @le?sub 10:05 sub ~2~ slug (b) | Lvl: 2 | Diff: 3 | Spd: 3 | Res: sleep poison acid petrification | Confers: nothing | MR: 0 | Generates: special | AC: 8 | Attacks: 1d8 touch acid | Alignment: 0 | Flags: genocidable, omnivore, amorphous, breathless, mindless, thick hide, vegan 10:07 pinobot is out of date for a lot of monsters :/ and it doesnt track some of the variants here either. at some point we should attempt to update it 10:07 -!- Capzlam has quit [Quit: @NiiKo Pamit] 10:09 #SLEXforPinobot2K19 10:11 it'd break 10:19 K2: it's just a matter of rerunning the scripts that compiles the list of monsters 10:19 yup 10:19 was hoping that was the case 10:19 the only real problem here is that Adeon doesn't really have any interest in doing so 10:19 so I think the best solution would be to just run another bot instance 10:19 yeah 10:20 or make Beholder able to read the files the bot uses directly 10:20 Tangles_ and I have discussed that on/off over the last couple years, but we never focused on doing it. low priority compared to everything else 10:20 and just run the scripts every now and then 10:20 mhm 10:22 -!- Capzlam has joined #hardfought 10:23 -!- Capzlam has quit [Client Quit] 10:26 -!- Capzlam has joined #hardfought 10:34 <@magicbymcluxey> !who 10:34 @magicbymcluxey: [hdf-us] Bliss56 [nh363] luxor [slshm] expecthack [un] | [hdf-eu] jt [nh363] bubbles [dnh] | [hdf-au] No current players 10:37 -!- AntiGulp has quit [Quit: *dissolves into golden butterflies*] 10:37 -!- Semilg has quit [Read error: Connection reset by peer] 10:39 -!- raisse has quit [Ping timeout: 265 seconds] 10:47 -!- Jonathan_ has joined #hardfought 10:47 [hdf-us] [dnh] sflicht (Bin Inc Mal Non), 673 points, T:1442, killed by a dwarf 10:48 [hdf-us] [nh363] Bliss56 (Val Dwa Fem Law) completed Sokoban, on T:16130 10:57 -!- Capzlam has quit [Quit: @NiiKo Pamit] 11:05 [hdf-us] [nh363] Bliss56 (Val Dwa Fem Law) was crowned "The Hand of Elbereth" by Tyr, on T:16812 11:07 [hdf-us] [slshm] luxor (Und Dop Fem Neu), 6005700 points, T:112816, drowned in a pool of water (with the Amulet) 11:10 noooo 11:13 breathe sister! 11:14 <@magicbymcluxey> F 11:14 [hdf-us] [dnh] sflicht (Bin Inc Mal Non) entered Minetown for the first time, on T:3826 11:14 -!- raisse has joined #hardfought 11:23 \ 11:28 oh shit RIP 11:28 :( 11:31 -!- Capzlam has joined #hardfought 11:32 -!- Capzlam has quit [Client Quit] 11:55 [hdf-us] [dnh] sflicht (Bin Inc Mal Non) consulted the oracle for the first time, on T:8687 11:59 [hdf-us] [dnh] sflicht (Bin Inc Mal Non), 20236 points, T:9019, killed by a mumak calf 12:08 -!- Capzlam has joined #hardfought 12:09 -!- Capzlam has quit [Remote host closed the connection] 12:10 -!- Capzlam has joined #hardfought 12:10 -!- Capzlam has quit [Client Quit] 12:11 -!- Capzlam has joined #hardfought 12:18 -!- raisse has quit [Ping timeout: 264 seconds] 12:22 -!- Capzlam has quit [Quit: Quit] 12:22 -!- Capzlam has joined #hardfought 12:23 -!- Capzlam has quit [Remote host closed the connection] 12:23 -!- Capzlam has joined #hardfought 12:23 -!- Capzlam has quit [Client Quit] 12:31 <@Umby> Imagine waking up and scrolling to see someone drown with the amulet 12:31 -!- Chris_ANG has quit [Ping timeout: 268 seconds] 12:31 <@FIQ> a good start on the day 12:32 <@FIQ> --Rodney 12:33 <@Umby> :GWmythiFeelsBadMan: 12:36 -!- raisse has joined #hardfought 12:42 When you are traveling with _ and controlled teleportitis activates, automatically select the place you were traveling to, or place the cursor on that spot and wait to confirm. Add an option to toggle this behavior. 12:42 fiqhack actually does this 12:42 should be easy to implement 12:43 -!- bug_sniper has joined #hardfought 12:43 aosdict: 12:43 >Ideas which are fully realized already in some variant or have been in previous versions of vanilla NetHack. 12:43 is this actually the case? 12:43 because several variants has plenty of stuff on that list 12:43 but usually just on their own 12:45 -!- Jonathan_ has quit [Ping timeout: 240 seconds] 12:48 <@riker> uh oh @mtf the bot's using webhooks it looks like? 12:49 <@riker> oh huh my discord is just rendering wack nvermind 12:50 Add a spell of collect arrows: it magically retrieves all objects on the current level that you've thrown or fired at some point in the past. (Possibly limited to weapon class objects). 12:50 recall projectiles, recalls projectiles that you've thrown/shot 12:50 <@riker> ah ok, it's by design, didn't read all the backscroll since friday 12:51 I like this idea 12:52 in fact I liked it enough that I was immediately considering to run and implement it 12:55 <@magicbymcluxey> can it retrieve missiles from enemy inventory though 12:57 only from the ground anywhere in the level 12:57 <@magicbymcluxey> dang 13:00 >Traps could trigger based on your weight. This makes the trap more likely to trigger on a heavily armored character or one who has collected a lot of loot. Would work nicely in the Gnomish Mines, since gnomes are light and don't tend to carry much stuff. Certain traps could also trigger to a lesser degree if you weigh enough to trigger it but not a whole ton. 13:00 oh I like this one 13:00 it also subtly discourages hoarding 13:00 I am reading this btw: https://nethackwiki.com/mediawiki/index.php?title=User:Phol_ende_wodan/YANI/IRC_archive&diff=prev&oldid=128405 13:00 -!- raisse has quit [Ping timeout: 240 seconds] 13:03 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) entered Minetown for the first time, on T:1406 13:04 -!- raisse has joined #hardfought 13:12 <@Umby> speaking of, I'm working through a fl16 throne room 13:12 <@Umby> elven cloaks ftw 13:12 <@Umby> just one black dragon and an elvenking left 13:12 <@Umby> and I'm trying to work off excess nutrition because I want disintegration resistance from the corpse 13:13 <@Umby> two scare monster scrolls, wand of teleportation + telecontrol ring 13:14 <@Umby> few offensive wands as a last resort (because I don't want that thing getting any distance on me unless I need to retreat) 13:18 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) was given Xiuhcoatl, on T:2977 13:23 -!- rebatela has joined #hardfought 13:23 <@Umby> wow, imagine trying to kill a wraith only to get a cursed scroll of create monster read instead 13:24 <@Umby> had to drop one of my elbereth scrolls and I'm pretty sure the wraith killed itself by explosion while I was dealing with everything else 13:24 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) was given Ogresmasher, on T:4284 13:25 i apologize for my drunken paste that flooded the channel last night. hopefully didn't do any actual damage 13:25 <@Umby> it's w/e 13:25 <@Umby> I'm more pissed at this wraith for cheating me and then clowning himself 13:25 <@riker> rebatela: nah it's good lol 13:26 <@riker> looks like the bot may have died but I'm not sure that's your fault, I don't think it is 13:26 i killed beholder ? :( 13:26 <@Umby> it's extra funny 13:26 <@Umby> since I got a gain level potion drop anyway 13:26 <@riker> rebatela: nah, rld 13:27 i just found dragonbane on first lvl of mines 13:27 <@riker> evilhack? 13:27 doesn't appear to be bones 13:27 yeah 13:27 <@riker> niceeeee 13:27 crazy right? 13:27 <@riker> well, if it is bones and they died by something that could be reflected? 13:27 <@riker> :p that's a bruh moment 13:27 <@riker> !whereis rebatela 13:27 @riker: [hdf-us] rebatela [evil]: (Mon Hum Mal Neu) T:1700 The Gnomish Mines level: 7 13:27 <@Umby> nah 13:27 <@riker> monk too? big brain plays 13:27 <@Umby> I found Vorpal Blade in the mines 13:27 oh it's the best item for monks 13:27 <@Umby> I still have that Valk too 13:28 <@riker> ya that's a long sword though 13:28 <@Umby> just blessed by RNG 13:28 because then you have the amulet slot free. don't need to use it for reflection 13:28 <@riker> leather gloves are rarer as a base item I think 13:29 in evilhack, dragonbane are acid resistance and reflection granting dragonhide gloves 13:29 i didn't know they generated randomly though 13:30 i'm guessing the odds are (or should be ) like finding grayswandir on the floor 13:30 <@riker> more likely the base item type is leather gloves which have the obj mat set after it tries to make it an artifact, so it's not dragonhide gloves generating normally 13:30 which i've done in vanilla once (of course when playing a monk with weaponless going) 13:30 <@riker> but yeah it's basically grays for monks though :p 13:31 dragonhide stuff does generate... 13:31 i've found dragonhide gloves 13:31 on monsters etc 13:31 but they don't give reflection lol 13:31 <@Umby> bruh 13:31 jonadab: what if your hunger rate drops based off your actions rather than turns? 13:31 <@Umby> why this game giving me mad speed boots 13:31 <@Umby> this is my foruth pair 13:31 so faster players hunger more rapidly 13:32 <@riker> rebatela; yeah but I'm assuming it's an obj material which is set aside from base item type? 13:33 no idea how it works... just awesome finding the artifact i want to wish for at turn 800 or whatever lol 13:33 <@riker> lol fair enough 13:34 <@Umby> sometimes RNG gives you freebies 13:34 <@Umby> freebies you're not meant to question 13:35 <@Umby> speaking of dragons, I need to kill that black one and resume my playthrough 13:38 <@Umby> amulet of reflection is good and ready 13:38 <@Umby> took a prayer, and now he's down 13:38 <@Umby> oh HE gives me scales but the gray one doesn't? 13:38 <@Umby> easy come easy go :B 13:39 <@Umby> bam, disintegration resistance 13:39 <@Umby> only had to deal with my meal being interrupted briefly by rothes 13:40 Who, fortunately, are made of food 13:40 <@Umby> I just ate a whole ass dragon 13:40 FIQ: You mean some actions cause more hunger than others? Fighting causes more hunger than waiting? 13:40 <@Umby> what is food 13:40 <@Umby> :B 13:40 Doing a good comprehensive job of that would require some work, but it isn't necessarily a bad idea. 13:41 Ass-dragons must be from some variant I'm not familiar with. 13:41 <@Umby> hilarious 13:41 <@Umby> (no sarcasm, got a chuckle out of me) 13:41 <@magicbymcluxey> They're the green ones 13:41 <@Umby> the fact I'm filled up on black dragon meat reminds me to find a tinning kit, though 13:42 <@Umby> also, remind me what's on Tourist quest besides the master of thieves 13:42 <@Umby> since I'm liek two exp levels away 13:42 My own idea for hunger is to remove most or all non-time-intensive sources of it and make it a limiting factor for how many intrinsics the player can maintain, after making said intrinsics slowly time out. 13:42 -!- raisse has quit [Ping timeout: 264 seconds] 13:43 Making food rations a nearly worthless item past the very early game. 13:43 <@magicbymcluxey> shops 13:43 <@magicbymcluxey> soldiers 13:43 jonadab: I meant the hunger rate being action-dependant rather than turn-dependant 13:43 so a speed 24 monster hungers twice as fast as speed 12 ones do 13:43 >If the Wizard of Yendor's monster ID is a multiple of 1000, he should be named the "Warden of Yendor". FIQ 13:44 I don't recall ever having made this suggestion 13:44 Sounds like a YASI 13:44 FIQ: Ah. 13:44 That _also_ could make sense. 13:45 (Well, also as in alternatively; not at the same time as my proposal, obviously; they're incompatible.) 13:45 And yes, that Warden thing is a YASI. 13:45 <@Umby> Isn't Croesus technically Warden of Yendor 13:45 <@Umby> :B 13:45 The correct thing to do with Warden of Yendor is hallumons. 13:45 No, Croesus can be permanently killed. 13:46 [hdf-us] [nh343] Nobbs (Sam Hum Mal Law), 19939 points, T:5715, killed by an owlbear 13:46 Also, I don't think Croesus has any interest in the Amulet of Yendor, does he? 13:47 <@Umby> FUCK OFF 13:47 <@Umby> one sit and I lose 6 Int 13:47 <@Umby> and the throne poofs 13:48 <@Umby> Imagine almost dying of brainlessness 13:48 i'm down to 8 int in my game too (zombies) 13:48 jonadab: are players size medium? 13:48 FIQ: In vanilla, I think they always are, yes. 13:48 Well, hmm. 13:48 Depends on their level of Cheeto consumption &c 13:48 Unless polyselfed. 13:48 >You can #force boulders where there is a monster behind the boulder to displace it, or crush it if it is in/on a pit or a hole. Based on Strength, only works if monster is medium or smaller. Always displaces unsolid monsters, of course. 13:49 I was considering the implication of giants being able to crush you 13:49 In Fourk, if not polyselfed it depends on your race. 13:49 Hmm. Giants being able to crush you. Hmm. In the Evil Patch, that would obviously be an instadeath. 13:51 <@Umby> NOOOOOOO 13:51 But in any other variant, I'd say at worst it should do some hitpoint damage and result in you being stuck in the floor (like if you've sunk into lava and then frozen it). 13:51 <@Umby> A FUCKING ARCH LICH SPAWNED ON FL17 13:51 <@Umby> THE FUCK DO I DO 13:51 Get off the level. 13:51 <@Umby> almost touch-of-death'd me too 13:51 It's usually on the lefthand side of the keyboard above Shift 13:51 I suggest you leave post-haste 13:52 <@Umby> BUT WHERE DO I EVEN GO 13:52 Elsewhere. 13:52 <@Umby> I can't continue in the dungeon, there's one in the mines too 13:52 <@Umby> I need two levels for quest 13:52 <@Umby> what absolute horseshit! 13:52 Have any scrolls of teleport? 13:52 Wands of digging? 13:52 <@Umby> I'm already off the floor but this is fucking stupid 13:52 <@Umby> and yeah, I do 13:53 There are ways to go _past_ a level, without exploring it. 13:53 <@Umby> I know 13:53 <@Umby> The problem there is I have to deal with her coming back up 13:53 Or levelport past. 13:53 Or cursed gain level, but levelport is cheaper. 13:53 <@riker> rebatela; (reading backscroll) it's a good thing monks use wis for spellcasting isn't it :p 13:54 <@riker> but rip those spellbook reading chances 13:55 <@Umby> I need to see if I have a goddamn scroll of genocide on hand 13:55 <@riker> @Umby hella soldiers, you'll probably want MR or preferably reflection, they have a reasonably high chance of having wands 13:55 <@riker> (about what's on tourist quest) 13:55 <@Umby> Oh, so I'm covered 13:55 <@Umby> got the amulet from soko 13:55 [hdf-us] [xnh] Ardub (Rog Orc Fem Cha) had Stormbringer bestowed upon her by Kos, on T:14586 13:55 <@riker> be careful but yeah probably if you do 13:56 <@Umby> the stupid thing is I all but need MR to not instantly lose to that arch-lich 13:56 <@Umby> what absolute shit 13:56 >Remove deathdrops entirely, and instead give monsters items in their starting inventory with the same rules as a deathdrop. 13:56 jonadab: I've actually considered this, until I realized that this included wishing 13:56 <@riker> umby: might be worth grinding for xp 14 then or something, since the pyec grants MR and all that 13:56 <@Umby> FOUND IT 13:57 <@Umby> Scroll of genocide, non-cursed 13:57 <@Umby> eat my ass, arch-lich 13:57 >Elbereth should work from the very outset of the game, but get less effective over time. 13:57 <@Umby> means the mines are free too, though there's still other nasties to deal with 13:57 what if Elbereth's effectiveness was dependant on your XL? 13:57 still talking about ways to nerf E, huh 13:58 <@Umby> but now I don't have to worry about just instantly losing 13:58 that seems to be nethack's biggest controversy 13:58 ADOM has no elbereth :p 13:58 <@riker> oh hey welcome back porkman 13:58 <@riker> been a while since I've seen you around 13:58 hello :) 13:58 I tend to come and go 13:58 <@riker> you inspired a whole set of incantifier / polypiling / max-hp increasing nerfs 13:58 wtf 13:58 what have you done 13:58 <@riker> yeah lmao 13:59 <@riker> you played when incs had like 20k pw rihgt 13:59 what, my incantifier with 19000 HP was too much? 13:59 riker: exactly ! wis is 17 ;) 13:59 <@Umby> Hi Porky 13:59 yeah i know they now have some 2000 to start with 13:59 <@riker> porkman: yeah healing potions rn cap at like 500 max hp lol 13:59 you nerfed polypiling blood 13:59 wtf, cap on healing potions 13:59 you suck 14:00 <@riker> I don't believe that one has been fixed yet lol, but mostly polypilling blank scrolls / holy water and such 14:00 how am I supposed to get 10000 hp on my piggies 14:00 <@riker> spbks too, gold scrolls of law 14:00 wtf 14:00 were people like, watching me and seeing everything I did? 14:00 >Include a kitchen sink in plans that add a separate reward level above the top level of Sokoban, or in that level (so that anyone wearing a cursed ring of levitation there has some recourse to get back down). 14:00 <@riker> he's working on a formula to redo hp gain via potion so it's actually viable but not OP when overdone 14:00 What if the Sokoban rings were removed in favour of generating a sink on every Sokoban level? 14:01 <@Umby> through all this absolute nonsense I've endured 14:01 so I'll just play another variant 14:01 <@Umby> I forgot to mention that I have a +4 =oP 14:01 <@Umby> found as is, no charging done 14:01 <@riker> porkman: you did like a 3 streak of incs with like 1k+ HP 14:01 <@Umby> it's probably saved my ass untold times and I don't even know 14:01 that I did do 14:01 <@riker> porkman: you may like androids though (clockwork ana) 14:01 <@riker> they're hella OP lmao just not as overtly as incs 14:01 think 3 or 4 streak of incantifier priest, binder, ana 14:02 <@magicbymcluxey> FIQ: that sounds incredibly annoying even if it is strictly better 14:02 <@riker> I think it was healer that had a couple scums before the 4th 14:02 <@riker> I remember reading the dumplogs and being like "this is a broken game" 14:02 <@Umby> and now The Lady is angry 14:02 <@Umby> wonderful. 14:03 <@Umby> I can fix that but goddamnit, you'd think after the arch-lich that's the worst of it 14:03 How does this +rld thing work 14:03 multiple people talk through it? 14:03 <@riker> it's a discord/irc relay bot 14:03 <@Umby> ^ 14:03 >If someone throws a potion of sleeping at you and you die while asleep, the death should not say "while sleeping off a magical draught". 14:03 Why? 14:03 <@riker> probably the "sleeping off" bit fiq 14:03 <@riker> sounds like you drunk it 14:03 <@riker> porkman: it's from r/roguelikes' discord, #nethack-hardfought channel 14:03 ah 14:03 anyway 14:04 quit nerfing DNH 14:04 <@riker> he literally fixed like 4 exploits and added more stupid stuff porkman you'll be ok 14:04 wtf 14:04 no 14:04 <@Umby> OH MY FUCKING GOD NO 14:04 <@Umby> Now there's a disenchanter in its place 14:04 I like fun things 14:04 <@Umby> fuck me sideways 14:05 <@riker> there are plenty of fun things left 14:05 fun things that give me 10k HP 14:05 <@riker> :p 14:05 <@riker> drain for gain exists and nobody's ever bothered with that one 14:05 <@riker> go be the firt 14:05 for the record, I thought my most OP inc was the binder with I think 19K hP and... 180k pw? 14:05 I have drained for gain before 14:05 <@riker> sounds right 14:06 I wish I could code 14:06 <@riker> porkman: then you'd know that dnh's 25 con drain for gain lets you get like 2k hp with 5-6 drains 14:06 I would make Porkhack 14:06 <@Umby> yeah, think I have a shapeshifter on my ass 14:06 <@Umby> might be the little dog I just now tamed 14:06 <@Umby> yep, confirmed 14:06 <@riker> fork it off notdnethack, demo's variant, it's hella stupid anyway 14:06 <@riker> he'd be happy to add OP stuff you want 14:06 <@riker> probably 14:06 NDNH is fun 14:06 i ascended the first llithanachronounbinder 14:07 <@riker> ah nice 14:07 <@Umby> fun fact 14:08 <@Umby> I just found a level teleporter after dealing with the aforementioned shapeshifter that decided to arch-lich me 14:08 I need to get a mist elf to 80 HP 14:08 in ADOM 14:08 how the feck do I do that before discovering the SI 14:08 Hm, i could scum ultra healing 14:09 -!- raisse has joined #hardfought 14:11 -!- Semilg has joined #hardfought 14:12 <@Umby> oh no, not another doppelganger 14:12 !who 14:12 Semilg: [hdf-us] ats [nh363] oh6 [nh363] Bliss56 [nh363] malor [dnh] rebatela [evil] MaxLunar [slex] Nobbs [nh343] Ardub [xnh] | [hdf-eu] No current players | [hdf-au] No current players 14:12 <@Umby> have to get to them and drop them fast 14:12 <@Umby> and the second I'm a room away, it's suddenly a mind flayer 14:13 <@Umby> and it turned into a demilich 14:13 <@Umby> was p. much prepped to die 14:14 <@Umby> alright, that's another shapeshifter dead 14:17 <@Umby> joy. another throne room. 14:17 <@Umby> Only one dragon this time but now there's an arseload of giants 14:18 [hdf-us] [evil] rebatela (Mon Hum Mal Neu) became literate by reading a scroll, on T:6070 14:18 [hdf-us] [nh343] Nobbs (Sam Hum Mal Law), 5871 points, T:3871, killed by a vampire bat 14:19 >A blessed scroll of teleportation will allow you to follow monsters that recently teleported away, whether that is a levelport or a normal horizontal teleport. 14:19 I've considered making level teleportation and branchporting create a temporary magic portal on the spot with the destination set to where the monster ended up 14:19 To allow things to follow 14:19 including players following monsters 14:20 that would make the blessed scroll actually useful 14:20 raisse: currently in fh, blessed scrolls of teleportation gives controlled teleportation, whether you have teleport control or not 14:21 that's already a lot more useful than the vanilla version 14:28 Interface option to shorten "blessed", "uncursed" and "cursed" to three letters so that you get more use out of the inventory sidebar. 14:28 IIRC ADOM does this 14:36 [hdf-us] [evil] rebatela (Mon Hum Mal Neu) completed Sokoban, acquiring a sokoban prize tool, on T:8495 14:37 [hdf-us] [nh363] spleen (Bar Orc Fem Cha), 1095 points, T:1094, killed by a giant spider 14:37 dragonbane on the floor and the only magic marker in the game in soko. THat's a lucky evilhack start 14:37 FIQ: Why three letters, and not one? 14:37 ADOM does one 14:38 going to die now of course 14:38 >Rebalance Fort Ludios so that it can realistically only be completed after finishing the Castle. One way to do this is to make soldier AI better, another way is to put the entry and exit portals on opposite sides of the level (or put the exit portal inside the fort), so the player can't return to the Dungeons of Doom when things get hairy. The goal of doing this is to delay a large power spike due to 14:38 collecting all of its gold until the player is truly ready for it. 14:38 while I personally don't have any issues with people completing fort ludios before castle 14:38 I'm not a big fan of the cheese strat 14:38 one simple solution I can think of 14:39 <@Umby> hmm 14:39 <@Umby> alright, so 14:39 have 2 exit portals, one that you land on upon entering (to make entering Ludios unintentionally nonfatal) 14:39 <@Umby> I need to regain my god's favor 14:39 and one in the zoo 14:39 <@Umby> so I can access quest as well 14:39 the room you land in has no door out of it 14:39 but has a teleportation trap 14:39 <@Umby> I have a magic marker, 2 cursed blank scrolls 14:39 which will teleport you to a random location on the level 14:39 <@Umby> what would be the best revgeno options for sacrifices 14:39 <@Umby> (that wouldn't result in my untimely death) 14:41 never really thought of using reverse genocide for sacrifices 14:41 <@magicbymcluxey> FIQ: so like vaults in dcss? 14:41 me neither 14:41 have never done it 14:41 <@magicbymcluxey> Umby: just wait around for a bit 14:41 @magicbymcluxey I guess? 14:41 <@magicbymcluxey> it's probably not worth it 14:41 <@Umby> probably 14:42 <@Umby> I'm thinking of doing revgeno for wraiths anyway 14:42 genocide scrolls are too valuable imo 14:42 that's fine, but eat them :) 14:43 <@Umby> ofc lol 14:43 <@Umby> sacrificing wraiths, what do you take me for!? 14:43 <@Umby> :B 14:43 <@Umby> Go team a! 14:44 <@magicbymcluxey> FIQ: how would you do that and keep fort ludios no-teleport 14:45 probably by removing noteleport 14:45 but disallow it inside the fort 14:49 <@Umby> phew 14:49 <@Umby> mollified 14:49 <@Umby> just took a few natural sacs 14:51 <@Umby> a few more now to see if it's super safe 14:53 <@Umby> actually, now's a good time to revgeno those wraiths... 14:53 <@Umby> can trap them and line them up for easy kills and consumption 14:55 [hdf-us] [nh363] Ziberian (Tou Hum Mal Neu), 190 points, T:582, killed by a bat 14:55 <@Umby> bam, level 14 14:56 <@Umby> and all is right 14:58 [hdf-us] [nh363] spleen (Bar Orc Fem Cha), 126 points, T:351, killed by a magic missile 14:58 <@Umby> what a game it's beem 14:58 <@Umby> been* 15:03 <@Umby> nuuuu, golden naga yeeted my gloves 15:04 [hdf-us] [evil] dbanethacker (Val Hum Fem Neu), 1351 points, T:2611, killed by a soldier ant 15:04 <@Umby> Go team a! 15:05 <@Umby> fuck, I just satiated myself and there's a hill giant corpse 15:05 <@Umby> goddamn snake people, being all delicious and shit 15:05 umby i choked on a black dragon deep in gehenom in evilhack 15:06 <@Umby> christ man 15:06 hothraxxa found mine bones (full kit all dragonhide, wand of wishing, 2 markers) and ascended 15:06 <@Umby> there'll be other giants 15:06 <@Umby> I just want my damn tinning kit 15:06 (he would have ascended anyway) 15:06 my* not mine 15:06 <@Umby> lol yeah, I remember 15:06 i was hoping to find them myself but didn't get there in time lol 15:07 <@Umby> juked the fuck out of a warg just now 15:07 <@Umby> displacement made every strike miss 15:08 i've choken on many a wraith in vanilla as well... it's always when you have a kickass character too and you JUST ate a dragon so you're completely satiated and you forget 15:09 hobbits get warning if its unfamiliar 15:09 i never bother with tinning kits though... too damn heavy to be practical 15:11 yeah those golden nagas suck 15:12 it throws you off too because they don't destroy armor in the early game. Everyones afraid of liches, and then the golden naga comes along 15:12 which reminds me i really need MR in my game 15:13 <@Umby> same, doing quest now 15:13 <@Umby> nice, spare camera 15:13 and scrolls and spellbooks. this has been the weirdest start. I just took a dip in the river so blanked the few scrolls i DID have 15:14 <@Umby> dog was trying to fight with <10 HP, died for it 15:14 <@Umby> godspeed you absolute idiot 15:17 <@Umby> I think my main goal besides quest atm is gonna be SDSM 15:17 which role 15:17 [hdf-us] [nh363] ats (Val Dwa Fem Law) completed Sokoban, on T:22978 15:17 <@Umby> my current Tourist 15:17 [hdf-us] [fh] hothraxxa (Arc Gno Fem Neu), 30634 points, T:1889, killed by an elf zombie 15:17 <@Umby> I have the amulet from Soko but SDSM will free that slot up 15:18 <@Umby> since PYEC 15:19 yeah pyec is awesome (especially as tourist) 15:21 >Use timing-out intrinsics to invert the hunger clock: use the limit on how fast you can hunger as a restriction on how many intrinsics you are keeping up. 15:21 I don't understand this YANI 15:23 >If you have divine protection and become near death from a timed instadeath or low HP, some or all of your protection may automatically convert itself into a cure: "You suddenly feel the power of [deity] surround you! You feel limber/cured/much better/etc." This should probably work for a narrow range of symptoms (probably not HP loss, possibly any major trouble). 15:24 What if intrinsic protection worked as a set of death protection "charges"? 15:29 <@Umby> lame 15:29 <@Umby> only two shops this floor 15:30 [hdf-us] [nh363] rebatela (Mon Hum Mal Neu) wished for "blessed magic harp", on T:49092 15:31 [hdf-us] [nh363] Undaunter (Tou Hum Fem Neu) killed Juiblex, on T:25291 15:32 [hdf-us] [nh363] Undaunter (Tou Hum Fem Neu) killed the invisible Asmodeus, on T:25358 15:34 [hdf-us] [nh363] rebatela (Mon Hum Mal Neu) wished for "uncursed magic marker", on T:49119 15:36 [hdf-us] [evil] dbanethacker (Val Hum Fem Neu), 2644 points, T:2756, killed by a rabid dog 15:37 <@Umby> sheesh, the chameleon death 15:38 <@Umby> ha, sergeant killed himself with a wand of fire 15:38 <@Umby> reflected, hit, rebound off wall, hit 15:41 [hdf-us] [nh363] Bliss56 (Val Dwa Fem Law) killed Medusa, on T:27473 15:43 -!- AntiVirus has joined #hardfought 15:44 [hdf-us] [nh363] Undaunter (Tou Hum Fem Neu) killed Baalzebub, on T:25940 15:45 -!- JonathanHanes has joined #hardfought 15:49 -!- Chris_ANG has joined #hardfought 15:49 -!- mode/#hardfought [+v Chris_ANG] by ChanServ 15:50 <@Umby> whoa 15:50 <@Umby> prayed for holy water, got the castle passtune 15:52 [hdf-us] [evil] bugsniper (Pri Dwa Mal Neu) destroyed dbanethacker's ghost, the former Skirmisher, on T:3681 16:00 [hdf-us] [evil] bugsniper (Pri Dwa Mal Neu), 4467 points, T:3778, killed by a jaguar 16:00 <@riker> amon will do that to you bubbles, lol 16:00 [hdf-us] [nh363] Arimja (Wiz Hum Mal Neu), 2446 points, T:2194, killed by a hobgoblin 16:03 [hdf-us] [fh] hothraxxa (Arc Gno Fem Neu), 25624 points, T:1860, killed by an invisible archeologist called "hothraxxa" 16:03 *facepalm* 16:04 <@Umby> YOU BLEW IT.MP3 16:05 <@Umby> As an aside, seriously looking to swap to studded leather so I can work on my casting 16:05 <@Umby> found a book of charm monster 16:05 have you tried craigslist? 16:05 -!- Semilg has quit [Ping timeout: 276 seconds] 16:05 <@Umby> the other studded leather 16:05 -!- rebatela has quit [Remote host closed the connection] 16:06 <@Umby> and found a blessed pair, +0 but it's worth the slightly lower AC 16:10 <@Umby> lol, another solider got cute with a wand and offed themselves via reflection 16:11 -!- rebatela has joined #hardfought 16:11 [hdf-us] [xnh] Ardub (Rog Orc Fem Cha) was chosen to steal souls for the Glory of Kos, on T:20025 16:14 lol@ craigslist 16:14 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) was given the Rod of the Ram, on T:16217 16:15 <@riker> goddamnit I spent all this time saying to myself "just one more gift and I"ll leave minetown" 16:15 <@riker> this is my one more gift? 16:15 <@Umby> lul 16:15 <@Umby> what's it do 16:15 <@riker> 2x mace, knockback on hit 16:16 <@riker> which is fine except for the fact that knockback makes it harder to hit something in melee repeatedly 16:16 <@Umby> could work for keepaway cases where melee would be deadly, i.e. something like Demo 16:16 <@Umby> (on paper) 16:17 <@Umby> what else 16:17 <@riker> other two were fine 16:17 <@Umby> no, I mean what else about the gift 16:17 <@riker> that's it 16:17 <@Umby> baw 16:18 [hdf-us] [nh363] Undaunter (Tou Hum Fem Neu), 667820 points, T:27786, killed by invisible Vlad the Impaler 16:19 <@Umby> ...oh WOW 16:20 <@Umby> when's the last time Vlad daddy killed someone 16:20 <@Umby> real question 16:22 <@riker> he's a good bit stronger since 3.6.1 I think 16:22 <@riker> !lastgame undaunter 16:22 @riker: [hdf-us] https://www.hardfought.org/userdata/U/Undaunter/nethack/dumplog/1570907740.nh.html 16:24 <@Umby> I know 16:24 <@Umby> that's why it's a real question 16:24 <@Umby> oh my god 16:24 <@Umby> that's what 16:24 <@Umby> 5 fucking level drains 16:24 <@Umby> disgusting 16:24 <@riker> last time was the 2nd says searching the logs 16:25 <@riker> also the 26th, 6th of sept 16:26 <@Umby> whew 16:26 in evil hack he is NO joke and has an artifact weapon called Lifestealer 16:27 <@riker> yeah none of those were evilhack lol I'm not gonna count any of those 16:27 <@riker> didn't see any though 16:32 hothraxxa: rip 16:32 !lastgame 16:32 FIQ: [hdf-us] https://www.hardfought.org/userdata/U/Undaunter/nethack/dumplog/1570907740.nh.html | [hdf-eu] https://eu.hardfought.org/userdata/b/bubbles/dnethack/dumplog/1570996743.dnh.txt | [hdf-au] https://au.hardfought.org/userdata/p/plisp/nethack/dumplog/1570923752.nh.html 16:32 !lastgame fh 16:32 FIQ: [hdf-us] https://www.hardfought.org/userdata/h/hothraxxa/fiqhack/dumplog/2019-10-13%2020%3A03%3A16%2C%20hothraxxa-Arc-Gno-Fem-Neu%2C%20died.txt | [hdf-eu] https://eu.hardfought.org/userdata/S/Semilg/fiqhack/dumplog/2019-10-13%2018%3A42%3A56%2C%20Semilg-Val-Dwa-Fem-Law%2C%20died.txt | [hdf-au] https://au.hardfought.org/userdata/T/Tangles/fiqhack/dumplog/2019-06-25%2014%3A58%3A29%2C%20Bob-Cav-Gno-Mal-Neu%2C%20died.txt 16:34 <@Umby> oh hey 16:35 <@Umby> think I found a plain bag finally 16:35 <@Umby> been wanting to stash my wands of cancellation 16:35 [hdf-us] [xnh] Ardub (Rog Orc Fem Cha) killed Medusa, on T:20510 16:37 <@Umby> or could be oilskin, even better 16:38 in that vlad game it looks like they quit the first time they went to get the healing potions out of bag and he got in another round. Probably would have lived? 16:38 -!- luxidream has joined #hardfought 16:39 hard to say 16:46 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) wished for "blessed fixed greased dragonhide bag of holding", on T:19364 16:46 <@Umby> yeah, especially with all those level drains 16:52 !ping 16:52 JonathanHanes: Pong! 16:55 <@Umby> you know a YANI I don't think I've seen? 16:55 <@Umby> The ability to cook food 16:55 Ha ha 16:56 <@Umby> no, really 16:56 <@riker> that would probably require a way to butcher 16:57 OK, then - really, that is quite possibly the oldest YANI. 16:57 <@riker> which isn't really nethack's style 16:57 <@Umby> is it? 16:57 <@riker> and yeah it's definitely been around for a whil 16:57 <@Umby> huh 16:57 <@Umby> I don't normally go about checking YANIs to be fair 16:58 <@Umby> but I'll look for previous incarnations to see how developed the idea is 16:58 <@Umby> though I don't think butchering would be necessary per se 16:58 <@Umby> at least not how I picture it in my head 16:58 <@Umby> questions for later. 16:58 [hdf-us] [nh363] spleen (Bar Orc Fem Cha), 2893 points, T:3190, killed by a snake 16:59 botw cooking 17:00 <@Umby> got a potion of sickness, sweet 17:00 <@Umby> looking forward to clowning the Master of Thieves 17:00 [hdf-us] [nh363] jonathanhanes (Tou Hum Mal Neu) made his first wish - "blessed fixed greased +3 gray dragon scale mail", on T:970 17:01 <@Umby> wow, that early 17:01 <@Umby> good shit 17:05 [hdf-us] [nh363] Leggman (Val Hum Fem Law) had Demonbane bestowed upon her by Tyr, on T:19841 17:11 [hdf-us] [fh] hothraxxa (Arc Gno Fem Neu), 30013 points, T:1387, killed by a hill orc 17:13 <@Umby> neat 17:14 <@Umby> got the Schrodinger's Cat drop again 17:14 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) wished for "blessed fixed greased filth-crusted helping hand", on T:22002 17:16 qw 17:17 -!- LarienTelrunya has joined #hardfought 17:17 -!- mode/#hardfought [+v LarienTelrunya] by ChanServ 17:22 [hdf-us] [nh363] ats (Val Dwa Fem Law) performed her first genocide (lich), on T:24559 17:22 [hdf-us] [evil] rebatela (Mon Hum Mal Neu), 31117 points, T:10205, killed by a touch of death 17:23 arch lich in the mines after the best start i've ever had.. sigh 17:24 <@Umby> yeah, sucks shit, don't it 17:24 <@Umby> :[ 17:25 <@Umby> oh wow, spellbook I was reading with lenses just super exploded 17:28 <@Umby> that's a first 17:28 [hdf-us] [nh363] jonathanhanes (Tou Hum Mal Neu) had Giantslayer bestowed upon him by The Lady, on T:3829 17:33 -!- raisse has quit [Ping timeout: 268 seconds] 17:35 [hdf-us] [nh363] Bliss56 (Val Dwa Fem Law) made her first wish - "2 blessed scrolls of charging", on T:30050 17:40 [hdf-us] [nh363] Bliss56 (Val Dwa Fem Law) wished for "blessed +2 gray dragon scale mail", on T:30052 17:41 -!- deadnoob has quit [Ping timeout: 264 seconds] 17:42 @ShivanHunter welcome back to the clan! 17:47 -!- AntiVirus has quit [Ping timeout: 260 seconds] 17:58 [hdf-us] [nh363] spleen (Bar Orc Fem Cha), 870 points, T:1793, killed by a human zombie 18:04 [hdf-us] [nh363] jonathanhanes (Tou Hum Mal Neu) acquired the luckstone from Mines' End, on T:7670 18:05 <@Umby> oh right, I'm due to head back to the mines 18:05 <@Umby> now I've geno'd the arch-lich 18:07 <@Umby> nandesuka 18:08 <@Umby> oh whew, from the wiki page they sound like right bastards 18:09 [hdf-us] [xnh] Ardub (Rog Orc Fem Cha) made her first wish - "blessed greased fixed +2 gray dragon scale mail", on T:23433 18:10 [hdf-us] [dnh] malor (Bin Orc Mal Non) killed Axus, on T:38333 18:12 -!- LarienTelrunya has quit [Remote host closed the connection] 18:13 -!- Porkman has quit [Remote host closed the connection] 18:17 [hdf-us] [nh363] jonathanhanes (Tou Hum Mal Neu) had Fire Brand bestowed upon him by The Lady, on T:9871 18:20 -!- bug_sniper has quit [Ping timeout: 264 seconds] 18:21 [hdf-us] [xnh] Ardub (Rog Orc Fem Cha) entered Gehennom, on T:23851 18:30 [hdf-us] [dnh] malor (Bin Orc Mal Non) killed Oona, on T:39670 18:33 -!- deadnoob has joined #hardfought 18:39 [hdf-us] [xnh] Ardub (Rog Orc Fem Cha) polymorphed her first object, on T:24322 18:39 [hdf-us] [nh363] jonathanhanes (Tou Hum Mal Neu), 15887 points, T:10508, killed by a dwarf lord, while praying 18:40 <@Umby> noooooooo 18:40 <@Umby> wait how did you get poisoned by Scorpius after killing him 18:40 <@Umby> you fool! 18:42 [hdf-us] [dnh] malor (Bin Orc Mal Non) was given their Quest, on T:40638 18:43 Scorpius inflicted illness, died, then the illness killed asdf 18:44 That, or they undead turned Scorpius. 18:44 [hdf-us] [nh363] dgoddard (Mon Hum Mal Cha) had Werebane bestowed upon him by Huan Ti, on T:20002 18:51 -!- Porkman has joined #hardfought 19:00 -!- tonehack has joined #hardfought 19:05 -!- JonathanHanes has quit [Ping timeout: 265 seconds] 19:09 -!- luxidream has quit [Ping timeout: 245 seconds] 19:14 <@Umby> Probably the illness what got them 19:14 <@Umby> though you'd think they'd have something for that going in 19:21 <@riker> !lastgame bubbles 19:21 @riker: [hdf-eu] https://eu.hardfought.org/userdata/b/bubbles/dnethack/dumplog/1571007061.dnh.txt 19:22 <@riker> oof, he probably didn't realize they're iron RIP 19:23 <@Umby> F 19:30 [hdf-us] [dnh] Flan99 (Bin Hum Fem Non), 738 points, T:1745, killed by an invisible dwarf 19:34 <@Umby> hell yeah 19:34 <@Umby> revogenoed more wraiths, maxed enchantment spells 19:34 <@Umby> now we're in business 19:42 -!- Grasshopper has quit [Read error: Connection reset by peer] 19:56 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) was given their Quest, on T:24085 19:59 [hdf-us] [nh363] Bliss56 (Val Dwa Fem Law) killed Lord Surtur, on T:31335 20:00 [hdf-us] [nh363] Bliss56 (Val Dwa Fem Law) acquired the Bell of Opening, on T:31336 20:04 https://cdn.discordapp.com/attachments/400474774440247317/633092689763500043/Capture_2019-10-13-20-04-02.png 20:04 <@Umby> Imagine finding a wand of wishing right on the last floor of quest 20:05 -!- Grasshopper has joined #hardfought 20:09 -!- phinxy has quit [Ping timeout: 250 seconds] 20:12 [hdf-us] [evil] AntiVirus (Mon Hum Mal Neu) stole 529 zorkmids worth of merchandise from Manlobbi's general store, on T:900 20:16 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) killed the Minion of Huhetotl, on T:25999 20:17 <@riker> oh boy, it took 6 +1 javelins lol 20:20 @Umby I would have wished for 'please dont make me play nethack on a phone' 20:21 <@Umby> oh wah 20:21 :P 20:21 I would play nethack on a phone if and only if I had a bluetooth keyboard. 20:21 hah 20:21 <@Umby> @riker gj btw 20:21 <@Umby> literally outside my nemesis's door 20:21 i have a wireless kboard w/ built in track pad for my nvidia shield tv. worth every penny 20:22 <@Umby> got a para potion and some poison darts with his name on them 20:22 <@riker> umby - lol, my dnh artifact does double str bonus on things, so that's actually really just 6 +17 javelins 20:22 nvidia shield > amazon firetv fyi 20:22 by leaps and bounds 20:22 -!- phinxy has joined #hardfought 20:25 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) became the Champion of Camaxtli!, on T:27009 20:25 <@FIQ> @aosdict why was brown/red mold potion alchemy swapped? 20:26 https://cdn.discordapp.com/attachments/400474774440247317/633098229608742942/Capture_2019-10-13-20-26-10.png 20:26 <@Umby> =D 20:26 <@riker> nice 20:26 <@Umby> barely had time to pick up the credit card 20:26 <@Umby> Literal first dart 20:26 <@Umby> GG 20:26 <@riker> YANI: if the nemesis is paralyzed/sleeping when he dies, it gives a different message 20:27 https://cdn.discordapp.com/attachments/400474774440247317/633098417236606996/Capture_2019-10-13-20-26-54.png 20:27 <@riker> that's the funniest time for poison instakill imo lol 20:28 https://cdn.discordapp.com/attachments/400474774440247317/633098739266879517/Capture_2019-10-13-20-28-11.png 20:28 <@Umby> rest in fucking pieces 20:29 <@riker> depends on the kind of tin 20:29 <@riker> if that's puree, it's really just one piece 20:31 <@Umby> all player made tins are homemade lol 20:31 <@FIQ> or rotten 20:31 <@Umby> neh 20:31 <@Umby> that's too good for him 20:31 <@Umby> :B 20:31 -!- sodastabbed has joined #hardfought 20:31 <@riker> yeah it was a joke :p 20:32 <@Umby> so was that 20:32 <@Umby> lol 20:32 <@riker> this chest had a chest inside it which had a spellbook of wizard lock 20:32 -!- sodastab has quit [Quit: ZNC - https://znc.in] 20:32 <@riker> is this how magicians hide their stuff now? that's not what wizard lock means last I checked 20:33 <@FIQ> haha 20:35 @FIQ Because booze tastes like liquid fire, and red mold is hot... 20:36 <@riker> xnethack headcanon: yellow molds are just cinnamon and booze is fireball 20:37 <@FIQ> Fair 20:38 <@FIQ> But eating brown mold makes you full of hot air 20:39 <@FIQ> Does this mean you float like a baloon 20:39 <@riker> aosdict furiously taking notes "no comment' 20:39 <@riker> brown molds -> levitation would be interesting though 20:39 I think brown mold is sleeping, simply because that's what the other one from the brewing patch is. 20:40 Brewing sleeping potions is more useful than brewing levitation potions. 20:40 You know, marginally. 20:40 <@FIQ> I was just trying to make a bad pun 20:41 <@FIQ> Also I disagree 20:41 <@FIQ> Levi > sleeping 20:41 <@FIQ> Power level-wise that is 20:42 <@FIQ> Not suggesting changing the alchemy 20:42 What power level? 20:42 <@riker> aosdict: thoughts on adding different poison types, sleep/blind/paralysis? 20:42 <@FIQ> I meant that I consider levi potions superior to sleeping 20:43 <@FIQ> Writing on phone is awful 20:43 @riker First you'd have to rework the whole tangled mess of poison and sickness. 20:44 <@riker> hm, is it any worse in 3.6 vs 3.4.3? 20:44 <@FIQ> sickness is already unneccessarily conflated 20:44 <@riker> and do you mean the naming schema or something else 20:44 <@FIQ> foodpois vs ill 20:45 -!- sodastab has joined #hardfought 20:45 -!- sodastabbed has quit [Remote host closed the connection] 20:46 @riker Potions of sickness give you poison effects of removing Strength. Dying by disease gives cause of death as "poisoned by foo". 20:46 <@riker> fair enough 20:46 Not any worse in 3.6, but it was already bad. 20:47 <@riker> "drug-coated", "envenomed", and "stained" is what dnh did 20:47 <@FIQ> yeah but it isn't poison inter ally 20:48 Yeah, what are the details of that? Does it use corpsenm to store a potion index, or does it use one of dnh's other multipurpose fields? 20:48 <@FIQ> It merely behaves like sleeping pots for example 20:48 <{Demo}2> opoisoned 20:48 <{Demo}2> a long 20:48 <@riker> ^ yeah, it adds 3 more poison types but they wouldn't make it to xnh anytime soon 20:48 <@FIQ> isn't long a bit excessive 20:49 <@riker> for 7 poison types (8 counting blank)? yeah lol 20:49 @riker If it proves impossible to make potions better at being splash-effect bombs, going that route would be interesting 20:49 <@riker> acid, amnesia, filth (disease), poison, blindness, paralysis, sleeping 20:50 <@FIQ> extend stinking clouds 20:50 <@FIQ> for potions vapour 20:50 @FIQ If I can extend stinking clouds for just non-poisonous clouds I'll be happy 20:50 It has room to grow :P 20:50 <{Demo}2> have fun with that 20:51 <{Demo}2> pretty sure the stinking cloud code sucks 20:51 But I think most of the region code assumes that any region is a poison gas cloud 20:51 <@FIQ> NetHack already has harmless clouds 20:51 <@Umby> Yeah 20:51 <@FIQ> Some quests use them 20:51 as terrain 20:51 <{Demo}2> dnh has big bugs 20:51 <@Umby> Saw one in a big room 20:51 <{Demo}2> with stinking cloud 20:51 <@Umby> some* 20:51 <@riker> chris: what's the next poison type? :D 20:51 <{Demo}2> pop one over water 20:51 <{Demo}2> you can't see it 20:51 <@riker> also, can you lethe anything right now? 20:51 You can't have e.g. a sink that has a cloud on top of it, because setting it to CLOUD would overwrite the sink. 20:52 The cloud code is actually really versatile, but dnh currently has the problem that every cloud type is a new terrain type. 20:52 <@FIQ> Just have various cloud colors 20:52 <@FIQ> like potions 20:53 Also, didn't know about the water thing. 20:53 Is that inherited from vanilla? 20:54 @riker: Maybe temporary silvering. 20:54 <@riker> ? 20:54 Poison type. 20:54 <@riker> ah I see 20:54 <@riker> from starlight presumably? that would be hella cool 20:55 <@FIQ> Just have clouds their own kind of entity 20:55 <@FIQ> If you want more complex ones 20:55 <@riker> oh huh TIL you can actually lethe things in dnh I've only ever blanked things, and figured it didn't work 20:55 <@riker> I guess I've never tried on a poisonable wep 20:55 <@riker> I just remember downgrading a magic lamp :/ 20:56 Yeah, I think lethe coatings are useless :/ 20:56 <@FIQ> Monster amnesia pacifies 20:56 <@FIQ> my idea 20:56 @FIQ It's not as easy as "just have them be their own entity" 20:56 It makes the monster peaceful again, but in the wrong place in the attack code. 20:56 <@FIQ> They forget their motivations 20:56 <@riker> lol 20:57 So the monster immediately goes hostile again on account of how you're clearly in the middle of stabbing them, you git. 20:57 <@FIQ> @Chris_ANG#0000 nice 20:57 <@FIQ> So it reduces alignment record 20:57 <@riker> also ew my atlatl hacks seem hella broken :/ 20:58 <@FIQ> !who 20:58 @FIQ: [hdf-us] Leggman [nh363] rikersan [dnh] | [hdf-eu] bubbles [dnh] | [hdf-au] No current players 20:58 <@riker> like, I'm getting the "fiery throwing spear" (arti javelin with fire) hitting the green-elf x2, along with the fiery notched stick (arti launcher with fire) hitting once, every single throw 20:59 <@riker> and I can't tell if it's actually damaging x2 or not 20:59 Ew. 21:00 Probably it is, I think those messages are printed by the artifact hit code. 21:00 <@riker> well, is that intentional? 21:00 <@riker> it seems to be for arti things taht come back 21:00 <@riker> since the annoying animatino shows it bouncing and coming back, presumably hitting on the way back too 21:01 Wait, are you actually throwing it twice? 21:01 <@riker> nope! when I'm throwing it 3 times it prints that 6 21:01 <@riker> I can track that by how many times it "returns to my hand", I think 21:02 <@riker> https://paste.ee/p/xSI2u - two orcs lined up 21:03 <@riker> also I'm pretty sure something's funky with the extra damage / ineffective code, since amhimitl was ineffective against gargoyles (which should only resist slashing, piercing not weps in general) 21:03 <@riker> unless I'm misunderstanding how it SHOULD work 21:08 I think I'm seeing the issue with the double hit code. 21:08 Does it go throwing spear->notched stick->throwing spear each time? 21:09 <@riker> yep 21:11 <@ChrisANG> What's amhimitl? 21:11 <@riker> neu crowning gift for arc 21:11 <@riker> arti bone javelin, +d8 (i think) fire, d5 to hit, 3d4 (un)holy damage, returns to hand 21:12 <@ChrisANG> That's correct? javelins are piercing/ 21:13 <@riker> doesn't extra elemental damage bypass resistances on things that don't resist the element 21:13 <@riker> i.e. fire brand or something 21:13 <@ChrisANG> Oh, hm. It should be falling into-yeah 21:13 <@riker> yea 21:13 <@riker> I think ti's probably a thrown-item thing 21:13 <@riker> but on the other hand - it's triggering artifact_hit probably, with the fiery messages? 21:13 <@riker> dunno, I'm gonna go eat dinner and come back 21:13 <@riker> i'll let you know if I have any funky interactions with fire-things (still printing the msg or something), I'm about to head into the lava bit of chaos3 21:14 <@ChrisANG> Also, to fix the double-print thing check for the mentions of obj in the artifact damage block regarding thrown weapons 21:14 <@ChrisANG> Right above ART_HELM_OF_THE_ARCANE_ARCHER 21:14 <@riker> ah 21:14 <@ChrisANG> It's doing artifact_hit for obj twice in the case of thrown things that are ammo. 21:18 <@ChrisANG> oO "weaponmask & ~(resistmask)" 21:19 <@ChrisANG> Oh, no, that's right 21:34 -!- bug_sniper has joined #hardfought 21:36 -!- Lymia has quit [Quit: Hugs~ <3] 21:39 -!- Grasshopper has quit [Read error: Connection reset by peer] 21:40 -!- Grasshopper has joined #hardfought 21:48 -!- Lymia has joined #hardfought 21:50 -!- Capzlam has joined #hardfought 21:50 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) killed Shelob, on T:29511 21:51 <@riker> hey @ChrisANG I'm pretty sure str bonus applies to non-weps (or at least, bashing with a launcher) - is that intentional? 21:52 <@ChrisANG> It's fine either way. 21:52 HI 21:52 Hello K2, Welcome to #hardfought 21:52 -!- Capzlam has quit [Client Quit] 21:52 <@riker> I figured if it wasn't, it's fine because it makes sense 21:52 <@ChrisANG> I'm not sure if atlatls count as lauchers. 21:53 <@riker> I believe I defined them as LAUNCHER originally 21:53 <@riker> not sure if I kept that 21:53 <@riker> or if you kept that 21:53 <@riker> yeah they're BOW() 21:53 <@ChrisANG> Looks like they're defined using the BOW macro, so probably they are. 21:56 [hdf-us] [nh363] Bliss56 (Val Dwa Fem Law) polymorphed her first object, on T:33314 21:56 <@riker> YASI: you can identify gemstone rings with a (blessed) touchstone 21:58 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) averted death, on T:30188 21:58 [hdf-us] [evil] rebatela (Mon Hum Mal Neu) made his first wish - "blessed eye of the aethiopica", on T:2845 22:00 [hdf-us] [nh363] Bliss56 (Val Dwa Fem Law) entered Gehennom, on T:33345 22:01 -!- luxidream has joined #hardfought 22:06 [hdf-us] [evil] rebatela (Mon Hum Mal Neu) destroyed AntiVirus' ghost, the former Initiate, on T:3483 22:06 [hdf-us] [evil] rebatela (Mon Hum Mal Neu) destroyed rebatela's ghost, the former Novice, on T:3492 22:08 i hope that mines level where the arch lich killed me left bones... the dragonbane will be a nice prize for whoever can survive it 22:08 -!- luxidream has quit [Ping timeout: 240 seconds] 22:09 -!- luxidream has joined #hardfought 22:13 [hdf-us] [evil] rebatela (Mon Hum Mal Neu) destroyed rebatela's ghost, the former Initiate, on T:3705 22:14 -!- JonathanHanes has joined #hardfought 22:15 <@riker> what bones was that rebatela? that's a lotta bones 22:15 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) killed the high shaman of Moloch, on T:31278 22:16 <@Umby> Yo 22:16 <@Umby> Quick question 22:16 <@Umby> Do stone golems reach higher HP maximums than glass golems? 22:18 <@riker> maximum? probably the same, but they have a lower base lvl 22:20 <@Umby> Ah 22:20 <@Umby> Cockatrice nearby, considering letting it stone my Schrodinger's Cat-turned-glass golem 22:21 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) killed Lungorthin, on T:31897 22:22 <@riker> umby: probably not worth it, glass golems are more lethal on average anyway (higher level, 2x 2d8 vs 1x 3d8?) 22:23 -!- moon_child has quit [Quit: ZNC 1.7.4 - https://znc.in] 22:23 riker: minetown 22:23 <@riker> lol, what killed people? did somebody piss off the shk? 22:23 well 2 of them were me... 22:23 <@riker> ... did you piss off the shk 22:24 nope 22:24 soldier ants 22:24 <@riker> yeah that would do it 22:25 [hdf-us] [nh363] eraserhead97 (Sam Hum Fem Law) wished for "magic marker", on T:28929 22:25 [hdf-us] [nh363] eraserhead97 (Sam Hum Fem Law) wished for "magic marker", on T:28931 22:25 I love seeing a mindflayer then realizing it's a shopkeeper lol 22:26 you still get the psychic energy warnings 22:27 and he is TAXING ME... I'm not paying 8 grand for a spellbook, buddy lol 22:28 Yendorian Education Tax. 22:28 i'll be back to this book store when i genocide them 22:28 Oh, racial shopkeepers are vulnerable to genocide? Awesome. 22:29 yep 22:29 Not sure if I would regard that as a bug or not. 22:29 -!- Elronnd has joined #hardfought 22:30 -!- Elronnd is now known as moon_child 22:31 <@Umby> And then I get a stone golem while going bag-of-tricking 22:31 <@Umby> u funny game 22:37 [hdf-us] [evil] rebatela (Mon Hum Mal Neu) wished for "blessed fixed +3 dragonbane", on T:5456 22:40 why dragonbane 22:40 [hdf-us] [evil] rebatela (Mon Hum Mal Neu) became literate by reading a scroll, on T:5474 22:40 <@riker> it's hella good for evilhack monks since it's very reworked 22:40 moon_child: EvilHack dragonbane is quite different from any other implementation. 22:41 <@riker> it's now an artifact pair of dragonhide gloves (very good AC) granting reflection & acid res while worn 22:41 https://cdn.discordapp.com/attachments/400474774440247317/633132158805999616/Screenshot_2019-10-13_at_22.40.59.png 22:41 <@Umby> wyd Discord 22:41 aosdict: ahh, didn't catch the evil 22:41 <@riker> yea 22:41 <@riker> it's a webhooks thing 22:41 <@Umby> RIP 22:42 hello @mo, whoever you are 22:42 moon_child: it's dragonhide gloves that grant reflection and acid resistance... 22:42 rebatela: ahh 22:42 aosdict: I used to be elronnd 22:42 <@riker> stop using @s irc people :p 22:42 I didn't realize that irc "person:" now translates to @person on discord 22:42 <@riker> does it? is he using person:? not an @? oof 22:42 erm I hope no one on discord is actually named "person" 22:43 huh 22:43 <@riker> nope lol 22:43 that is...interesting 22:43 [hdf-us] [nh363] Bliss56 (Val Dwa Fem Law) wished for "2 blessed scrolls of enchant weapon", on T:34473 22:43 <@person> but disc does make nick changing easy :p 22:43 oh hello @person, totally new discord user I have never seen before. welcome to hardfought 22:43 same on irc 22:44 but everyone gets a notification about it, and nickspamming is discouraged 22:44 [hdf-us] [nh363] Arimja (Hea Hum Mal Neu), 529 points, T:3069, killed by a rothe 22:44 On IRC you can't ping everyone, period. and only server ops can message everyone at once 22:47 <@Umby> Hm, weird 22:47 <@Umby> Grayswandir wish went poof 22:47 <@Umby> ...oh man 22:47 <@Umby> what if whatever mook what died in the mines had it 22:48 <@riker> it or another artifact maybe 23:11 [hdf-us] [nh363] Arimja (Val Hum Fem Neu) was denied Excalibur! The Lady of the Lake has deemed her unworthy, on T:2663 23:18 <@riker> for someone who knows the identify spell I have spent too much time polypiling for ID scrolls 23:26 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) killed the invisible Grue, on T:36273 23:26 <@Umby> Someone forgot Excalibur is lawful only 23:26 <@Umby> Oh wow, just recently read about the Grue 23:27 <@riker> diff gruw 23:27 <@riker> dnethack has a grue unique, it's an alt medusa 23:27 <@riker> it's not the one from TNNT or anything like that 23:28 -!- AntiVirus has joined #hardfought 23:29 <@Umby> I wasn't talking about that one necessarily 23:30 -!- tonehack has quit [Quit: Leaving] 23:30 <@riker> ah 23:33 TNNT doesn't have a grue. 23:33 Devnull had one, I guess. 23:34 You are unlikely to be eaten by a grue. 23:36 you wanna talk about evil 23:36 deal with a grue 23:37 oh hey... Mr. Robot season 4 is out 23:38 ep 01 23:38 [hdf-us] [evil] dbanethacker (Val Hum Fem Neu), 1799 points, T:2399, zombified by an orc zombie 23:40 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) wished for "blessed fixed greased dragonhide +5 cloak of protection", on T:36865 23:41 [hdf-us] [dnh] rikersan (Arc Vam Mal Neu) wished for "blessed magic marker", on T:36870 23:45 [hdf-us] [evil] AntiVirus (Mon Hum Mal Neu), 2810 points, T:2455, killed by a killer bee 23:54 <@Umby> 🐝 NOT THE BEES 🐝 23:54 <@Umby> whoa wait, how'd that valk kill the Oracle that fast 23:54 <@Umby> (also why, there's like, a fazillion fountains in any given seed) 23:55 Maybe she drowned. 23:55 it isn't hard to throw rocks at the oracle, or use any other ranged attack, until she dies 23:55 Maybe a horse killed her.