draconisPW / PWMAngband

A free, multi-player roguelike dungeon exploration game based on Angband
35 stars 11 forks source link

bug with BpR count on char creation #587

Closed igroglaz closed 1 year ago

igroglaz commented 1 year ago

https://youtu.be/_9JLJXQg7ug

igroglaz commented 1 year ago

it happened to

https://cdn.discordapp.com/attachments/516688804799578113/1066701519895933038/image.png

villager beholder.. so it's pretty strange bug. Villager has min-weight:35

draconisPW commented 1 year ago

cidx = 38 corresponds to the "Ghost" class in Tangaria's class.txt file. Sounds like a class was deleted without a wipe and char got remapped to ghost instead.

igroglaz commented 1 year ago

yeah, thanks :) classes counts from 0, so it's ghost indeed! BUT... we didn't have any new classes or class deletions. I didn't touch classes numbers for a long time. So it's different bug :(