[PR #200] [MERGED] bunch o changes #5244

Closed
opened 2026-05-27 12:21:25 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/200
Author: @RedSparr0w
Created: 11/18/2019
Status: Merged
Merged: 11/18/2019
Merged by: @dginovker

Base: masterHead: clues


📝 Commits (6)

📊 Changes

6 files changed (+454 additions, -62 deletions)

View changed files

2006Redone Server/data/characters/cluescrolls.txt (+415 -0)
📝 2006Redone Server/src/redone/game/content/randomevents/SandwhichLady.java (+3 -8)
📝 2006Redone Server/src/redone/game/content/skills/runecrafting/Runecrafting.java (+33 -51)
📝 2006Redone Server/src/redone/game/npcs/NpcHandler.java (+1 -1)
📝 2006Redone Server/src/redone/game/npcs/drops/NPCDropsHandler.java (+1 -1)
📝 2006Redone Server/src/redone/net/packets/impl/Commands.java (+1 -1)

📄 Description

Tidy up some stuff,
Fixup fightcaves crash (i think)
Fixup ::items command without amount specified


🔄 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/200 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 11/18/2019 **Status:** ✅ Merged **Merged:** 11/18/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `clues` --- ### 📝 Commits (6) - [`bba52ec`](https://github.com/2006-Scape/2006Scape/commit/bba52ec2537a706463715139247ca6336ce6eac8) Create cluescrolls.txt - [`3a5a7c4`](https://github.com/2006-Scape/2006Scape/commit/3a5a7c47deaa7784d92904fa2a39af2a2d23e340) tidy up - [`f45de51`](https://github.com/2006-Scape/2006Scape/commit/f45de518b9ba359efcc34a4e4244f29c89c9fd46) fixup ::item command - [`7d6206e`](https://github.com/2006-Scape/2006Scape/commit/7d6206eead80a5149587491eff62cb6bc86bdf23) tidy up - [`af00b0c`](https://github.com/2006-Scape/2006Scape/commit/af00b0c38537e179c2680246747821c90cdc7286) Merge remote-tracking branch 'upstream/master' into clues - [`d7797f1`](https://github.com/2006-Scape/2006Scape/commit/d7797f110927d28a82cefe42a2eb5ddb920805bc) fixup fight caves checker ### 📊 Changes **6 files changed** (+454 additions, -62 deletions) <details> <summary>View changed files</summary> ➕ `2006Redone Server/data/characters/cluescrolls.txt` (+415 -0) 📝 `2006Redone Server/src/redone/game/content/randomevents/SandwhichLady.java` (+3 -8) 📝 `2006Redone Server/src/redone/game/content/skills/runecrafting/Runecrafting.java` (+33 -51) 📝 `2006Redone Server/src/redone/game/npcs/NpcHandler.java` (+1 -1) 📝 `2006Redone Server/src/redone/game/npcs/drops/NPCDropsHandler.java` (+1 -1) 📝 `2006Redone Server/src/redone/net/packets/impl/Commands.java` (+1 -1) </details> ### 📄 Description Tidy up some stuff, Fixup fightcaves crash (i think) Fixup `::items` command without amount specified --- <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-27 12:21:25 +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#5244