Search found 46 matches

Friday, 16th June 2017, 09:48

Forum: Coding

Topic: Spell Damage Calculation

Replies: 2

Views: 2579

Re: Spell Damage Calculation

Found it in random.cc The code is really unintuitive... :? Thanks for clearing it up for me though. :D int dice_def::roll() const { return roll_dice(num, size); } dice_def calc_dice(int num_dice, int max_damage) { dice_def ret(num_dice, 0); if (num_dice <= 1) { ret.num = 1; ret.size = max_damage; } ...

Friday, 16th June 2017, 08:46

Forum: Coding

Topic: Spell Damage Calculation

Replies: 2

Views: 2579

Spell Damage Calculation

So I was checking out zap-data.h Spell data looks like this.. { ZAP_THROW_FLAME, "puff of flame", 50, new dicedef_calculator<2, 4, 1, 10>, new tohit_calculator<8, 1, 10>, new dicedef_calculator<3, 5, 1, 40>, new tohit_calculator<25, 1, 40>, RED, false, BEAM_FIRE, DCHAR_FIRED_ZAP, true, fal...

Sunday, 20th May 2012, 21:46

Forum: Dungeon Crawling Advice

Topic: Trying Nemelex on SpWi

Replies: 12

Views: 3351

Re: Trying Nemelex on SpWi

And this is where I don't get trolled into arguing semantics. :roll:

Sunday, 20th May 2012, 20:27

Forum: Dungeon Crawling Advice

Topic: Trying Nemelex on SpWi

Replies: 12

Views: 3351

Re: Trying Nemelex on SpWi

While the 50% reduction part is technically true, the conclusion you've drawn from it is completely wrong.


I am still of the opinion that overuse CAN hurt you in the long run but if you've judged me to be completely wrong, so be it.

Sunday, 20th May 2012, 11:07

Forum: Dungeon Crawling Advice

Topic: Trying Nemelex on SpWi

Replies: 12

Views: 3351

Re: Trying Nemelex on SpWi

Keep in mind that while the deck of summoning is extremely powerful, you will receive a reduced amount of XP from enemies which your allies have help kill. (Down to a minimum of 50%)

Overuse of these decks can hurt you in the long run.

Sunday, 20th May 2012, 10:58

Forum: Dungeon Crawling Advice

Topic: [PROTIPS] Secret Tricks

Replies: 264

Views: 96724

Re: [PROTIPS] Secret Tricks

Every once in a while do ctrl-f "artef" to check if you've missed any artefacts lying on the floor. You can also use string operators which is super useful. For example, to find all branded/possibly branded weapons you've seen so far you can do something like: weapon && ego If you...

Sunday, 20th May 2012, 10:51

Forum: Crazy Yiuf's Corner

Topic: The Honour Roll - the greatest Crawlers in the world

Replies: 36

Views: 8607

Re: The Honour Roll - the greatest Crawlers in the world

What if the greatest Crawl player ever didn't play online? How would we know? This poll is biased towards those with internet connections. And against those who prefer using a mouse. Haha, how do you play without an internet connection? Get your buddy to burn you a few floppies? (Whats the verb for...

Friday, 18th May 2012, 01:06

Forum: YASD! YAVP! and characters in progress too

Topic: YAVP: MiDK, Yredelemnul is terrific!

Replies: 6

Views: 2768

Re: YAVP: MiDK, Yredelemnul is terrific!

First of all grats on your win.

..But why are your armors' enchantment levels so low? Do you not stash your enchant scrolls? It's not uncommon to have 10+ enchant armor scrolls by end game if you are storing them properly.

Friday, 18th May 2012, 00:58

Forum: YASD! YAVP! and characters in progress too

Topic: YAVP - HOCK of Xom (3) - Dat mutation set

Replies: 3

Views: 1146

Re: YAVP - HOCK of Xom (3) - Dat mutation set

Awesome work, I gotta do this one of these days.

Amazing set of mutations, this one in specific has me intrigued:
Your spells are a little harder to cast, but a little more powerful.

Tuesday, 15th May 2012, 22:29

Forum: Game Design Discussion

Topic: Need more numbers

Replies: 29

Views: 6786

Re: Need more numbers

Don't get me wrong, I'm totally against having number stat spam on in game messages. That being said, I am frustrated at how hard it is to find information on certain aspects of the game. For example, it is generally agreed that it is optimal play to stop training a weapon skill after the speed brea...

Tuesday, 15th May 2012, 13:13

Forum: Dungeon Crawling Advice

Topic: SE Build Help

Replies: 5

Views: 1696

Re: SE Build Help

I suppose I could just turn into a straight caster and cast fireballs and such (which would in no way be good enough for extended endgame), but I have this dream of being able to use a more hybrid transmuter build to get there, and beyond.. Maybe its just not possible? Is the general consensus that ...

Tuesday, 15th May 2012, 13:06

Forum: Game Design Discussion

Topic: Need more numbers

Replies: 29

Views: 6786

Re: Need more numbers

That was pretty dismissive. As someone who hasn't beaten Crawl 13 times, how much a particular monster hit me for is very relevant. As someone who HAS "beaten" crawl more than 13 times, I totally understand your sentiment. I understand the design standpoint of not flooding a newer player ...

Monday, 14th May 2012, 22:19

Forum: YASD! YAVP! and characters in progress too

Topic: Ogre Wanderer of Trog CIP

Replies: 8

Views: 1920

Re: Ogre Wanderer of Trog CIP

Whoa +0/+10 GSC speed! :o Godly.

Monday, 14th May 2012, 22:17

Forum: Crazy Yiuf's Corner

Topic: This is madness...

Replies: 8

Views: 1806

Re: This is madness...

Xom challenge? Good luck. :lol:

Monday, 14th May 2012, 22:16

Forum: YASD! YAVP! and characters in progress too

Topic: CiP: GhVM midgame question

Replies: 2

Views: 895

Re: CiP: GhVM midgame question

It really depends on what your goal is for this game. Do you want to just win, do you want to tackle the extended endgame? If you just want to win, you might consider dabbling in translocations to get some ninja skills. Other than that your biggest problem is probably gonna be Zot so think about thi...

Monday, 14th May 2012, 22:06

Forum: Dungeon Crawling Advice

Topic: SE Build Help

Replies: 5

Views: 1696

SE Build Help

Hi guys a little background; I'm working on 15-runers for all races and next up is the Sludge Elf. Thus far I haven't got a single rune in about 5 deaths :? I have chosen a transmuter as my build to benefit from SE's fighting, dodging, unarmed combat, transmutations and spellcasting aptitudes. I hav...

Friday, 11th May 2012, 07:49

Forum: YASD! YAVP! and characters in progress too

Topic: CIP now YASD --> Mortarion, MiFi of Oka

Replies: 11

Views: 2743

Re: CIP now YASD --> Mortarion, MiFi of Oka

Oh man.. you went to Elf:5 way too early. Although I gotta say 73 damage is pretty brutal.

Sunday, 6th May 2012, 01:49

Forum: Crazy Yiuf's Corner

Topic: Does this happen to anyone else?

Replies: 5

Views: 1654

Re: Does this happen to anyone else?

I'd say I'm pretty much at the same level. I can consistently make it to the mid game, Lair-ish, but finishing things like the Vaults will depend on how the game has been to me. Sometimes I'll just be stuck and have to risk doing things like diving Dungeon hard or going through Swamp/Snake without r...

Saturday, 5th May 2012, 03:56

Forum: YASD! YAVP! and characters in progress too

Topic: YAVP! HEAE First 15-runer!

Replies: 4

Views: 1457

YAVP! HEAE First 15-runer!

So basically my plan was to go through a victory with each race starting at the top of the list. The Human win was pretty standard and didn't feel rewarding at all. I have since decided its now going to be 15-runers with all races. This game was my first time doing an all-rune run, casting ball ligh...

Thursday, 15th March 2012, 10:06

Forum: YASD! YAVP! and characters in progress too

Topic: YASD: MuWz needs a final blow (image heavy thread)

Replies: 38

Views: 8635

Re: CIP: MuWz needs a final blow (image heavy thread)

Waiting for the new 'YASD died to Quokka on Lair:5' thread.

Thursday, 15th March 2012, 10:04

Forum: Crazy Yiuf's Corner

Topic: If piety never decresed, what would be the best class/god?

Replies: 12

Views: 2764

Re: If piety never decresed, what would be the best class/go

Chei, slouch-rolling everything on the screen.

Saturday, 25th February 2012, 11:50

Forum: Crazy Yiuf's Corner

Topic: What can change the nature of a man?

Replies: 34

Views: 6897

Re: What can change the nature of a man?

Cold hard gold pieces.

Or a pain branded quickblade.

Saturday, 25th February 2012, 11:47

Forum: Dungeon Crawling Advice

Topic: Advice please: Icy stuff on Swamp:5

Replies: 10

Views: 2780

Re: Advice please: Icy stuff on Swamp:5

Simply put I'd wait. You have a moderate amount of HP with no ice resistance. I'm sure you'd make it through the freezing cloud hallway, especially if you just use a scroll of blinking. I'd be more concerned about the ice type creatures (ice dragons and the like) that are guarding the rune. Come bac...

Monday, 7th March 2011, 09:30

Forum: YASD! YAVP! and characters in progress too

Topic: YASD- Do not underestimate the Titanic Slime Creature

Replies: 4

Views: 2132

Re: YASD- Do not underestimate the Titanic Slime Creature

Wow, I knew they hit hard but I had no idea..

Friday, 28th January 2011, 06:08

Forum: Dungeon Crawling Advice

Topic: Overpowered Monster Equipment

Replies: 14

Views: 3612

Re: Overpowered Monster Equipment

i once got a +5 +6 elven sabre of draining by killing duvessa...... i thought my +2 +4 elven sabre of venom would be better since i did not identify the sabre and found about the sabre after i died All you have to do is wield it to determine the brand (which may be dangerous). Also you'd probably w...

Thursday, 27th January 2011, 00:57

Forum: YASD! YAVP! and characters in progress too

Topic: YAVP First Troll Win!

Replies: 6

Views: 2974

Re: YAVP First Troll Win!

Congrats on your win! Yeah, Okie doesn't gift javelins or large rocks, only darts and sling bullets and needles... But yeah large rocks are good in the beginning for Ogre/Troll Hunters but otherwise they're just too inaccurate and not particularly strong after the early game. And don't bother wasti...

Wednesday, 26th January 2011, 01:27

Forum: Dungeon Crawling Advice

Topic: Most Natural Combinations

Replies: 31

Views: 8021

Re: Most Natural Combinations

I was actually just thinking about this the other day (Sans the overlap rule). I want to ascend once with every race and was trying to figure out the easiest play combos for each one. Anybody wanna throw out some lists?

Tuesday, 25th January 2011, 23:10

Forum: Dungeon Crawling Advice

Topic: Confusion on mummies

Replies: 11

Views: 2513

Re: Confusion on mummies

I would say that there is nothing you could have done other than completely avoiding the situation. What level were you?

Tuesday, 25th January 2011, 23:06

Forum: YASD! YAVP! and characters in progress too

Topic: YAVP First Troll Win!

Replies: 6

Views: 2974

Re: YAVP First Troll Win!

Javelins are better than large rocks. Javelins are more accurate, weigh less, and have higher damage potential. Enchanting large rocks is kinda pointless, since large rocks don't break often and enchantments don't increase a large rock's damage by much. Well.. according to the knowledge bots Javeli...

Saturday, 22nd January 2011, 08:16

Forum: YASD! YAVP! and characters in progress too

Topic: YAVP First Troll Win!

Replies: 6

Views: 2974

YAVP First Troll Win!

Dungeon Crawl Stone Soup version 0.7.1-1-g7ce9b19 character file. 4701470 Chrysalis the Peltast (level 27, 273/273 (281) HPs) Began as a Troll Berserker on Jan 17, 2011. Was the Champion of Jiyva. Escaped with the Orb ... and 9 runes (of 9 types) on Jan 21, 2011! The game lasted 10:00:18 (143740 tu...

Thursday, 20th January 2011, 23:53

Forum: Game Design Discussion

Topic: Martial Manuvers, Stances and Special Attacks.

Replies: 92

Views: 21557

Re: Martial Manuvers, Stances and Special Attacks.

I think if you're looking at passive abilities "critical hits" might be worth looking at. Each weapon type could have different effects. For example short blades could "find a chink in its armor!" and bypass any AC. Maces could have a stunning blow that paralyzes enemies for a tu...

Saturday, 15th January 2011, 02:45

Forum: YASD! YAVP! and characters in progress too

Topic: YASD - CeBe of Trog

Replies: 4

Views: 1754

Re: YASD - CeBe of Trog

Its so imba that only cowards would use it!

Friday, 14th January 2011, 10:26

Forum: Game Design Discussion

Topic: Does anyone really use Makhleb's greater destruction?

Replies: 28

Views: 7221

Re: Does anyone really use Makhleb's greater destruction?

Going slightly off topic, but does anybody else think that Makhleb and Vehumet are too similar? They both seem very vanilla to me. I think if they had more distinct characteristics and quirks as gods, then more fun flavorful god abilities would come naturally.

Thursday, 13th January 2011, 00:52

Forum: Game Design Discussion

Topic: Does anyone really use Makhleb's greater destruction?

Replies: 28

Views: 7221

Re: Does anyone really use Makhleb's greater destruction?

Maybe the destructions could be randomly weighted towards an element that your target is not resistant to? Or have a cool ability attached to them like if you destroy something with the spell it has no/less piety cost (perhaps imbalanced). Other than that, yeah I agree Makleb is already pretty damne...

Tuesday, 11th January 2011, 21:59

Forum: Game Design Discussion

Topic: FLat skill systems

Replies: 42

Views: 15761

Re: Which skills are good to train all the way?

For legal reasons I am limited in how much detail I can go into on the subject. I can convey my basic understanding of the subject but can not legally explain how I came to that understanding. I can propose a system, but I must be very careful that is different then what I worked on in the past. I ...

Tuesday, 11th January 2011, 21:48

Forum: Dungeon Crawling Advice

Topic: What's in the vault?

Replies: 5

Views: 2029

Re: What's in the vault?

Iron golems are very slow, no? I'm assuming that even if you can't take it you can just lure it to a different part of the map and loot whatever may lie there.

Monday, 3rd January 2011, 12:05

Forum: Dungeon Crawling Advice

Topic: Str or Dex

Replies: 19

Views: 5503

Re: Str or Dex

I personally feel that str should play more of a role in reducing penalties for wearing heavier armors/shields. It seems as it currently stands hybrids just focus on int. Skill should only be able to reduce penalties to a point, without a minimum str requirement certain armors/shields just shouldn't...

Friday, 31st December 2010, 10:24

Forum: YASD! YAVP! and characters in progress too

Topic: YASD - DSVM of Kiku - Be very afraid of resistance penalties

Replies: 9

Views: 3343

Re: YASD - DSVM of Kiku - Be very afraid of resistance penal

Lol 122 damage. Thats easily the most I've ever seen. Can anybody top him!?!? :lol:

Thursday, 30th December 2010, 08:59

Forum: Dungeon Crawling Advice

Topic: New and wondering how to deal with interesting first level?

Replies: 17

Views: 4499

Re: New and wondering how to deal with interesting first lev

Wow. I have ascended a few times and thought I was already out of 'newbie' status.. Didn't even know translucent rock walls exist. :o

Thursday, 30th December 2010, 08:52

Forum: Dungeon Crawling Advice

Topic: Large Rocks

Replies: 11

Views: 2809

Re: Large Rocks

I think that might be the base algorithm, but I'm almost certain that enchanted missiles are more resilient to mulchage. Also steel branded items have a much lower mulch rate. Anyone want to confirm?

Wednesday, 29th December 2010, 23:32

Forum: Dungeon Crawling Advice

Topic: Chei tips

Replies: 6

Views: 2119

Re: Chei tips

I have a lvl 16 Naga with Chei right now. I'm quickly realizing that getting controlled teleport and controlled blink will be vital to my survival. Right now I'm getting by with conjurations, blink and slouch mostly.

Monday, 27th December 2010, 23:15

Forum: Dungeon Crawling Advice

Topic: Which weapon should I use?

Replies: 144

Views: 45008

Re: Which weapon should I use?

Keep both, wield the spear. Change it out for the lajatang before you start bashing.

Sunday, 26th December 2010, 22:59

Forum: Dungeon Crawling Advice

Topic: DSVM seeking advice

Replies: 4

Views: 1986

Re: DSVM seeking advice

Update, I ascended. :D Dungeon Crawl Stone Soup version 0.7.1-1-g7ce9b19 character file. 1487837 Chrysalis the Thanatomancer (level 27, 271/271 HPs) Began as a Demonspawn Venom Mage on Dec 21, 2010. Was a High Priest of Kikubaaqudgha. Escaped with the Orb ... and 4 runes (of 4 types) on Dec 26, 2010...

Saturday, 25th December 2010, 10:02

Forum: Crazy Yiuf's Corner

Topic: Thank you!

Replies: 252

Views: 597337

Re: Thank you!

Haha! Let the hijacking commence!

Love the game. I ascended one time so I'm not a complete newbie, but in the parts relatively inexperienced I believe. Greetings all!

Saturday, 25th December 2010, 04:02

Forum: Dungeon Crawling Advice

Topic: DSVM seeking advice

Replies: 4

Views: 1986

DSVM seeking advice

Hey guys heres my character dump: Dungeon Crawl Stone Soup version 0.7.1-1-g7ce9b19 character file. Chrysalis the Nimble (Demonspawn Venom Mage) Turns: 57360, Time: 04:45:45 HP 118/118 AC 16 Str 17 Exp: 16/183644 (2271), need: 45155 MP 31/31 EV 23 Int 23 (24) God: Kikubaaqudgha [******] Gold 2697 SH...

Tuesday, 21st December 2010, 10:14

Forum: Dungeon Crawling Advice

Topic: Better stash: Lair or Hive?

Replies: 8

Views: 4601

Re: Better stash: Lair or Hive?

I usually use both Lair:1 and Hive:1. Yes, monsters spawn, but honestly I've never had a monster spawn and use/destroy my stash.

Return to advanced search

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.