[PR #513] [MERGED] Couple of fixups #5450

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/513
Author: @RedSparr0w
Created: 10/30/2021
Status: Merged
Merged: 10/31/2021
Merged by: @Dark98

Base: masterHead: stuff


📝 Commits (6)

📊 Changes

4 files changed (+32 additions, -19 deletions)

View changed files

📝 2006Scape Client/.settings/org.eclipse.jdt.core.prefs (+8 -3)
📝 2006Scape Server/src/main/java/com/rs2/game/content/combat/CombatAssistant.java (+1 -1)
📝 2006Scape Server/src/main/java/com/rs2/net/packets/impl/Commands.java (+13 -8)
📝 2006Scape Server/src/main/java/com/rs2/world/ItemHandler.java (+10 -7)

📄 Description

Fixup yell (display current preference)
Allow players to yell
Fixup dropping multiple of the same item on the ground in the same spot
Fixup combat requiring runes if not using magic


🔄 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/513 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 10/30/2021 **Status:** ✅ Merged **Merged:** 10/31/2021 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `stuff` --- ### 📝 Commits (6) - [`0d18a96`](https://github.com/2006-Scape/2006Scape/commit/0d18a96031d3ddd294fe25e76c5830ab7851de3e) Show preference state - [`ccb998d`](https://github.com/2006-Scape/2006Scape/commit/ccb998d1eb83310ada471981a672df8fcdf47659) Fixup multiple of the same item on the ground. - [`f34aa90`](https://github.com/2006-Scape/2006Scape/commit/f34aa906f9fa930eedd4017ad14996888e63504d) Fixup combat - [`3ae885f`](https://github.com/2006-Scape/2006Scape/commit/3ae885f977e7588a11e90aee0afac1478fc9f74d) Fixup yell, decrease delay - [`a264e27`](https://github.com/2006-Scape/2006Scape/commit/a264e27222224b4d560c1c398bbce4eb33ca4e51) Tidy up yell - [`7526757`](https://github.com/2006-Scape/2006Scape/commit/7526757cdc0c62fa0b31142c228ba63485578aa0) use jdk8 ### 📊 Changes **4 files changed** (+32 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Client/.settings/org.eclipse.jdt.core.prefs` (+8 -3) 📝 `2006Scape Server/src/main/java/com/rs2/game/content/combat/CombatAssistant.java` (+1 -1) 📝 `2006Scape Server/src/main/java/com/rs2/net/packets/impl/Commands.java` (+13 -8) 📝 `2006Scape Server/src/main/java/com/rs2/world/ItemHandler.java` (+10 -7) </details> ### 📄 Description Fixup yell (display current preference) Allow players to yell Fixup dropping multiple of the same item on the ground in the same spot Fixup combat requiring runes if not using magic --- <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:22:32 +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#5450