mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #501] [MERGED] Update how player shop is handled #14141
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?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/501
Author: @RedSparr0w
Created: 9/20/2021
Status: ✅ Merged
Merged: 9/20/2021
Merged by: @Dark98
Base:
master← Head:player-shop📝 Commits (7)
0d776a8Update how player shop is handledd27d3c3Squashed commit of the following:87c4e36Update DialogueHandler.java03d0528Fix for models out of bounds88c428eRevert "Squashed commit of the following:"7a15a05Merge remote-tracking branch 'upstream/master' into player-shop7c18632Other shop tidy up📊 Changes
9 files changed (+75 additions, -20 deletions)
View changed files
📝
2006Scape Client/src/main/java/Model.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/game/bots/Bot.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/game/bots/BotHandler.java(+10 -0)📝
2006Scape Server/src/main/java/com/rs2/game/dialogues/DialogueHandler.java(+11 -0)📝
2006Scape Server/src/main/java/com/rs2/game/dialogues/DialogueOptions.java(+18 -0)📝
2006Scape Server/src/main/java/com/rs2/game/players/Player.java(+4 -0)📝
2006Scape Server/src/main/java/com/rs2/game/shops/ShopAssistant.java(+3 -3)📝
2006Scape Server/src/main/java/com/rs2/game/shops/ShopHandler.java(+23 -11)📝
2006Scape Server/src/main/java/com/rs2/net/packets/impl/Commands.java(+4 -4)📄 Description
Update player shops
New menu for


::shopcommand:Player shops now show as combat level 0

Also fixed when someone else buys items from a shop, should now reload amounts on all players clients.
(all shops, not just player shops)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.