Isn't there a save against it, since a few versions back?
[Announce] PosChengband 6.1.0 Released
Collapse
X
-
My best try at PosChengband 7.0.0's nightmare-mode on Angband.live:
https://www.youtube.com/watch?v=rwAR0WOphUA
If I'm offline I'm probably in the middle of maintaining Gentoo or something-Linux or other.
As of February 18th, 2022, my YouTube username is MidgardVirtuosoComment
-
Link please, I've lost track of the updates somewhat.
EDIT: mspells1.c still looks unresistable except for three rare cases.
Code:/* RF4_DISPEL */ case 96+2: { if (!direct) return (FALSE); disturb(1, 0); if (blind) msg_format("%^s mumbles powerfully.", m_name); else msg_format("%^s invokes a dispel magic.", m_name); if (check_foresight()) { } else if (mut_present(MUT_ONE_WITH_MAGIC) && one_in_(2)) msg_print("You resist the effects!"); else if (psion_mental_fortress()) msg_print("Your mental fortress is impenetrable!"); else { dispel_player(); if (p_ptr->riding) dispel_monster_status(p_ptr->riding); learn_spell(MS_DISPEL); } break; }
Last edited by Cold_Heart; May 21, 2017, 22:38.Comment
-
@cold_heart - I found what I was thinking off & it's specific to mimics holding their form.
Has anyone else had an issue with improving weapon skills on a dragon? I'm not sure if it was an intentional change but I can't seem to get above +1 & I'm at clvl 18 & melee-ing around half the time.Comment
-
-
I'm just here to say that I'm glad that stuff like this is still possible. Winning is one to way find enjoyment, but I'll take dying in style winning every time.Glaurung, Father of the Dragons says, 'You cannot avoid the ballyhack.'Comment
-
Originally posted by MochtThere is an omission in the desciption of Morgana
It doesn't mention that she possesses the lethal ability to follow teleports
Does anti-magic help against blood cursesComment
-
Originally posted by MochtThere is an omission in the desciption of Morgana
It doesn't mention that she possesses the lethal ability to follow teleports
Does anti-magic help against blood curses
Antimagic effectively sets your saving throw to a huge number, and blood curses check saving throw. So yes it helps.Comment
-
There's a funny pricing bug in 6.1.0:
My best try at PosChengband 7.0.0's nightmare-mode on Angband.live:
https://www.youtube.com/watch?v=rwAR0WOphUA
If I'm offline I'm probably in the middle of maintaining Gentoo or something-Linux or other.
As of February 18th, 2022, my YouTube username is MidgardVirtuosoComment
-
Comment
-
Everything you need to know about my roguelike playstyle:
I took nearly two years to win with a single character in PosChengband.Comment
-
What I really lack right now is to ability to send my army to certain location with a command like "go to.." - because in 99% of the cases my army is behind me and if I encounter some enemy, it will put all its rage on me first, and in most cases when my army realize, that I am at danger I am dead already. Would be great if necromancers could send their army at specified location, and it sounds kind of logical to have this function since you are in control your army.As kt making http://angband.live better in time to timeComment
Comment