Angband 3.3.2 - anything else to fix?
Collapse
X
-
www.mediafire.com/buzzkill - Get your 32x32 tiles here. UT32 now compatible Ironband and Quickband 9/6/2012.
My banding life on Buzzkill's ladder.Comment
-
"Been away so long I hardly knew the place, gee it's good to be back home" - The BeatlesComment
-
Is this the problem described in http://trac.rephial.org/ticket/1495? Or something else?
In either case, I'm not able to fix this - I know nothing about the tiles code. But I will see if another dev can fix it.
Let me download some more old versions and I'll see if I can narrow down the point when my problem first appeared.Comment
-
Ok .. here is an incredibly minor irritation: When I kill a monster and it drops gold under my feet, I can't 'g'et it: the 'g' command does nothing. If an *item* is dropped under my feet, I can 'g'et that with no problem; only treasure appears to behave this way. If I give the '5' command (i.e. "move" to the location that I'm already in), then the treasure is picked up as expected.
Edit: fix to be lower-case 'g', not upper-case 'G'Last edited by bron; October 1, 2011, 05:25.Comment
-
Ok .. here is an incredibly minor irritation: When I kill a monster and it drops gold under my feet, I can't 'G'et it: the 'G' command does nothing. If an *item* is dropped under my feet, I can 'G'et that with no problem; only treasure appears to behave this way. If I give the '5' command (i.e. "move" to the location that I'm already in), then the treasure is picked up as expected.Comment
-
Ok .. here is an incredibly minor irritation: When I kill a monster and it drops gold under my feet, I can't 'g'et it: the 'g' command does nothing. If an *item* is dropped under my feet, I can 'g'et that with no problem; only treasure appears to behave this way. If I give the '5' command (i.e. "move" to the location that I'm already in), then the treasure is picked up as expected.
Edit: fix to be lower-case 'g', not upper-case 'G'Comment
-
"Been away so long I hardly knew the place, gee it's good to be back home" - The BeatlesComment
-
A minor thing: armor of elvenkind retain their to-hit penalty, but not dragon scale mails of elvenkind.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
-
BTW, now that I still remember that, wouldn't it be better if that penalty would be against stealth instead? The heavier the armor the harder it is to move silently.
Could be difficult to implement nicely though (what to do if item gives stealth-bonus?).Comment
-
Looking at ego_item.txt, only DSM of Craftsmanship and Elvenkind lose their to-hit penalty (see 'M' line). To be consistent with armor of Elvenkind, I think DSM of Elvenkind should retain their to-hit penalty.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
-
Other minor things about artifacts:
- Himring: should be P:20:1d2:0:0:15 (soft armour)
- Gil-galad: should be P:20:1d4:0:0:20 (mithril shield)
- Thorin: should be W:40:6:60:60000 (small metal shield)
- Celegorm: should be P:8:1d3:0:0:20 (leather shield)
- Anarion: should be P:12:1d5:0:0:20 (large metal shield)
- Celebrimbor: missing HIDE_TYPE (SEARCH + stats)
- Gorlim: should be W:20:5:50:1 (iron helm); missing SHOW_MODS?
- Tuor: should be P:0:0d0:0:0:12 (ethereal cloak)
Some artifacts have both IM_XXX and RES_XXX. The res flag is redundant.
Some armor parts didn't have their weight updated after the base item got its weight changed some time ago. For example, Metal Caps had their weight changed from 20 to 25, but Thengel is still showing a weight of 20. In these cases, it's not important, as it could be seen as an improvement (a "lighter" version) compared to the base item.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
-
This is a part question part minor bug and also a sign that I'm procrastinating again.
Do items such as Ingwe or _dispel evil do damage to monsters you can see (e.g. in lighted area) or in line of sight? I think its the latter as I'm sure I've cleared many a giant pit with an ESP helm without illuminating a pit even if the giants are out of visual range.
Ingwe:
Code:When activated, it deals five times your level's damage to all evil creatures that you can see. Takes 209 to 410 turns to recharge at your current speed. Your chance of success is 95.2%
_holiness
Code:When activated, it inflicts damage on all evil creatures you can see, cures 50 hit points, heals all temporary effects and grants you protection from evil.
Code:When activated, it deals five times your level's damage to all evil creatures in [B]line of sight[/B]. Takes 209 to 410 turns to recharge at your current speed. Your chance of success is 95.2%
When activated, does this.
1) Currently, items with activation say "when activated," scrolls say "when read," and wands say "when aimed," which is a nice clue as to what specific action to perform. Conversely potions say "when drunk" and rods say "when activated" instead of "quaffed" and "zapped" respectively. I'd suggest replacing the context specific clues for everything to "when used," especially if alternate universal controls are going to be implemented.Comment
Comment