No, in 3.5.1 it definitely protects against spell too.
In list-spell-effects.h
RSE(50, RSF_TELE_LEVEL, 0, FALSE, S_TELE_LEV, RV(1,0,0,0), RV(0,0,0,0), 0, FALSE, OF_RES_NEXUS, RV(40,0,0,0))
4.0.2 Bugs
Collapse
X
-
That was never the case, so definitely not a bug. Nexus resistance only protects against teleport effects from nexus and teleport level.Last edited by PowerWyrm; September 15, 2015, 12:20.Leave a comment:
-
Leave a comment:
-
if (cave->mon_current && player_resists(player, ELEM_NEXUS))
msg("You resist the effect!");
Should set both up and down as false, which it doesn't do.
So you get the message "You resist the effect!" and then tele-level.
Also it seems that this doesn't consider saving throw at all.
[EDIT] that saving throw check is in different place. Apparently you get a saving throw against all monster spell effects. Or not. Tele-away still works with perfect saving throw, so there is something that determines if it applies or not. Can't figure out what that something is though.
[EDIT EDIT] Seems that it checks if there is save message in monster_spell.txt if I read source correctly. Tele-level does, so you should get saving throw against it.Last edited by Timo Pietilä; September 15, 2015, 12:15.Leave a comment:
-
Yah, this is what I get for reading the forums and adjusting my game play.
Clvl 25 HE Ranger on Dlvl 26 @ a vault, with my stash tucked away in another room:
Code:Something commands you to go far away. You resist the effect! You sink through the floor. This place seems reasonably safe.
Leave a comment:
-
-
Quiver Sorting
Not a bug per se, but more of a tweak request.
Currently, my quiver looks like this:
Code:Rounded Pebble +0+0 Rounded Pebble +2+5 Iron Shot +0+0
Code:Rounded Pebble +0+0 Iron Shot +0+0 Rounded Pebble +2+5
Leave a comment:
-
-
I think this has changed. I don't think Nexus protection fully protects anymore. Nick?
It's quite frustrating to be battling Sauron and have him down to a couple **, then get level ported by him. Collect consumables again, if you must, and go down the stairs to find him instantly at full health.Leave a comment:
-
It's quite frustrating to be battling Sauron and have him down to a couple **, then get level ported by him. Collect consumables again, if you must, and go down the stairs to find him instantly at full health.Leave a comment:
-
-
I'm not entirely sure that nexus resist will protect you from the levelport spell. It certainly protects you from nexus levelporting you, but that's not the same thing. Frankly though, you've just been getting unlucky. Usually he doesn't cast that spell (just, speaking statistically).Leave a comment:
-
-
-
Leave a comment: