Character editor does not let you have more than 25000 gold #79
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Isn't the limit 30000-something?
This is an item logged from the To-Do and was originally reported by ADoS. If you are familiar with or can recreate this bug, please provide details here.
Here are the limitations that are mentioned:
0f6aa4f139/src/pcedit/pc.action.cpp (L118)0f6aa4f139/src/game/boe.town.cpp (L1108)Indeed, for gold, they don't match.
And also,
give_gold()andtake_gold()aren't DRY, they're defined twice between PCEdit/Game.The absolute max gold at the moment is 32767, though it's definitely good not to let it hit exactly the maximum. But I guess it does make sense for whatever limit we set to be consistent in different places.