Opened 10 years ago
Closed 10 years ago
#907 closed bug (fixed (in master))
Changing starting gold/eq birth option messes up w/ previous character
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | 3.1.1 beta | Keywords: | |
Cc: |
Description
If you choose "New character based on previous one" when prompted, then the new character's inventory will be determined by the birth option birth_money but their gold will be determined by what they started with last time. That means if you changed the birth option while you were playing your previous character, this time you'll start with 200 gold and no items or 500 gold and the set of starting items.
Attachments (1)
Change History (3)
comment:1 Changed 10 years ago by takkaria
- Milestone changed from Triage to 3.1.1 beta
Changed 10 years ago by rhinocesaurus
comment:2 Changed 10 years ago by takkaria
- Resolution set to fixed
- Status changed from new to closed
in [d8d6780] (SVN r1542). many thanks for your patches!
Note: See
TracTickets for help on using
tickets.
Patch. Note, player_type.au_birth and birther.au now hold what the birth AU would be when birth_money option is not set; otherwise there is not enough info saved upon death to calculate correct birth AU in all cases.