Forum: Vanilla
July 26, 2022, 10:49
|
Replies: 0
Views: 159
Regression in effect_handler_EARTHQUAKE()
Commit e176294 pushed taking damage later in effect_handler_EARTHQUAKE(). However, the "damage" variable is used as a global variable in that function and overwritten by monster damage on line 1492...
|
Forum: Vanilla
July 6, 2022, 08:51
|
Replies: 8
Views: 654
|
Forum: Vanilla
June 30, 2022, 08:51
|
Replies: 11
Views: 725
|
Forum: Vanilla
June 29, 2022, 08:42
|
Replies: 11
Views: 725
I think that's normal because the One Ring has...
I think that's normal because the One Ring has multiple sets of abilities (like all immunities or all abilities) that trigger some INHIBIT_POWER numbers which multiply themselves. There must be an...
|
Forum: Vanilla
June 23, 2022, 08:51
|
Replies: 2
Views: 255
Monster pathing + damaging terrain
I was toying around with a great hell wyrm which breathed fire and generated a tile of lava. After killing it, a great storm wyrm came along and refused to cross the lava tile, so I was able to kill...
|
Forum: AAR
June 20, 2022, 09:11
|
Replies: 4
Views: 389
Doesn't beat this:
a) the Great Hammer of...
Doesn't beat this:
a) the Great Hammer of Elemet (8d1) (-6,-8) {cursed}
Dropped by Ufthak of Cirith Ungol at 650 feet (level 13).
It poisons you from time to time.
It paralyses...
|
Forum: Vanilla
June 20, 2022, 09:08
|
Replies: 131
Views: 19,849
|
Forum: Vanilla
June 13, 2022, 08:36
|
Replies: 131
Views: 19,849
|
Forum: Vanilla
June 9, 2022, 13:25
|
Replies: 131
Views: 19,849
The problem is that reading MP3 using the SDL...
The problem is that reading MP3 using the SDL Mixer library doesn't require calling Mix_init. In fact, on my WinXP VM, calling Mix_init(MIX_INIT_MP3) returns 0 (Does not support the required music...
|
Forum: AAR
June 9, 2022, 08:50
|
Replies: 4
Views: 613
|
Forum: Vanilla
June 9, 2022, 08:39
|
Replies: 131
Views: 19,849
Effect READ_MINDS returns false if no monster...
Effect READ_MINDS returns false if no monster with a mind is found, which is not the same as any other detection/mapping effect which always return true. This has a weird side effect of preventing...
|
Forum: Vanilla
June 9, 2022, 08:34
|
Replies: 131
Views: 19,849
|
Forum: Vanilla
June 8, 2022, 14:07
|
Replies: 131
Views: 19,849
Commit a318f61 removed the call to...
Commit a318f61 removed the call to open_audio_hook(), surely this disabled sound completely no?
Also if you use ogg files and ogg format is supported but not mp3 format, code in open_audio_sdl()...
|
Forum: Vanilla
June 7, 2022, 15:04
|
Replies: 131
Views: 19,849
Item ignoring setup is bugged, the tags are...
Item ignoring setup is bugged, the tags are incorrect. Commit 3126eb4 missed a I2A -> all_letters_nohjkl change in tag_options_item() and added a pointless menu.selections in do_cmd_options_item()...
|
Forum: Vanilla
March 1, 2022, 08:40
|
Replies: 5
Views: 819
|
Forum: Vanilla
February 16, 2022, 08:47
|
Replies: 180
Views: 39,018
FYI this was reported here:...
FYI this was reported here: https://github.com/draconisPW/PWMAngband/issues/534
Apparently there is a bug with SDL2 client which also happens in V.
|
Forum: Vanilla
January 24, 2022, 10:35
|
Replies: 4
Views: 819
|
Forum: Vanilla
January 21, 2022, 09:11
|
Replies: 180
Views: 39,018
In my variant, I have ported the Phial of...
In my variant, I have ported the Phial of Undeath, which is cursed and has a base cost of 0. With this fix, any character can tell immediately which Phial is which, since Undeath will appear at the...
|
Forum: Vanilla
January 20, 2022, 08:36
|
Replies: 180
Views: 39,018
|
Forum: Vanilla
January 19, 2022, 18:38
|
Replies: 180
Views: 39,018
|
Forum: Vanilla
January 19, 2022, 08:59
|
Replies: 180
Views: 39,018
Following my previous post about SET_VALUE +...
Following my previous post about SET_VALUE + CLEAR_VALUE, I found a potential bug in spell_description().
In my variant, I have a class that has access to an "Elemental Bolt" spell, which is...
|
Forum: Vanilla
January 18, 2022, 14:40
|
Replies: 180
Views: 39,018
Info for spell Resistance gives redundant info...
Info for spell Resistance gives redundant info (which isn't even fully displayed): "dur 20+d20; dur 20+d20; dur".
Looking at the code, I don't see the point of the "shared random_value". When an...
|
Forum: Development
January 17, 2022, 08:43
|
Replies: 3
Views: 823
|
Forum: Vanilla
January 12, 2022, 09:18
|
Replies: 1
Views: 798
Fire Festival vault
So in our multiplayer variant, a player got obliterated with -5000 HP death when spawning on a level right next to this absurd vault. In V you would have exactly one turn to react (I think).
/me...
|
Forum: Vanilla
December 21, 2021, 09:02
|
Replies: 18
Views: 1,968
|