[PR #273] [MERGED] Random fixes #3180

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

📋 Pull Request Information

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

Base: masterHead: newstuff


📝 Commits (1)

📊 Changes

11 files changed (+83 additions, -18 deletions)

View changed files

📝 2006Redone Server/data/cfg/globaldrops.txt (+2 -0)
📝 2006Redone Server/src/com/rebotted/game/items/ItemAssistant.java (+5 -1)
📝 2006Redone Server/src/com/rebotted/game/items/UseItem.java (+3 -1)
2006Redone Server/src/com/rebotted/game/items/impl/GodPages.java (+40 -0)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/BankAll.java (+0 -1)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/ChangeRegions.java (+0 -1)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/ClickItem.java (+25 -11)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/ItemClick2.java (+3 -0)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/ItemClick3.java (+4 -1)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/ItemOnItem.java (+1 -1)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/PickupItem.java (+0 -1)

📄 Description

  • Cant open nest if you do not have space
  • Added working yo yo
  • Added monks robe spawns
  • Added ability to make god pages
  • Removed a few warnings

closes #265
closes #262
closes #259
closes #243


🔄 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/273 **Author:** [@mrextremez](https://github.com/mrextremez) **Created:** 12/12/2019 **Status:** ✅ Merged **Merged:** 12/12/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `newstuff` --- ### 📝 Commits (1) - [`54b7600`](https://github.com/2006-Scape/2006Scape/commit/54b7600a44bab3df3a8fd9fa3f926d9c2dfe5111) Random fixes ### 📊 Changes **11 files changed** (+83 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/data/cfg/globaldrops.txt` (+2 -0) 📝 `2006Redone Server/src/com/rebotted/game/items/ItemAssistant.java` (+5 -1) 📝 `2006Redone Server/src/com/rebotted/game/items/UseItem.java` (+3 -1) ➕ `2006Redone Server/src/com/rebotted/game/items/impl/GodPages.java` (+40 -0) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/BankAll.java` (+0 -1) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/ChangeRegions.java` (+0 -1) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/ClickItem.java` (+25 -11) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/ItemClick2.java` (+3 -0) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/ItemClick3.java` (+4 -1) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/ItemOnItem.java` (+1 -1) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/PickupItem.java` (+0 -1) </details> ### 📄 Description - Cant open nest if you do not have space - Added working yo yo - Added monks robe spawns - Added ability to make god pages - Removed a few warnings closes #265 closes #262 closes #259 closes #243 --- <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-24 12:20:57 +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#3180