[GH-ISSUE #109] On account creation character weight is too high #6297

Closed
opened 2026-05-29 12:19:48 +00:00 by Dark98 · 1 comment
Owner

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 32kgs even though all your items only adds upto 16kgs.
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.

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 `32kgs` even though all your items only adds upto `16kgs`. 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.
Author
Owner

@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)

<!-- gh-comment-id:546560563 --> @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)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#6297