Is there init adjustment for moving slowly?


Ask fellow adventurers how to stay alive in the deep, dark, dangerous dungeon below, or share your own accumulated wisdom.

User avatar

Slime Squisher

Posts: 332

Joined: Friday, 4th February 2011, 18:04

Location: The South, US

Post Thursday, 5th February 2015, 00:23

Is there init adjustment for moving slowly?

So ... I was wandering around in the Abyss as a DS magicker of Chei wearing the Hat of Pondering and in two moves an Ancient Lich and some equivalent nasty blew me up. Yes, it was dumb (I could have totally Stepped from Time in the second turn), and I'm not bothered that the game killed another moron. However, is there a way to set Crawl to warn me when something 'extremely dangerous' shows up in the 5 turns it takes to move a square? Can it ask me nicely like it does when I'm swapping armor?

Thanks
Human kind cannot bear very much reality.
TSE
User avatar

Ziggurat Zagger

Posts: 4478

Joined: Wednesday, 23rd October 2013, 07:56

Post Thursday, 5th February 2015, 00:56

Re: Is there init adjustment for moving slowly?

You can put something like this in your rcfile:
  Code:
force_more_message += An ancient lich .*comes? into view.

But you have to do that for all dangerous monsters one by one. Maybe put something like
  Code:
: if you.god() == "Cheibriados" then
force_more_message += An ancient lich .*comes? into view.
[etc.]
:end

so that it'll only do it with Chei. Disclaimer: I haven't tested that.
DCSS: 97:...MfCj}SpNeBaEEGrFE{HaAKTrCK}DsFESpHu{FoArNaBe}
FeEE{HOIEMiAE}GrGlHuWrGnWrNaAKBaFi{MiDeMfDe}{DrAKTrAMGhEnGnWz}
{PaBeDjFi}OgAKPaCAGnCjOgCKMfAEAtCKSpCjDEEE{HOSu
Bloat: 17: RaRoPrPh{GuStGnCa}{ArEtZoNb}KiPaAnDrBXDBQOApDaMeAGBiOCNKAsFnFlUs{RoBoNeWi

Ziggurat Zagger

Posts: 11111

Joined: Friday, 8th February 2013, 12:00

Post Thursday, 5th February 2015, 01:16

Re: Is there init adjustment for moving slowly?

dolphin wrote:Can it ask me nicely like it does when I'm swapping armor?


No, there is no way to do that, it's a single action for player. This is cost for worshiping Chei.
User avatar

Tomb Titivator

Posts: 778

Joined: Thursday, 13th March 2014, 20:15

Post Thursday, 5th February 2015, 12:38

Re: Is there init adjustment for moving slowly?

auto exclude maybe can help you too
  Code:
################
# Auto Exclude #
################
## dangerous monsters ##
auto_exclude += ancient lich, death drake, hydra, ice statue, jelly, orb of fire
## paralysing monsters and uniques ##
auto_exclude += [^c] wizard, ancient lich, Ereshkigal, Erolcha, eyeball, Grinder, Jory, lich
auto_exclude += Norris, ogre-mage, orb of eyes, orc sorcerer, Rupert, sphinx, vampire knight
## other uniques and unique followers ##
auto_exclude += Agnes, Aizul, Arachne, Asterion, Blork, Boris, Crazy Yiuf, Donald, Dowan
auto_exclude += Duvessa, Edmund, Erica, Eustachio, Fannar, Frances, Frederick, Gastronok
auto_exclude += Grum, Harold, Ijyb, Jessica, Jorgrun, Joseph, Kirke, Louise, Mara, Maud
auto_exclude += Maurice, Menkaure, Mennas, Natasha, Nergalle, Nessos, Nikola, Pikel
auto_exclude += Polyphemus, Prince Ribbit, Psyche, Roxanne, Saint Roka, Sigmund, Snorg
auto_exclude += Sojobo, Sonja, Terence, Urug, Wiglaf, Xtahua, hog, slave
~online scoring~

Pig's in zen
Pig is nude
Unashamed
User avatar

Shoals Surfer

Posts: 288

Joined: Wednesday, 11th May 2011, 20:51

Location: Britain

Post Thursday, 5th February 2015, 18:44

Re: Is there init adjustment for moving slowly?

dolphin wrote:So ... I was wandering around in the Abyss as a DS magicker of Chei wearing the Hat of Pondering and in two moves an Ancient Lich and some equivalent nasty blew me up. Yes, it was dumb (I could have totally Stepped from Time in the second turn), and I'm not bothered that the game killed another moron. However, is there a way to set Crawl to warn me when something 'extremely dangerous' shows up in the 5 turns it takes to move a square? Can it ask me nicely like it does when I'm swapping armor?

Thanks

I've heard that (SHIFT + Movement) is a godsend when playing Chei; I believe it warns you when something happens, though I haven't worshipped Chei in a long time so I can't say for sure.
"If the world's a stage, and the people actors, then who the f**k has my script?"

My Games/Anime/Weirdness blog: http://detarame.wordpress.com/

Barkeep

Posts: 3890

Joined: Wednesday, 14th August 2013, 23:25

Location: USA

Post Thursday, 5th February 2015, 21:17

Re: Is there init adjustment for moving slowly?

I use Shift+Move on nearly all characters.

Return to Dungeon Crawling Advice

Who is online

Users browsing this forum: No registered users and 90 guests

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