[PR #407] [MERGED] Non-spammy player shops #1178

Closed
opened 2026-05-20 10:16:24 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/407
Author: @dginovker
Created: 8/3/2020
Status: Merged
Merged: 8/3/2020
Merged by: @dginovker

Base: masterHead: nonspamplayershops


📝 Commits (2)

  • 1b96d1e Add check that players are over total level 50, but shop items check is broken
  • 672b98d Bots now only appear when they meet reqs! Woot!

📊 Changes

5 files changed (+28 additions, -3 deletions)

View changed files

📝 2006Redone Server/src/main/java/com/rebotted/GameConstants.java (+1 -1)
📝 2006Redone Server/src/main/java/com/rebotted/game/bots/Bot.java (+5 -0)
📝 2006Redone Server/src/main/java/com/rebotted/game/bots/BotHandler.java (+18 -1)
📝 2006Redone Server/src/main/java/com/rebotted/game/players/PlayerSave.java (+3 -0)
📝 2006Redone Server/src/main/java/com/rebotted/game/shops/ShopHandler.java (+1 -1)

📄 Description

Players only keep their shops up if they're >50 total level and actually have something in them :)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/407 **Author:** [@dginovker](https://github.com/dginovker) **Created:** 8/3/2020 **Status:** ✅ Merged **Merged:** 8/3/2020 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `nonspamplayershops` --- ### 📝 Commits (2) - [`1b96d1e`](https://github.com/2006-Scape/2006Scape/commit/1b96d1e2ab2f6529e4eb6831a9bbdb4bcd4ddfe6) Add check that players are over total level 50, but shop items check is broken - [`672b98d`](https://github.com/2006-Scape/2006Scape/commit/672b98d8d2a256892194a62f7e7475e6fc617351) Bots now only appear when they meet reqs! Woot! ### 📊 Changes **5 files changed** (+28 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/main/java/com/rebotted/GameConstants.java` (+1 -1) 📝 `2006Redone Server/src/main/java/com/rebotted/game/bots/Bot.java` (+5 -0) 📝 `2006Redone Server/src/main/java/com/rebotted/game/bots/BotHandler.java` (+18 -1) 📝 `2006Redone Server/src/main/java/com/rebotted/game/players/PlayerSave.java` (+3 -0) 📝 `2006Redone Server/src/main/java/com/rebotted/game/shops/ShopHandler.java` (+1 -1) </details> ### 📄 Description Players only keep their shops up if they're >50 total level and actually have something in them :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-20 10:16:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#1178