[GH-ISSUE #218] Boots of lightness weight reduction stack #4274

Closed
opened 2026-05-26 12:19:56 +00:00 by Dark98 · 5 comments
Owner

Originally created by @RedSparr0w on GitHub (Nov 28, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/218

If you equip boots of lightness multiple times, your weight will be reduced each time without increasing.

Originally created by @RedSparr0w on GitHub (Nov 28, 2019). Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/218 If you equip boots of lightness multiple times, your weight will be reduced each time without increasing.
Dark98 added the Difficulty: Easy label 2026-05-26 12:19:56 +00:00
Author
Owner

@dginovker commented on GitHub (Nov 28, 2019):

From Dark98:

I'm not with my pc but for boots of lightness,under here
https://github.com/dginovker/2006rebotted/blob/d876a923b9d14410b4d8b860239ea4462dd6243a/2006Redone%20Server/src/com/rebotted/game/items/ItemAssistant.java#L1739

if (c.playerEquipment[slot] == 88) {    
  player.weight -= 4.5;            player.getPacketSender().writeWeight((int) player.weight);
}
<!-- gh-comment-id:559558221 --> @dginovker commented on GitHub (Nov 28, 2019): From Dark98: I'm not with my pc but for boots of lightness,under here https://github.com/dginovker/2006rebotted/blob/d876a923b9d14410b4d8b860239ea4462dd6243a/2006Redone%20Server/src/com/rebotted/game/items/ItemAssistant.java#L1739 ``` if (c.playerEquipment[slot] == 88) { player.weight -= 4.5; player.getPacketSender().writeWeight((int) player.weight); } ```
Author
Owner

@mrextremez commented on GitHub (Nov 29, 2019):

I will fix when I get time if someone else hasn’t already

<!-- gh-comment-id:559760703 --> @mrextremez commented on GitHub (Nov 29, 2019): I will fix when I get time if someone else hasn’t already
Author
Owner

@Gptaqbc commented on GitHub (Dec 7, 2019):

Fixed. Will push soon.

It wasn't exactly as Dark98 said but it was a really good starting point!

<!-- gh-comment-id:562802963 --> @Gptaqbc commented on GitHub (Dec 7, 2019): Fixed. Will push soon. It wasn't exactly as Dark98 said but it was a really good starting point!
Author
Owner

@RedSparr0w commented on GitHub (Dec 8, 2019):

It doesn't happen anymore if you keep equiping just the boots of lightness,
But if you equip a different pair of boots, then boots of lightness alternating, then it still stacks.

<!-- gh-comment-id:563005835 --> @RedSparr0w commented on GitHub (Dec 8, 2019): It doesn't happen anymore if you keep equiping **just** the boots of lightness, But if you equip a different pair of boots, then boots of lightness alternating, then it still stacks.
Author
Owner

@RedSparr0w commented on GitHub (Dec 12, 2019):

Fixed by #272

<!-- gh-comment-id:565210594 --> @RedSparr0w commented on GitHub (Dec 12, 2019): Fixed by #272
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#4274