00:44:11 -!- Chapayev has quit [Remote host closed the connection] 01:16:57 Hand inscriptions (https://crawl.develz.org/mantis/view.php?id=2237) by MrMisterMonkey 01:47:22 -!- Fangorn_ has joined ##crawl-dev 02:13:22 -!- purge has quit [Quit: .] 02:13:35 -!- TGWi has joined ##crawl-dev 02:20:54 -!- TGWi has left ##crawl-dev 02:48:57 -!- syllogism has joined ##crawl-dev 02:50:46 by: Good work on the second Nemelex's win, we're back to #5! 03:28:49 thanks 03:29:11 unfortunately I keep miserably failing at streaking 03:34:50 by: try taking your clothes off first 03:48:39 -!- eith has joined ##crawl-dev 04:27:59 chardump map name and level type handling is problematic (https://crawl.develz.org/mantis/view.php?id=2238) by rob 04:29:33 greensnark: do you happen to know how to reproduce those recursive _dump_level_info crashes? 04:30:44 -!- flowsnake has joined ##crawl-dev 04:33:51 Yeah, D:1 is hard. Out of my five finished games: 3x D:1, 1x D:2, 1x Win 04:38:07 my streaks don't fail on D:1 04:41:39 I think that CrawlHashTable::const_iterator should allow for a NULL hash_map 04:42:20 -!- Mu_ has joined ##crawl-dev 04:51:55 03by * re4c561425967 10/crawl-ref/source/dbg-util.cc: Make crash level gen dump not crash on empty vault table. 04:56:52 -!- MarvinPA has joined ##crawl-dev 05:04:03 -!- MarvinPA_ has joined ##crawl-dev 05:05:39 -!- MarvinPA has quit [Ping timeout: 246 seconds] 05:05:43 -!- MarvinPA_ is now known as MarvinPA 05:11:34 -!- Ekaterin has joined ##crawl-dev 05:15:02 -!- MarvinPA_ has joined ##crawl-dev 05:15:33 -!- MarvinPA has quit [Ping timeout: 240 seconds] 05:15:33 -!- MarvinPA_ is now known as MarvinPA 05:23:24 heh, _cell_feat_show_colour is a messy if/else chain 05:32:07 i need to ofix gloom not working properly 05:36:26 in what way doesn't it work properly 05:40:22 it dooens't show up properly in trunk 05:43:01 03by * r8b7983686972 10/crawl-ref/source/showsymb.cc: Remove redundant feature check. 05:43:02 03by * r8b9bb4619a87 10/crawl-ref/source/show.cc: Fix slime wall neighbours not being emphasized. 05:43:04 03by * r9b2d51a4529a 10/crawl-ref/source/showsymb.cc: Don't emphasize slime neighbouring stairs and traps. 05:47:21 due: is there any vault that uses gloom or something? 05:47:34 or some way to make gloom in wizard mode? 05:47:44 sprint 3 has gloom 05:48:26 Claws 3 characters should be able to wear bracers of archery (https://crawl.develz.org/mantis/view.php?id=2239) by coolio 05:52:25 -!- flowsnake has quit [Ping timeout: 265 seconds] 05:56:06 due: you probably want cell.cloud() != CLOUD_NONE && cell.cloud() != CLOUD_GLOOM in get_cell_show_class 05:56:43 and maybe override the feature colour in _cell_feat_show_colour if a gloom cloud is present? no idea what it's meant to look like 05:57:39 !whereis due 05:57:39 bookofjude the Thaumaturge (L10 SpNe), a worshipper of Kikubaaqudgha, dead on D:8 on 2010-08-07 after 16042 turns. 06:00:34 due: alternatively, check against CLOUD_GLOOM in _update_cloud 06:01:09 it depends on whether the interface needs to know there's a gloom cloud there 06:01:24 -!- flowsnake has joined ##crawl-dev 06:05:04 -!- flowsnake has quit [Client Quit] 06:06:54 by: yeah, I had actually worked it out 06:07:03 i just haven't committed it yet 06:08:30 map_knowledge should store what the player knows, so if they know there's gloom there, it should be written to map knowledge 06:35:05 -!- Moriasc has joined ##crawl-dev 06:53:13 is it only me or is the autoexplore mode not that smart about finding unexplored parts? 06:55:52 I often have unexplored "islands" that are left alone, but where it already travelled around and then when almost everything is explored it has to travel several times across the level to reach those unexplored parts 07:11:35 -!- Pseudonut has quit [Remote host closed the connection] 07:13:19 -!- Textmode has joined ##crawl-dev 07:22:31 complain to the person who wrote the autotravel code 07:22:34 ie, greensnark 07:23:43 well, it is hard to come up with a decent behaviour for the Shoals 07:23:56 it just goes to the closest unexplored space 07:24:16 or do you mean just unexplored single-square corners in normal use? 07:24:49 greensnark: I complain! 07:24:50 for those, the code has no way to tell if it's just a single square or a corridor leading to the bigger half of the level 07:25:28 you may recognize a pattern and be 90% sure it is a real corner, but even then, it's just 90% not 100% 07:26:22 no I don't mean that, but I did also notice the corner issue (or thought I noticed it as I wasn't sure if it really does that) 07:26:58 autoexplore is dead simple because making it smarter makes it more inefficient 07:27:09 Patches to make it more efficient welcome :) 07:27:28 zelgadis spent a lot of time improving autoexplore to the point where it only wasted 2% more turns than naive autoexplore 07:27:48 So naive autoexplore is still undefeated :P 07:30:18 naive autoexplore is just go to closest interesting squre? interesting being thrown item, unexplored square, ... ? 07:30:31 Yes 07:30:50 It favours items over unexplored squares, so it's not strictly go-to-closest 07:32:11 that would explain the behavior 07:32:40 there must be some bug... a RoR on D:3 and a shiny dragon armour (that one) on D:5, and nothing killed me yet... 07:32:58 !send kilobyte Erolcha 07:32:59 Sending Erolcha to kilobyte. 07:35:18 autoexplore is kind of funny with plants. Often it says "can't reach some places" and then if you check out the walls around the plant yourself it changes to "Done exploring". 07:36:21 yes, it might help if "unexplored" meant "unseen squares in LOS" instead of "unseen" 07:36:45 but tracking the efficiently is also possibly problematic 07:45:38 kilobyte: if you look at my game on CDO, this is exactly what I was talking about. the area with the upstairs is completely surrounded by explored squares and I was just guided to the left because by autoexplore because of an item 07:46:11 -!- MarvinPA has quit [Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716]] 07:46:27 continuing autoexplore would lead me even further away from that unexplored area until almost at the end it will walk a long way to explore it 07:54:09 yeah, in this case, it is enclosed, so it is possible to know it can't take long to explore 08:07:18 -!- nrook has joined ##crawl-dev 08:11:20 -!- nrook has left ##crawl-dev 08:19:51 -!- Nexos has joined ##crawl-dev 08:55:29 f - a +1,+3 dwarven vampiric broad axe 1654 gold 08:55:38 (playing a DD) Halleluiah! 08:55:47 nice! 08:57:15 -!- flowsnake has joined ##crawl-dev 09:00:21 -!- MarvinPA has joined ##crawl-dev 09:16:12 -!- mruuuu has quit [Ping timeout: 240 seconds] 09:32:34 -!- mruuuu has joined ##crawl-dev 10:08:33 -!- thermoplyae has quit [Quit: THAT'S MY PURSE! I DON'T KNOW YOU!] 10:19:59 Enchant weapon II does not uncurse a cursed blowgun (https://crawl.develz.org/mantis/view.php?id=2240) by 78291 10:27:55 -!- Chapayev has joined ##crawl-dev 10:28:26 i have a vault with allow_dup that i want to be placed on EVERY level of a branch 10:28:57 but forcing one vault to be placed on every level of a branch, using the PLACE line, doesn't seem to work 10:29:01 any ideas? 10:29:42 You'll need to hack dungeon.cc 10:30:04 greensnark: i've already been hacking dungeon.cc, i don't mind doing it some more :) 10:30:08 what are you doing? :) 10:30:16 Using multiple PLACE: lines just means the last PLACE line will take effect 10:30:21 syllogism: working on this "xcrawl" variant thing 10:30:24 greensnark: yeah i noticed that :P 10:30:39 So you need to check for that branch in dungeon.cc and force the vault to be placed by tag 10:30:49 syllogism: there'a an 81-level branch called the "tower" 10:30:59 greensnark: is there any branch in crawl where this is already done? 10:31:10 the tomb vaults are placed using PLACE, i'm pretty sure 10:31:19 not by anything forced in dungeon.cc 10:31:22 Chapayev: Yeah, just look for the pan minivault code 10:31:32 greensnark: aha! thank you 10:31:35 There are three Tomb vaults 10:31:48 It's not like the same vault on all three levels :P 10:32:24 greensnark: well this is the "same" vault but with a lot of lua that varies the insides of the vault based on you.absdepth(), so it shouldn't get boring :) 10:32:40 Oh, sort of like the ziggurat, I guess 10:32:49 greensnark: yeah, it's like an 81-level ziggurat 10:39:12 -!- Nexos has quit [Ping timeout: 246 seconds] 10:41:00 -!- Ekaterin has quit [Quit: Leaving] 10:41:42 _builder_rc_type takes level_number and level_type as input, so it builds the pan vaults based on seeing LEVEL_PANDEMONIUM, not BRANCH_PANDEMONIUM 10:41:55 so i'd have to make the tower levels a new level type to do it that way :P 10:42:20 so never mind, it's not actually that hard to just copy-paste 81 levels in a .des file :P 10:42:43 Chapayev: You can just check player_in_branch(BRANCH_TOWER) 10:42:56 greensnark: oh yeah, good idea! 10:43:14 That level_number that gets passed around dutifully is never actually different from you.absdepth0 10:43:14 i forget these things are possible :P 10:50:16 greensnark: okay, it works, thank you! 10:55:21 ??yellow snake 10:55:21 viper[1/1]: A bigger problem than the water moccasin, though still not a big deal if you have PR. If you have no PR the encounter may require a healing potion, but these are quite rare outside of the Snake Pits. Generates poisonous chunks much like the weaker water moccasin. Known as yellow snake before 0.6. 11:05:15 occasional keystick during combat (https://crawl.develz.org/mantis/view.php?id=2241) by sluggo 11:05:35 -!- Nexos has joined ##crawl-dev 11:35:32 keskitalo doing shoals at xl23, shameful 11:35:40 and even as Su 11:37:45 +1 for snake from me 11:46:07 -!- ortoslon has joined ##crawl-dev 11:56:17 !lm * noun=rune type=barnacled s=xl 11:56:18 No milestones for * (noun=rune type=barnacled) 11:56:28 !lm * noun=rune s=type 11:56:29 No milestones for * (noun=rune) 11:56:44 !lm * s=noun 11:56:45 1115292 milestones for *: 79581x Temple, 65253x Ijyb, 48924x Lair, 46769x Orc, 45536x Jessica, 44695x Terence, 43105x Sigmund, 35652x entered a Ziggurat., 30613x Edmund, 30594x Blork the orc, 20923x Snake, 18951x Hive, 18250x Swamp, 15622x Vault, 15266x escaped from the Abyss!, 14170x Elf, 13042x Psyche, 12742x Prince Ribbit, 12049x Erolcha, 11158x Okawaru, 11052x Crypt, 8917x Urug, 8712x Sif Muna... 11:57:00 oh 11:57:18 !lm * type=rune noun~~barnacle s=xl 11:57:19 1172 milestones for * (type=rune noun~~barnacle): 127x 17, 115x 22, 115x 20, 109x 18, 101x 16, 97x 23, 96x 19, 91x 21, 83x 15, 76x 24, 42x 14, 39x 25, 30x 27, 26x 26, 15x 13, 6x 12, 3x 11, 1x 10 12:25:40 fog revealing invisible stuff is great 12:30:43 Updating FAQ (patch) (https://crawl.develz.org/mantis/view.php?id=2242) by jpeg 12:36:03 -!- elliptic has joined ##crawl-dev 12:42:52 -!- ortoslon has quit [Quit: bye] 12:53:57 -!- Siber has quit [Ping timeout: 246 seconds] 12:55:14 -!- Siber has joined ##crawl-dev 13:04:17 -!- Pseudonut has joined ##crawl-dev 13:17:56 -!- st_ has quit [] 13:18:58 -!- ortoslon has joined ##crawl-dev 13:22:58 does anyone else feel that berserk seems to run out quickly? 13:27:06 try under trog, he extends it I think 13:27:58 by: I've been saying that ever since it was changed in 0.6 13:30:01 I looked over the duration changes and it wasn't obviously wrong to me... 13:30:26 do you mean berserk specifically was changed or the delay overhaul? 13:30:28 I mean, I can't take down three yaks reliably with an XL 10 berserker 13:31:32 there could be an effect of increased armour penalty giving more misses and misses counting towards running out, but I don't really think that's the case 13:32:55 I don't remember any specific berserk changes, only the duration thing which went from turn-based to time-based on the basis of 10-tick turns 13:33:58 that would mean slower-than-100% attacks getting a penalty compared to 0.5, but hardly anything noticeable if you're not wielding a huge weapon early 13:35:07 -!- st_ has joined ##crawl-dev 13:36:45 -!- eith has quit [Ping timeout: 245 seconds] 13:43:29 aha, berserk penalty is double what it used to be 13:43:46 -!- Twinge has joined ##crawl-dev 13:43:58 which would mean shorter berserks once you do non-fighting actions 13:46:33 -!- ortoslon1 has joined ##crawl-dev 13:46:33 -!- ortoslon has quit [Disconnected by services] 13:46:35 -!- ortoslon1 is now known as ortoslon 13:46:52 -!- Eronarn_ has joined ##crawl-dev 13:47:22 were the balance implications of these duration changes ever properly thought through? say that this is a boost for fast attack berserks? 13:48:23 -!- Eronarn has quit [Ping timeout: 260 seconds] 13:51:16 not really, it also more than doubled durations of enchantments while hasted/moving fast 13:52:31 death's door went from ~20-25 turns to as high as 70 13:53:04 well, haste really needed the boost 13:53:08 yes 13:54:40 haste needed a boost? whaa? 13:54:43 -!- Eronarn_ is now known as Eronarn 13:55:02 Eronarn: Broken sarcasm detector? :P 13:55:54 greensnark: i don't know, i've been away for a while, maybe it actually did get ridiculously nerfed 13:55:57 ??sarcasm detector 13:55:57 sarcasm detector[1/1]: What a useful invention! *boom* 13:56:05 I didn't realise we actually had an entry for it :P 13:56:13 how useful 13:57:20 I think the duration changes made a lot of sense for things like teleport delay 13:57:36 But other delays could use scaling for haste/slow 13:57:48 *durations 13:58:00 the teleport delay thing was definitely good 13:58:18 i think it makes sense for the "default" time measurement to be absolute time 13:58:36 then tweak specific things to use relative time if necessary 13:58:43 Just make it a side effect of haste to decay beneficial enchantments twice as fast 13:59:43 and fast base movement speed :) 13:59:51 * by kicks spriggans 13:59:59 Yeah, damnable spriggans 14:00:10 I think I won a SpEn once :P 14:00:26 hasted spriggan got triple durations 14:01:52 or, make all enchantments give a bit of turn-based glow, just enough to make hasted spriggans explode with more than two or so enchantments 14:03:55 yeah, the divide between which enchantments give glow and which don't is kinda arbitrary and weird 14:04:20 giving all enchantments glow, and just scaling how much they give depending on the enchantment could be a good idea 14:04:33 03by * r06efac65a5c5 10/crawl-ref/source/main.cc: Fix doubled berserk penalties. 14:04:44 03by * r185212b584f1 10/crawl-ref/source/main.cc: Fix another minor(?) berserk penalty error. 14:09:05 greensnark: these are sort of obvious changes and fix a sort of major bug -- we might want to consider applying to 0.7 14:09:25 Let me check 14:09:27 should maybe ask pointless to look them over 14:09:57 it's also perfectly ok to leave them for 0.8 though 14:12:40 So now berserk penalty will reduce berserk duration to a minimum of two berserk turns? 14:12:58 ah, that sounds wrong 14:13:13 yes, those should get /2 as well 14:14:00 do you think that 1 vs. 5 actually made a difference? it may be that duration == 1 has the same effect as duration == 5 at normal speed 14:14:56 Well, 1 vs 5 obviously did make a difference for spriggans :) 14:15:10 Or maybe not 14:15:31 Also, we should make sure the berserk penalty reduction of durations doesn't end up increasing the durtion 14:16:21 The old check of x<1 => x:=1 was ok, the new code that uses a min of baseline_delay looks like it could increase the duration 14:16:58 yes, that part is broken 14:18:24 let me do a test vs. 0.5 14:18:35 03by * r2d613b2fba60 10/crawl-ref/source/main.cc: Fix an error in previous berserk delay change. (greensnark) 14:19:58 it should be easy to see if these work by berserking without monsters and counting turns 14:21:12 on cdo 0.6, berserk, and after waiting four turns berserk is over 14:21:37 now compiling, but if anyone has 0.5 handy? 14:22:04 i probably do 14:22:44 !oBerserk? Not sure if the source matters 14:23:15 I did a troggie, not sure either 14:23:32 seems to be 5 or 6 turns 14:24:29 thanks -- 0.5 compile failed due to some sqlite error... 14:29:08 in 0.6, I never get the "blood rage is quickly leaving you" message, while I do with the latest changes in master 14:39:36 also 5 or 6 turns in master 14:39:51 -!- Zaba has quit [Ping timeout: 240 seconds] 14:40:17 for the record, also 5 or 6 turns on cdo 4.1 14:46:42 !lm pointless 14:46:42 6081. [2010-08-09] pointless the Conjurer (L11 DSWz) entered the Lair of Beasts on turn 17909. (D:11) 14:47:18 !seen pointless_ 14:47:19 I last saw pointless_ at Mon Aug 9 02:00:29 2010 UTC (17h 46m 50s ago) quitting with message Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716]. 14:50:55 -!- Zaba has joined ##crawl-dev 15:05:59 -!- eith has joined ##crawl-dev 15:12:49 -!- Ekaterin has joined ##crawl-dev 15:19:22 -!- Cryp71c has joined ##crawl-dev 15:22:21 -!- Moriasc has quit [Ping timeout: 258 seconds] 15:28:46 I do think this was the issue with berserk: if I take care to not spend any turns not fighting, berserk doesn't feel particularly short 15:40:35 -!- Moriasc has joined ##crawl-dev 15:41:50 Eustachio is apparently American (https://crawl.develz.org/mantis/view.php?id=2243) by TGW 15:45:34 -!- TGWi has joined ##crawl-dev 15:45:43 -!- Nexos has quit [Ping timeout: 276 seconds] 15:48:00 -!- Cryp71c has quit [Ping timeout: 245 seconds] 15:48:57 -!- Ekaterin has quit [Quit: Leaving] 15:51:53 Blood spatter on wall tiles with torches looks weird (https://crawl.develz.org/mantis/view.php?id=2244) by jpeg 15:54:28 -!- Pseudonut has quit [Quit: Computer went to sleep] 15:58:00 -!- Nexos has joined ##crawl-dev 15:58:20 -!- Siber has quit [Read error: Connection reset by peer] 16:10:47 1115292 milestones for *: 79581x Temple, 65253x Ijyb, 48924x Lair, 16:10:48 46769x Orc, 45536x Jessica, 44695x Terence, 43105x Sigmund, 35652x 16:10:48 entered a Ziggurat., 30613x Edmund, 30594x Blork the orc, 20923x 16:10:48 Snake, 18951x Hive, 18250x Swamp, 15622x Vault, 15266x escaped from 16:10:52 the Abyss!, 14170x Elf, 13042x Psyche, 12742x Prince Ribbit, 12049x 16:10:55 Erolcha, 11158x Okawaru, 11052x Crypt, 8917x Urug, 8712x Sif Muna... 16:10:59 oh 16:11:01 !lm * type=rune noun~~barnacle s=xl 16:11:04 1172 milestones for * (type=rune noun~~barnacle): 127x 17, 115x 22, 16:11:07 115x 20, 109x 18, 101x 16, 97x 23, 96x 19, 91x 21, 83x 15, 76x 24, 16:11:11 42x 14, 39x 25, 30x 27, 26x 26, 15x 13, 6x 12, 3x 11, 1x 10 16:11:11 fog revealing invisible stuff is great [13:25] 16:11:14 Updating FAQ (patch) 16:11:19 (https://crawl.develz.org/mantis/view.php?id=2242) by jpeg 16:11:22 [13:30] 16:11:25 *** You have been marked as being away [13:34] 16:11:28 *** elliptic (~elliptic@217.77.108.93.rev.vodafone.pt) has joined channel 16:11:31 ##crawl-dev [13:35] 16:11:32 wot 16:11:34 *** ortoslon (~zoob@217.8.236.147) has quit: Quit: bye [13:42] 16:11:37 *** Siber (~go@67.41.22.223) has quit: Ping timeout: 246 seconds [13:53] 16:11:39 haha 16:11:41 *** Siber (~go@67.41.22.223) has joined channel ##crawl-dev [13:54] 16:11:44 *** Pseudonut (~Pseudonut@zou-159-182.ucsd.edu) has joined channel ##crawl-dev 16:11:44 what is this 16:11:47 [14:03] 16:11:47 *** You are no longer marked as being away [14:06] 16:11:50 *** st_ (~s@82.29.100.208) has quit: [14:17] 16:11:54 *** ortoslon (~zoob@217.8.236.144) has joined channel ##crawl-dev [14:18] 16:11:58 does anyone else feel that berserk seems to run out quickly? [14:22] 16:12:00 someone pasted when they didn't mean to! 16:12:01 try under trog, he extends it I think [14:26] 16:12:04 by: I've been saying that ever since it was changed in 0.6 [14:27] 16:12:06 -!- Chapayev was kicked from ##crawl-dev by doy [Chapayev] 16:12:16 what? 16:12:17 looks like a paste error, yes 16:12:40 heh 16:13:38 -!- Chapayev has joined ##crawl-dev 16:13:59 people, this is what happens when you have an emacs IRC client and lose track of where you set the mark :( :( :( 16:14:01 sorry :( 16:15:17 -!- Pseudonut has joined ##crawl-dev 16:15:30 !coffee Chapayev 16:15:40 -!- TGWi has left ##crawl-dev 16:16:15 * Henzell hands Chapayev a cup of cappuccino, brewed by Ijyb. 16:16:58 what i was actually trying to paste to the channel was this: http://www.users.globalnet.co.uk/~jasen01/warsongs/euronymous2.htm 16:17:13 this guy being interviewed, he'd make a real good orc unique 16:17:47 "What is so solid about goodness then? It's just the way it is. I neither will or can definate it. It is a basicly hate to humankind. I have no friends, just the guys I'm allied with. If my girlfriend dies I won't cry, I will missuse the corpse. " 16:18:54 "We're against freedom, and forced a band from Rogaland in Norway - Belsebub - to split up. We started the whole thing in Norway and we are in command, it's just the way it is. It's hard to explain why." 16:18:57 total orc metal 16:20:32 "Yes, in a way, but the human is nothing compared to the great cosmos. Scientists can't disprove the excistense of religion." 16:21:01 a beogh worshipper 16:36:58 -!- Siber has joined ##crawl-dev 16:46:22 -!- Pseudonut has quit [Remote host closed the connection] 16:50:10 -!- Zannick has quit [Ping timeout: 276 seconds] 16:58:15 that was really dumb 16:58:16 sigh 16:58:28 doy: Ouch 16:58:41 !lg doy 16:58:41 815. doy the Merfolkian Porcupine (L27 MfCr), worshipper of The Shining One, slain by a death ooze (created by the royal jelly) on Slime:6 (slime pit) on 2010-08-09, with 516962 points after 123393 turns and 11:34:06. 16:58:52 !lg doy -tv 16:58:52 815. doy, XL27 MfCr, T:123393 requested for FooTV. 16:59:00 swapped out ring of mr for cold res because of azure jellies, forgot about great orbs of eyes 16:59:41 ??trishula 16:59:42 trishula[1/1]: A blessed demon trident! Acc +0, Dam 15, Delay 13, Hands 1.5. 17:03:23 nasty 17:03:24 Nasty 17:03:34 wow, that was all over really fast 17:05:06 !lg start~~2010 ktyp=winning 17:05:06 1. doy the Envenomancer (L27 DSVM), worshipper of Vehumet, escaped with the Orb and 3 runes on 2010-08-06, with 1232398 points after 170673 turns and 12:28:18. 17:05:14 !lg start~~2010 splat=y 17:05:14 5. doy the Merfolkian Porcupine (L27 MfCr), worshipper of The Shining One, slain by a death ooze (created by the royal jelly) on Slime:6 (slime pit) on 2010-08-09, with 516962 points after 123393 turns and 11:34:06. 17:05:28 i'm really having trouble with this kind of thing lately 17:06:34 !lg * killer~~royal killer~~jelly s=xl 17:06:36 87 games for * (killer~~royal killer~~jelly): 12x 27, 11x 21, 9x 22, 9x 23, 8x 25, 6x 24, 5x 17, 5x 26, 5x 20, 4x 18, 4x 19, 3x 16, 2x 15, 2x 13, 1x 12, 1x 14 17:06:49 !lm doy t mfcr type=rune s=noun 17:06:49 3 milestones for doy (t mfcr type=rune): 1x silver, 1x barnacled, 1x serpentine 17:06:57 !lg * killer~~royal killer~jelly min=xl -tv 17:06:59 No games for * (killer~~royal killer~jelly min=xl). 17:07:04 at least you didn't collect the others yet 17:07:15 Perhaps the Shoals could sometimes guest-star monsters from Slime 17:07:28 !lg * killer~~royal killer~~jelly min=xl -tv 17:07:31 87. hyperbolic, XL12 SpEn, T:11283 requested for FooTV. 17:07:40 The royal jelly in one hut with a few great orbs of eyes parked nearby 17:08:53 and a merfolk javelicheer 17:09:23 A javelicheer would throw lich javelins? 17:09:50 javeliches sound cool anyway 17:10:46 instead of casting crystal spears, they throw them 17:10:51 ...after casting silence 17:12:42 !gamesby tapin t 17:12:43 tapin (t) has played 4 games, between 20100807 and 20100809, won 0, high score 7766, total score 8787, total turns 17103, total time 2:23:00. 17:12:58 !gamesby tapin 17:12:58 tapin has played 353 games, between 20061212 and 20100809, won 1 (0.3%), high score 869788, total score 2474801, total turns 1753107, total time 299:51:17. 17:13:04 !gamesby 17:13:04 greensnark has played 476 games, between 20061213 and 20100801, won 17 (3.6%), high score 2715778, total score 31012638, total turns 7725283, total time 1039:37:46. 17:13:28 !gamesby * char!=XXFi 17:13:30 * (char!=XXFi) has played 750668 games, between 20061202 and 20100809, won 2933 (0.4%), high score 36620901, total score 11379281335, total turns 3255721319, total time 312320:49:17. 17:15:54 -!- pointless_ has joined ##crawl-dev 17:16:13 03by * r29b21b34dc82 10/crawl-ref/source/fight.cc: Remove nutrition on hit for vampiric weapons. 17:17:06 -!- phyphor has quit [*.net *.split] 17:18:21 by: I'll take a look later this evening 17:18:22 -!- phyphor has joined ##crawl-dev 17:18:28 ok, thanks 17:27:45 yawn 17:28:04 by: 06efac65a seems fine to me 17:28:45 the third fixes an error in the second, and I'm not sure they actually matter 17:30:10 yeah, when I was initially looking at that set duration to 1 stuff I thought it wouldn't make a difference either way 17:30:20 of course I never tested it as you might imagine 17:30:33 much simpler just to assume I was right 17:30:55 I certainly think that doesn't make a noticeable difference if any 17:31:09 -!- eith has quit [Ping timeout: 240 seconds] 17:31:32 but thanks for looking -- I asked greensnark to consider applying these (06efac65a in particular) to 0.7 since it does hit berserk quite hard 17:31:53 so good to know it looks sensible to you 17:48:17 !lg * s=sum(splat=y) x=name 17:48:17 Bad arg 's=sum(splat=y)' - cannot summarise by sum(splat=y) 17:53:34 !lg * splat s=name 17:53:34 5625 games for * (splat): 189x 78291, 90x Nexos, 88x Grimm, 81x Tenaya, 66x heteroy, 64x rob, 56x poop, 47x sorear, 42x Lemuel, 42x KiloByte, 41x Jovan, 40x Johan, 38x polystyrus, 38x clouded, 38x DChimera, 38x ekaterin, 37x Cyrus, 37x DashNine, 36x Radicchio, 36x Leibowitz, 36x pointless, 35x mafalda, 35x DrPraetor, 34x aurelian, 34x Ping, 33x Baraton, 31x splat, 31x jilles, 31x jenius, 31x henry... 17:58:20 !lg * splat / win s=name 17:58:20 0/5625 games for * (splat): N=0/5625 (0.00%) 17:58:42 !lg * s=name splat / win 17:58:43 0/5625 games for * (splat): 0/189x 78291 [0.00%], 0/90x Nexos [0.00%], 0/88x Grimm [0.00%], 0/81x Tenaya [0.00%], 0/66x heteroy [0.00%], 0/64x rob [0.00%], 0/56x poop [0.00%], 0/47x sorear [0.00%], 0/42x Lemuel [0.00%], 0/42x KiloByte [0.00%], 0/41x Jovan [0.00%], 0/40x Johan [0.00%], 0/38x polystyrus [0.00%], 0/38x clouded [0.00%], 0/38x DChimera [0.00%], 0/38x ekaterin [0.00%], 0/37x Cyrus [0.00... 17:59:04 !lg * s=name splat=y / ktyp=winning 17:59:04 0/5625 games for * (splat=y): 0/189x 78291 [0.00%], 0/90x Nexos [0.00%], 0/88x Grimm [0.00%], 0/81x Tenaya [0.00%], 0/66x heteroy [0.00%], 0/64x rob [0.00%], 0/56x poop [0.00%], 0/47x sorear [0.00%], 0/42x Lemuel [0.00%], 0/42x KiloByte [0.00%], 0/41x Jovan [0.00%], 0/40x Johan [0.00%], 0/38x polystyrus [0.00%], 0/38x clouded [0.00%], 0/38x DChimera [0.00%], 0/38x ekaterin [0.00%], 0/37x Cyrus [0.... 18:06:44 I have more splats than wins which seems to be rare 18:07:21 !lg splat=y 18:07:22 16. doy the Merfolkian Porcupine (L27 MfCr), worshipper of The Shining One, slain by a death ooze (created by the royal jelly) on Slime:6 (slime pit) on 2010-08-09, with 516962 points after 123393 turns and 11:34:06. 18:07:26 !lg ktyp=winning 18:07:27 23. doy the Envenomancer (L27 DSVM), worshipper of Vehumet, escaped with the Orb and 3 runes on 2010-08-06, with 1232398 points after 170673 turns and 12:28:18. 18:07:37 Yred's overflow plants are stilted (https://crawl.develz.org/mantis/view.php?id=2245) by OG17 18:09:15 !lg sorear win 18:09:16 22. sorear the Merfolkian Porcupine (L27 MfVM), worshipper of Vehumet, escaped with the Orb and 3 runes on 2010-06-11, with 1288072 points after 129848 turns and 7:50:34. 18:09:20 !lg sorear splat 18:09:21 48. sorear the Phalangite (L18 MfCr), worshipper of Elyvilon, hit from afar by a cyclops (large rock) on Vault:3 on 2010-04-03, with 174796 points after 60813 turns and 3:55:33. 18:09:30 sorear's good 18:09:39 !lg . win 18:09:39 53. rob the Fencer (L26 HaTm), worshipper of Okawaru, escaped with the Orb and 3 runes on 2010-08-08, with 1330170 points after 95835 turns and 6:46:13. 18:09:42 !lg . splat 18:09:42 67. rob the Bewitcher (L16 SpEn), worshipper of Kikubaaqudgha, mangled by a two-headed ogre (a +0,+0 giant club) (led by an ogre mage) on Vault:5 on 2010-08-03, with 105494 points after 14018 turns and 3:09:58. 18:10:35 tenaya has 13/81 18:10:52 so maybe not so rare after all 18:12:00 !gamesby rob 18:12:00 rob has played 2032 games, between 0000-100000000S and 20100809, won 51 (2.5%), high score 33813486, total score 185773713, total turns 21222909, total time 2562:20:22. 18:12:04 !gamesby sorear 18:12:04 sorear has played 3253 games, between 20071215 and 20100712, won 22 (0.7%), high score 9151703, total score 70274586, total turns 22558811, total time 2219:40:06. 18:12:09 !gamesby tenaya 18:12:09 tenaya has played 3691 games, between 20081219 and 20100809, won 13 (0.4%), high score 23280581, total score 147526335, total turns 19207713, total time 1660:49:36. 18:12:23 I think it's unusual while still having a >1% win rate 18:12:52 I'm surprised my win rate is that high 18:13:23 !gamesby 18:13:24 doy has played 816 games, between 20061214 and 20100809, won 23 (2.8%), high score 9588581, total score 56320308, total turns 8144547, total time 1205:44:30. 18:14:00 !lg * splat / * 18:14:00 Malformed argument: * 18:15:39 -!- elliptic has quit [Read error: Connection reset by peer] 18:16:16 greensnark: is there a syntax reference for this thing anywhere d: 18:17:01 -!- elliptic has joined ##crawl-dev 18:22:12 !lg * splat s=name 18:22:13 5625 games for * (splat): 189x 78291, 90x Nexos, 88x Grimm, 81x Tenaya, 66x heteroy, 64x rob, 56x poop, 47x sorear, 42x Lemuel, 42x KiloByte, 41x Jovan, 40x Johan, 38x clouded, 38x ekaterin, 38x DChimera, 38x polystyrus, 37x Cyrus, 37x DashNine, 36x Leibowitz, 36x Radicchio, 36x pointless, 35x DrPraetor, 35x mafalda, 34x Ping, 34x aurelian, 33x Baraton, 31x jenius, 31x splat, 31x jilles, 31x henry... 18:22:36 I'm not really sure whether that's what you wanted 18:22:42 there is 18:22:42 ??lg 18:22:43 listgame[1/5]: Fields: src (cao/cdo), v (game version), sc, name, race, cls, char, xl, sk (skill), sklev, title, ktyp, killer, kaux, place, br, lvl (br depth), ltyp (D, Abyss, ...), hp, mhp, mmhp, dam, str, int, dex, god, piety, pen (penance), start, end, dur (game time), turn, urune, nrune, tmsg, vmsg, alpha, splat. See {listgame examples}. 18:23:00 -!- ortoslon has quit [Quit: bye] 18:23:12 i'm looking for the person with the highest ratio of splats to wins 18:23:50 I don't think you can search for that 18:23:58 you can do splats to games I think 18:24:00 i'm getting that impression 18:24:09 rwbarton: yeah, i couldn't figure that one out either 18:24:11 !lg * s=name / splat o=% 18:24:25 5625/750797 games for *: 1/1x Svankensen [100.00%], 1/1x biscuitbut [100.00%], 1/1x slow [100.00%], 1/1x joeaverage [100.00%], 1/1x Neato [100.00%], 2/2x Challenger [100.00%], 1/1x Khuzd [100.00%], 1/1x Mercy [100.00%], 1/1x mintegar [100.00%], 1/1x Suicide [100.00%], 1/1x One [100.00%], 1/1x rk [100.00%], 1/1x dAblo [100.00%], 1/1x Glitch [100.00%], 1/2x Oblivion [50.00%], 1/2x Mystery [50.00%], ... 18:24:41 !lg svankensen 18:24:41 1. Svankensen the Sensei (L22 SETm), worshipper of Cheibriados, slain by a kraken on Shoals:4 on 2010-07-20, with 286441 points after 83354 turns and 9:09:34. 18:24:54 maybe more interesting if you do it in PM for more results 18:24:54 seems correct 18:25:01 you'd think SETm of chei would be winnable 18:25:03 http://crawl.akrasiac.org/henzell/src/henzell/commands/sqlhelper.rb 18:25:09 !lg * setm won god=~chei 18:25:18 !lg * s=-name / splat o=% 18:25:29 No games for * (setm won god=~chei). 18:25:32 5625/750798 games for *: 0/1x BlazeoGory [0.00%], 0/21534x Meow [0.00%], 0/1x ma1000ru [0.00%], 0/1x coldplasma [0.00%], 0/1x maarten [0.00%], 0/1x Blinx636 [0.00%], 0/1x Talous [0.00%], 0/1x Captain [0.00%], 0/6162x Fieros [0.00%], 0/1x Skincrawle [0.00%], 0/1x Smelly [0.00%], 0/1x Guerilla [0.00%], 0/1x mcca [0.00%], 0/4841x Donatan [0.00%], 0/4516x Arved [0.00%], 0/1x Morboe [0.00%], 0/1x Zippe... 18:25:34 what you really want is a minimum number of games played 18:25:52 or maybe a minimum number of splats 18:31:04 what i really want is !sql d: 18:33:39 -!- Nexos has quit [Read error: Operation timed out] 18:54:59 -!- ortoslon has joined ##crawl-dev 19:04:08 -!- ortoslon has quit [Quit: bye] 19:21:02 !lg splat=y s=char 19:21:03 30 games for Chapayev (splat=y): 6x HOFi, 6x MDFi, 3x GhFi, 3x VpNe, 2x KoTh, 1x DrMo, 1x MDDK, 1x MDPa, 1x HOWn, 1x SpEn, 1x GhCK, 1x MiBe, 1x HOBe, 1x CeCK, 1x HOGl 19:21:11 !lg ktyp=winning s=char 19:21:11 6 games for Chapayev (ktyp=winning): 1x MDTh, 1x MDFi, 1x CeHu, 1x MfCr, 1x TrMo, 1x HOFi 19:21:33 my ratio's 5:1, i'm a pretty big douchebag 19:21:42 hm i guess i don't beat whoever had 13:81 though 19:21:52 !lg splat=y s=char 19:21:53 18 games for elliptic (splat=y): 4x DDBe, 2x DSBe, 2x DDCK, 2x SpEn, 1x MDFi, 1x DECj, 1x SpNe, 1x DrVM, 1x DDWr, 1x DEFE, 1x HaPa, 1x MuHu 19:22:03 hm 19:32:57 -!- syllogism has quit [] 19:35:22 -!- Mu_ has quit [Quit: Defecator, may everything turn out okay so that you can leave this place.] 20:05:13 -!- Chapayev has left ##crawl-dev 20:08:14 No item descriptions are shown, no shouts are displayed. (https://crawl.develz.org/mantis/view.php?id=2246) by Andras 20:10:51 -!- Textmode has quit [Quit: Over the ages, man has been certain of a great many things. some of these things were even true.] 20:45:25 !lg * s=name / splat = y 20:45:26 5625/750998 games for *: 1/56569x Sebi [0.00%], 0/21534x Meow [0.00%], 15/11459x syban [0.13%], 10/11348x TGW [0.09%], 7/9019x adamzap [0.08%], 12/8034x Ivo [0.15%], 12/7212x Xiberia [0.17%], 42/6324x KiloByte [0.66%], 0/6162x Fieros [0.00%], 66/5417x heteroy [1.22%], 20/5065x Eronarn [0.39%], 22/4890x uru [0.45%], 12/4883x dirge23 [0.25%], 0/4841x Donatan [0.00%], 0/4516x Arved [0.00%], 189/4361x... 20:45:56 !lg * s=name / splat = y o=% 20:46:18 !lg * xl>10 s=name / splat 20:46:24 5625/751000 games for *: 1/1x rk [100.00%], 1/1x biscuitbut [100.00%], 2/2x Challenger [100.00%], 1/1x Khuzd [100.00%], 1/1x Neato [100.00%], 1/1x joeaverage [100.00%], 1/1x Glitch [100.00%], 1/1x Svankensen [100.00%], 1/1x mintegar [100.00%], 1/1x slow [100.00%], 1/1x dAblo [100.00%], 1/1x One [100.00%], 1/1x Suicide [100.00%], 1/1x Mercy [100.00%], 1/2x Iloveyou [50.00%], 1/2x Oblivion [50.00%],... 20:46:29 5618/34284 games for * (xl>10): 189/896x 78291 [21.09%], 90/398x Nexos [22.61%], 66/371x heteroy [17.79%], 81/294x Tenaya [27.55%], 64/288x rob [22.22%], 47/277x sorear [16.97%], 38/254x clouded [14.96%], 88/254x Grimm [34.65%], 42/250x Lemuel [16.80%], 42/246x KiloByte [17.07%], 35/240x mafalda [14.58%], 37/226x DashNine [16.37%], 40/218x Johan [18.35%], 56/215x poop [26.05%], 26/191x MadDasher [... 20:47:03 !lg * xl=27 s=name / splat 20:47:03 1068/3234 games for * (xl=27): 42/218x 78291 [19.27%], 4/68x mikee [5.88%], 3/52x MadDasher [5.77%], 13/48x heteroy [27.08%], 9/46x Iaido [19.57%], 4/46x xyblor [8.70%], 10/44x rob [22.73%], 5/41x clouded [12.20%], 7/41x pointless [17.07%], 19/41x Grimm [46.34%], 3/38x cbus [7.89%], 34/38x Nexos [89.47%], 7/37x daftfad [18.92%], 2/34x Jeff [5.88%], 13/34x Cyrus [38.24%], 0/34x Stabwound [0.00%], 2... 20:47:24 nexos seems good at splatting L27 chars 20:47:35 !lg * xl=27 s=name / splat o=% 20:47:36 1068/3234 games for * (xl=27): 1/1x Urukhai [100.00%], 1/1x Greep [100.00%], 1/1x ThursdayNext [100.00%], 1/1x GaryStu [100.00%], 1/1x Zippy [100.00%], 1/1x aimeelou [100.00%], 1/1x wasd [100.00%], 1/1x Heidel [100.00%], 1/1x AudiTheFed [100.00%], 1/1x concept [100.00%], 1/1x Konstantin [100.00%], 1/1x sbluen [100.00%], 1/1x sorear2 [100.00%], 1/1x rodbeard [100.00%], 1/1x Chojin [100.00%], 1/1x E... 20:54:20 !lg splat 20:54:21 1509. splat the Infuser (L8 SpEn), worshipper of Kikubaaqudgha, killed by an exploding giant spore on D:9 on 2010-07-31, with 2205 points after 5558 turns and 0:18:24. 20:54:23 Hm. 20:54:25 !lg . splat 20:54:26 19. bookofjude the Halfling Catapult (L27 HaHu), worshipper of Trog, slain by a soul eater on Tar:7 on 2010-04-11, with 565571 points after 128411 turns and 20:28:52. 20:54:34 I've splatted an XL27 char before. :) 20:54:35 !lg . splat -2 20:54:37 18. bookofjude the Spry (L16 SpBe), worshipper of Trog, shot by a centaur warrior (arrow of dispersal) on Vault:5 on 2009-12-21, with 131041 points after 67543 turns and 5:20:42. 20:54:40 !lg splat splat 20:54:41 31. splat the Bewitcher (L13 SpEn), worshipper of Kikubaaqudgha, mangled by a red wasp on Vault:6 on 2010-07-30, with 41636 points after 13694 turns and 0:55:42. 20:54:43 Actually, I've done it several times, in theory. 20:54:46 !lg . splat s=xl 20:54:46 19 games for due (splat): 3x 27, 2x 24, 2x 17, 2x 23, 2x 26, 2x 15, 2x 16, 1x 14, 1x 20, 1x 18, 1x 19 20:54:48 !lg splat splat splat 20:54:48 31. splat the Bewitcher (L13 SpEn), worshipper of Kikubaaqudgha, mangled by a red wasp on Vault:6 on 2010-07-30, with 41636 points after 13694 turns and 0:55:42. 20:54:53 !lg . splat xl=27 -2 20:54:54 2. bookofjude the Orcish Porcupine (L27 HODK), worshipper of The Shining One, blasted by an Ice Fiend (bolt of cold) in the Abyss on 2009-08-17, with 506545 points after 120210 turns and 9:12:06. 20:54:56 !lg . splat xl=27 -3 20:54:56 1. bookofjude the Politician (L27 SpBe), worshipper of Trog, blasted by an orb of fire (fireball) on Zot:5 on 2009-06-29, with 571317 points after 143877 turns and 8:33:34. 20:55:10 !lg . splat s=ckiller 20:55:10 19 games for due (splat): 2x an orb of fire, 2x a stone giant, 2x an Ice Fiend, 1x stupidity, 1x Frederick, 1x a yaktaur, 1x a centaur warrior, 1x Rupert, 1x an ice devil, 1x a soul eater, 1x a player ghost, 1x a storm dragon, 1x a dragon, 1x a sphinx, 1x an ancient lich, 1x a slime creature 20:55:27 Frederick is fucking scary. 20:58:13 -!- pointless_ has quit [Quit: ChatZilla 0.9.86 [Firefox 3.6.7/20100713130626]] 20:58:55 i'm sure stupidity must be the cause of more than just one splat :P 20:59:48 -!- flowsnake has quit [Quit: Leaving] 21:02:15 -!- Giomancer has joined ##crawl-dev 21:05:52 -!- purge has joined ##crawl-dev 21:15:53 -!- Moriasc has quit [Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716]] 21:17:09 -!- Siber2 has joined ##crawl-dev 21:20:03 -!- Siber has quit [Ping timeout: 246 seconds] 21:47:10 -!- Lemuel has joined ##crawl-dev 21:52:00 hi Lemuel 21:56:35 hi due 21:57:37 -!- purge has quit [Quit: .] 22:11:12 -!- mruuuu has quit [Ping timeout: 265 seconds] 22:18:08 isn 22:18:39 isn't there supposed to be a prompt if you target an unaware intelligent monster with a wand under tso 22:19:17 !lg splat=y s=ckiller 22:19:17 16 games for doy (splat=y): 2x an ancient lich, 1x a death ooze, 1x a flayed ghost, 1x an illusion of Mara, 1x a deep elf master archer, 1x Frederick, 1x a lich, 1x a reaper, 1x an Ice Fiend, 1x an Executioner, 1x a yaktaur captain, 1x a Killer Klown, 1x a player ghost, 1x a smoke demon, 1x Norris 22:23:30 -!- mruuuu has joined ##crawl-dev 22:35:40 -!- Giomancer has quit [Quit: A fine is a tax for doing wrong. A tax is a fine for doing well] 23:33:39 -!- MarvinPA has quit [Remote host closed the connection] 23:45:07 -!- Pseudonut has joined ##crawl-dev