Any reason why electric arc doesn't work like an ordinary beam spell? Destroying rods and wands on the floor can be pretty crippling when taking down a bunch of trolls. Currently there is no true beam spell in the town books.
Current master post 4.2.0
Collapse
X
-
Late to the party on glow suggestions...
What about 'a glow surrounds you'? Or is that effect already in use for something else like blessings?? (that might be why I thought of it, because I'd seen it, lol).
Always wondered how you could tell your hands were gloing inside your elbow-length metal gaunlets....Comment
-
In the latest nightly: c38a249c4
Missing the (Y or N) choice prompt when creating a character in rebirth screen. Yeah, I know to press Y or N, but didn't it used to say that?
Missing the level feeling indicator on the status line. The level feeling indicator for Monster/Treasure by the numbers, e.g., 8-5, is gone. EDIT: Nevermind on this one. The problem was the new build changes the window sizing and the status line is "below the fold".Last edited by Ingwe Ingweron; January 30, 2020, 18:28.“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
-
Took a look at new stair placement. I'm not convinced this does what you think it does. At least 3 adjacent walls discounting diagonals. That's corridor ends, 1 square rooms & pillar rooms.
I have an alternative proposal. If you want stairs next to a wall, ram them into a wall.
Find square
Look for adjacent wall (not a diagonal)
Check there isn't space on other side of wall
Check not within x distance of stairs
Place on wallComment
-
Took a look at new stair placement. I'm not convinced this does what you think it does. At least 3 adjacent walls discounting diagonals. That's corridor ends, 1 square rooms & pillar rooms.
I have an alternative proposal. If you want stairs next to a wall, ram them into a wall.
Find square
Look for adjacent wall (not a diagonal)
Check there isn't space on other side of wall
Check not within x distance of stairs
Place on wall"This has not been a recording"👍 1Comment
-
I still think the answer is to remove all restrictions on stair generation--let the stairs go to every tile within the connected dungeon area with equal probability.
The restrictions on stair generation were originally added as a hacky way to ensure that characters would enter a dungeon in a safe position. This was always a poor solution. The correct solution is to have player placement be entirely independent from stair generation.
Level generation would proceed as follows:
1. Generate the dungeon map.
2. Place stairs on the dungeon map at completely random positions.
3. Place the player at a "safe" entry location.
4. If connected stairs is enabled and the player entered the level via stairs, generate an additional stair of the appropriate type at the player position.
I'd build a solution myself and send a commit, except that I don't have enough C coding experience to pull it off without f***ing up.Comment
-
I still think the answer is to remove all restrictions on stair generation--let the stairs go to every tile within the connected dungeon area with equal probability.
The restrictions on stair generation were originally added as a hacky way to ensure that characters would enter a dungeon in a safe position. This was always a poor solution. The correct solution is to have player placement be entirely independent from stair generation.
Level generation would proceed as follows:
1. Generate the dungeon map.
2. Place stairs on the dungeon map at completely random positions.
3. Place the player at a "safe" entry location.
4. If connected stairs is enabled and the player entered the level via stairs, generate an additional stair of the appropriate type at the player position.
I'd build a solution myself and send a commit, except that I don't have enough C coding experience to pull it off without f***ing up."This has not been a recording"Comment
-
New builds are up on the nightlies page and angband.live (source is here) with the following changes:- Light radius 1 monsters are now illuminated correctly (thanks Powerwyrm)
- Morgoth now destroys more walls - noticeable change meant to be in 4.2.0 (Powerwyrm again)
- Code improvements - remove a bunch of possible null pointer dereferences
- Several more macOS improvements from backwardsEric
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
Nightcrawlers, "serpent of chaoses" (sic) and gorgons in "snake" pits feel out of place...PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!Comment
-
Commit d10401c reduced the number of books and reverted colors, but also reverted the cool feature that was the reduction of "unwanted" books for casters. Would be nice to have that back so your mage doesn't find countless priest/nature/shadow books.PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!Comment
-
New builds are now up on the nightlies page and angband.live (source is here) with the following changes:- Some efficiency and reliability fixes (thanks eastwind)
- Fixed some stupid plurals
- Feature where unreadable books were less common has been restored
- Earthquakes can now push the player into traps, webs or squares with objects, which makes them less likely to be crushed
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
-
Commit 84ffecf changed hunger to a timed effect, but this also removed the messages (aka sounds) for the effects since "msgt" is not defined in player_timed.txt for the FOOD effect.
Initially, there were two sounds here: MSG_HUNGRY for when going "Hungry" and MSG_NOTICE for any other food status change. Using MSG_HUNGRY would fit better, as MSG_NOTICE is mroe generic.PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!Comment
-
Been jumping in to 4.2 for the last couple days. Having some fun, refreshing myself with an attempt of the older classes before hopping in to the new ones.
Might just be me, but it felt like Poison had a much bigger role in the early game, my warrior was pretty poorly suited to deal with it. Cure poison / rpois as a ranger spell was a pleasant surprise.
Its been ages since I played, can I learn past the first spell book as a Rogue / Ranger? Do I need to reach a certain level? Currently CL 31 as a Ranger, things are going fairly well, except almost dying to one of the newer tree enemies.
Might actually have a winner on my hands, going to take a break from it and see what I can do with a ~necromancer~Comment
Comment