[PR #311] [MERGED] Random stuff 3 #12070

Open
opened 2026-06-05 12:21:49 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/311
Author: @Gptaqbc
Created: 12/21/2019
Status: Merged
Merged: 12/21/2019
Merged by: @dginovker

Base: masterHead: random-stuff-3


📝 Commits (10+)

  • 7c3f564 Make ::update automatically restart server as well
  • 01bd595 Merge remote-tracking branch 'upstream/master' into random-stuff-3
  • ab1070d Add bank area checks back since previously you could open a bank, and as long as you didn't open another interface you could abuse it
  • 77dc471 Fix noclip (NEEDS TESTING)
  • 8b0838b Merge remote-tracking branch 'upstream/more_packet_prevention' into random-stuff-3
  • a0c2e33 Merge remote-tracking branch 'upstream/master' into random-stuff-3
  • 633f05a Revert "Fix noclip (#302)"
  • 41a0ddb Merge remote-tracking branch 'upstream/revert-302-more_packet_prevention' into random-stuff-3
  • 191001d Merge remote-tracking branch 'upstream/master' into random-stuff-3
  • 34a3378 ::clip command removed, fixed a typo, reordered some stuff, fixed a bug with others cannon

📊 Changes

12 files changed (+97 additions, -75 deletions)

View changed files

📝 2006Redone Client/src/ClientSettings.java (+0 -3)
📝 2006Redone Client/src/Flo.java (+5 -1)
📝 2006Redone Client/src/Game.java (+0 -13)
📝 2006Redone Server/src/com/rebotted/game/content/combat/magic/MagicRequirements.java (+2 -2)
📝 2006Redone Server/src/com/rebotted/game/content/combat/range/DwarfCannon.java (+7 -10)
📝 2006Redone Server/src/com/rebotted/game/dialogues/DialogueHandler.java (+3 -3)
📝 2006Redone Server/src/com/rebotted/game/players/Player.java (+2 -0)
📝 2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java (+3 -4)
📝 2006Redone Server/src/com/rebotted/game/shops/ShopAssistant.java (+0 -5)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java (+35 -8)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/Walking.java (+40 -26)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/items/ItemAssistant.class (+0 -0)

📄 Description

Someone asked for more players in the top ranks and devs thought it would also be cool so instead of 5 we now have 10 per type. Also added more alias to existing commands and added some stuff to the ::commands itself.


🔄 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/311 **Author:** [@Gptaqbc](https://github.com/Gptaqbc) **Created:** 12/21/2019 **Status:** ✅ Merged **Merged:** 12/21/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `random-stuff-3` --- ### 📝 Commits (10+) - [`7c3f564`](https://github.com/2006-Scape/2006Scape/commit/7c3f5645825faaccecf8262ea94ebdf43242de68) Make ::update automatically restart server as well - [`01bd595`](https://github.com/2006-Scape/2006Scape/commit/01bd595f04a9bff35ab47dfab6e8de7e0fe9b8b7) Merge remote-tracking branch 'upstream/master' into random-stuff-3 - [`ab1070d`](https://github.com/2006-Scape/2006Scape/commit/ab1070d97454c1f713ea0981aed656af9e93a2ac) Add bank area checks back since previously you could open a bank, and as long as you didn't open another interface you could abuse it - [`77dc471`](https://github.com/2006-Scape/2006Scape/commit/77dc471c3c22741ead90d64ad06e1fc6f8320d20) Fix noclip (NEEDS TESTING) - [`8b0838b`](https://github.com/2006-Scape/2006Scape/commit/8b0838b386dbd3b0a7691630514af077dea0e095) Merge remote-tracking branch 'upstream/more_packet_prevention' into random-stuff-3 - [`a0c2e33`](https://github.com/2006-Scape/2006Scape/commit/a0c2e336633ffcea4b84fe77b242ec05269c2e67) Merge remote-tracking branch 'upstream/master' into random-stuff-3 - [`633f05a`](https://github.com/2006-Scape/2006Scape/commit/633f05a5246d60dda6c7a69101b8d4fa1c6a25a3) Revert "Fix noclip (#302)" - [`41a0ddb`](https://github.com/2006-Scape/2006Scape/commit/41a0ddb641c1b3e97bece6902aaf93d766d6e636) Merge remote-tracking branch 'upstream/revert-302-more_packet_prevention' into random-stuff-3 - [`191001d`](https://github.com/2006-Scape/2006Scape/commit/191001d749e30bd75b40473df43c4a32632202ff) Merge remote-tracking branch 'upstream/master' into random-stuff-3 - [`34a3378`](https://github.com/2006-Scape/2006Scape/commit/34a33781bcba80dcb9d0e1f4f4ae20046f4e2c68) ::clip command removed, fixed a typo, reordered some stuff, fixed a bug with others cannon ### 📊 Changes **12 files changed** (+97 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Client/src/ClientSettings.java` (+0 -3) 📝 `2006Redone Client/src/Flo.java` (+5 -1) 📝 `2006Redone Client/src/Game.java` (+0 -13) 📝 `2006Redone Server/src/com/rebotted/game/content/combat/magic/MagicRequirements.java` (+2 -2) 📝 `2006Redone Server/src/com/rebotted/game/content/combat/range/DwarfCannon.java` (+7 -10) 📝 `2006Redone Server/src/com/rebotted/game/dialogues/DialogueHandler.java` (+3 -3) 📝 `2006Redone Server/src/com/rebotted/game/players/Player.java` (+2 -0) 📝 `2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java` (+3 -4) 📝 `2006Redone Server/src/com/rebotted/game/shops/ShopAssistant.java` (+0 -5) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java` (+35 -8) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/Walking.java` (+40 -26) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/items/ItemAssistant.class` (+0 -0) </details> ### 📄 Description Someone asked for more players in the top ranks and devs thought it would also be cool so instead of 5 we now have 10 per type. Also added more alias to existing commands and added some stuff to the ::commands itself. --- <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-06-05 12:21:49 +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#12070