Minor cosmetic bug using Create Arrows spell. It stays 'untried' in the spell list, even after you have already successfully cast it. You don't get extra scum EXP casting it over and over again, though
Preparing for 4.2 release
Collapse
X
-
I'm playing with UndefinedBehaviorSanitizer enabled and when a monster cast a darkness spell, it emitted the following message:
project-player.c:874:28: runtime error: index 26 out of bounds for type 'element_info [25]'
Apparently, the function 'project_p' does not expect the projection type ('typ') to be outside of the element projections (ELEM_MAX: 25), which DARK_WEAK (26) is.Last edited by Kusunose; June 22, 2019, 15:59.Comment
-
Comment
-
New builds up on the nightlies page and angband.live with the following changes:- Lightning Strike can now only strike targets in line of sight (thanks kaypy)
- Meteor Swarm now has the subsequent meteors continue past where a dead targeted monster was rather than continually hammering the same grid (kaypy again); this is a result of more general code to make multi-effect spells target correctly
- Cones of effect now make sure to hit every grid in the target path (thanks wobbly)
- Create arrows spell now stops showing as untried when it's tried (thanks Sphara and gglibertine)
- Memory overrun error in darkness spell fixed (thanks Kusunose)
- Recharge activation for Thingol now reasonable (thanks Holy_Rage)
- Fast monsters summoned by traps are now held until the player gets a move (thanks Sphara)
- The correct maximum (z_info->f_max) is used for bounding terrain features in map_info() (thanks wobbly)
There are also a few things which have been reported a while ago and I'm not sure if they're still problems:- Crashes or other weird behaviour from Single Combat
- Problems giving things with the {??} inscription to stores
- Monsters failing to attack a ranger's decoy
so if anyone can clear those up one way or the other, that would be good.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
So had my 1st death to bloated, & while there was a good chance I was dead anyway it still just felt like a bad way to die. I don't see what this adds if the solution is to press R x if full. My own opinion is this is just reverting to a bad mechanic that was originally removed because it was in fact bad.Comment
-
So had my 1st death to bloated, & while there was a good chance I was dead anyway it still just felt like a bad way to die. I don't see what this adds if the solution is to press R x if full. My own opinion is this is just reverting to a bad mechanic that was originally removed because it was in fact bad.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
I think the system needs some improvement - for example, ?SatisfyHunger needs to set the players's hunger to just full, rather than almost gorged. If it's working properly, the simple rule should be "don't eat if you're already full", and that should almost always avoid getting gorged.“We're more of the love, blood, and rhetoric school. Well, we can do you blood and love without the rhetoric, and we can do you blood and rhetoric without the love, and we can do you all three concurrent or consecutive. But we can't give you love and rhetoric without the blood. Blood is compulsory. They're all blood, you see.”
― Tom Stoppard, Rosencrantz and Guildenstern are DeadComment
-
I think the system needs some improvement - for example, ?SatisfyHunger needs to set the players's hunger to just full, rather than almost gorged. If it's working properly, the simple rule should be "don't eat if you're already full", and that should almost always avoid getting gorged.Comment
-
On Ingwe's idea, we could always have a meter of some sort.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
It's an extra constraint on how the player deal with food. If there's no constraint at the top, then it's just a matter of stuffing your face when you're in town and not thinking about it at all. And before anyone mentions ironman, I'm trying to bring back ironman's status as a challenge optionComment
-
To clarify my opinion a little, I'm not absolutely against a speed penalty, I just think -10 is well over the top. If the intention is to catch the player out & kill the @ it makes sense. If it's just there to annoy the @ enough to stop stuffing its face with rations you could probably achieve that with as little as -2 or so.
I also wouldn't mind seeing food a little less plentiful or filling, but not necessarily by much. I don't think there's many people who'd want to play angband as a food management game.Comment
-
It doesn't resemble a hunger mechanic anymore rather than not-being-gorged mechanic.
I got gorged against Morgoth in the middle of fight drinking healing potions. So this is what I have concentrate in the future? To rest off satiation level before big fights?
Personally, I would remove food altogether but I think there's enough vocal opposition against that. At least show the satiation level if this is really where the food mechanic is going.Comment
Comment