[PR #664] Added drops command #695

Open
opened 2026-05-15 02:58:17 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/664
Author: @ipkpjersi
Created: 1/19/2025
Status: 🔄 Open

Base: masterHead: drops-command


📝 Commits (7)

📊 Changes

3 files changed (+96 additions, -0 deletions)

View changed files

📝 2006Scape Server/src/main/java/com/rs2/game/npcs/drops/NPCDropsHandler.java (+5 -0)
📝 2006Scape Server/src/main/java/com/rs2/net/packets/impl/Commands.java (+79 -0)
📝 2006Scape Server/src/main/java/org/apollo/cache/def/ItemDefinition.java (+12 -0)

📄 Description

No description provided


🔄 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/664 **Author:** [@ipkpjersi](https://github.com/ipkpjersi) **Created:** 1/19/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `drops-command` --- ### 📝 Commits (7) - [`d5562a2`](https://github.com/2006-Scape/2006Scape/commit/d5562a2727f72aa2234b4d206473d6a59c801bc1) Added drops command - [`60ecce5`](https://github.com/2006-Scape/2006Scape/commit/60ecce51d9df569cf149c165f12f53dfb350aa24) Fixed drops command NPE - [`8f9c590`](https://github.com/2006-Scape/2006Scape/commit/8f9c5909c935bd41218f17f74042d5eda18415ea) Added comment - [`c168417`](https://github.com/2006-Scape/2006Scape/commit/c168417576d6add67477d00a6b9249a619b11bdc) Updated drops command comment - [`970a92a`](https://github.com/2006-Scape/2006Scape/commit/970a92a83682175ac56310251f66638ea6cf582c) Added aliases for drops command - [`da59a35`](https://github.com/2006-Scape/2006Scape/commit/da59a3510ecac14b9319a9dcbb54dd8e5d1c310e) Added comment for drops command - [`f776f85`](https://github.com/2006-Scape/2006Scape/commit/f776f85a545767b352b076e3a45ed8ed297de9e1) Updated example drops command ### 📊 Changes **3 files changed** (+96 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/src/main/java/com/rs2/game/npcs/drops/NPCDropsHandler.java` (+5 -0) 📝 `2006Scape Server/src/main/java/com/rs2/net/packets/impl/Commands.java` (+79 -0) 📝 `2006Scape Server/src/main/java/org/apollo/cache/def/ItemDefinition.java` (+12 -0) </details> ### 📄 Description _No description provided_ --- <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-15 02:58:17 +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#695