mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #109] On account creation character weight is too high #4917
Reference in New Issue
Block a user
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?
Originally created by @RedSparr0w on GitHub (Oct 25, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/109
When you first create an account, your weight will show
32kgseven though all your items only adds upto16kgs.when you drop all your items, you will still be carrying
16kgs.This is fixed by relogging in.
I assume on account creation the characters item weight is set to 16kgs, and then the items weight is added on top of that.
once relogging, it is recalculated correctly.
@Dark98 commented on GitHub (Oct 26, 2019):
This is due to weight calculation being run two for new accounts, once during each item from the starter being added to the inv & then again after(which would be the normal login weight calculation)