A new update for Bconomy has been released.
New Features
- Batch egg parent-name lookups. (TheDepartedOne)
- When you scroll the eggs list, parent names now load together in one go instead of each egg asking the server separately. Scrolling the egg list feels smoother and is much less likely to trip request limits.
- The egg detail modal still shows both parent names correctly when you open an egg – no change to modal behavior there, just faster list loading.
Bug Fixes
- Amount inputs now understand shorthand and commas. (TheDepartedOne)
- Typing things like
1k,2mor numbers with commas like1,000into quantity fields now correctly becomes the intended number (e.g. 1000) instead of being mis-read as 1.
- Typing things like
- Tool modal augments restored. (TheDepartedOne)
- You can again apply augments from the Tool status modal. Extending an existing augment also works even when the tool’s augment slots are full – you won’t get incorrectly blocked from extending.
- Commands and hotkeys show and accept item:amount pairs. (TheDepartedOne)
- Commands that include item prizes or item lists (for example, a giveaway) now show those items in the Hotkeys modal’s recently-used list.
- You can type item arguments as
itemId:amountin text commands and they’ll be recognised. Example:/giveaway/start 24 1 rock:100will parse therock:100prize correctly.
- /help now shows canonical command names and alternate syntax. (TheDepartedOne)
- The /help popup now displays commands in the standard
/category/nameform (for example/item/sellor/action/fish), and it shows the alternate bulk argument style (like theitem:amount...form) so the two call styles are clearer.
- The /help popup now displays commands in the standard
- Friendly message when attacking with no boss active. (TheDepartedOne)
- If you try to /boss/attack after the boss is dead, you’ll get the clear message “There is no boss currently active.” instead of a confusing error.
- Percent quick-buttons (25%/50%/75%/100%) fixed. (TheDepartedOne)
- Percent quick-buttons in amount inputs (like Burn modal, Coinflip, etc.) now submit the actual percentage of the available amount instead of always sending the full amount.
- The Faction Vault deposit buttons (25%/50%/75%/100%) were also fixed so they no longer error when your client-side vault number is out of sync – the vault modal sends the percent to the server to be resolved against the server’s current max.
- Faction join request actions fixed. (TheDepartedOne)
- Accepting or declining faction join requests works again (previously those actions failed after a refactor).