[PR #603] [MERGED] Bug fixes #9012

Open
opened 2026-06-01 12:22:50 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/603
Author: @advnau
Created: 2/6/2023
Status: Merged
Merged: 2/6/2023
Merged by: @Dark98

Base: masterHead: bug-fixes


📝 Commits (10+)

📊 Changes

7 files changed (+64 additions, -18 deletions)

View changed files

📝 2006Scape Server/plugins/plugin/click/npc/NpcThirdClick.java (+7 -0)
📝 2006Scape Server/plugins/plugin/click/obj/ObjectFirstClick.java (+6 -0)
📝 2006Scape Server/pom.xml (+20 -3)
📝 2006Scape Server/src/main/java/com/rs2/game/content/combat/melee/MeleeData.java (+28 -12)
📝 2006Scape Server/src/main/java/com/rs2/game/items/ItemAssistant.java (+1 -1)
📝 2006Scape Server/src/main/java/com/rs2/game/players/PlayerAssistant.java (+1 -1)
📝 2006Scape Server/src/main/java/com/rs2/world/Boundary.java (+1 -1)

📄 Description

This is a PR for bug fixes/current issues.

Initial commit should fix https://github.com/2006-Scape/2006Scape/issues/594


🔄 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/603 **Author:** [@advnau](https://github.com/advnau) **Created:** 2/6/2023 **Status:** ✅ Merged **Merged:** 2/6/2023 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `bug-fixes` --- ### 📝 Commits (10+) - [`c7df70d`](https://github.com/2006-Scape/2006Scape/commit/c7df70d9b52a250fc21ed03ff17e7a3fa3643a50) Update Boundary.java - [`7778880`](https://github.com/2006-Scape/2006Scape/commit/777888093d3a123d1665f5c9bad50713e589e14e) fix xp to level up - [`a7fab78`](https://github.com/2006-Scape/2006Scape/commit/a7fab78497a5807015429e6f427491407efe92a6) tomato shop - [`aee54ea`](https://github.com/2006-Scape/2006Scape/commit/aee54ea9b8dd316e63a768d01696e2340e1db35b) fix longsword attack anim - [`4a310bb`](https://github.com/2006-Scape/2006Scape/commit/4a310bb63affc1dc6d765d6f34c20b995524237d) Update MeleeData.java - [`6edbec4`](https://github.com/2006-Scape/2006Scape/commit/6edbec4e0e8cd9f04a508b129085c3e9b9ffbce1) fix dagger/longsword/shortsword anims - [`6a12f9a`](https://github.com/2006-Scape/2006Scape/commit/6a12f9a4d4f70dcfc626ee20f4a6201911e8d02f) Update MeleeData.java - [`0554654`](https://github.com/2006-Scape/2006Scape/commit/0554654b1905535ef06ff8bd6e31cd59cac5e418) obby maul and warhammer interfaces and halberd anims - [`47fd836`](https://github.com/2006-Scape/2006Scape/commit/47fd836a1de545511b04584ab90b09552e3e1a59) Pickaxe anims - [`ccc7db0`](https://github.com/2006-Scape/2006Scape/commit/ccc7db0a9fc74e2fa4354e8da01f75f61fb20e92) adds razmires builder shop ### 📊 Changes **7 files changed** (+64 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/plugins/plugin/click/npc/NpcThirdClick.java` (+7 -0) 📝 `2006Scape Server/plugins/plugin/click/obj/ObjectFirstClick.java` (+6 -0) 📝 `2006Scape Server/pom.xml` (+20 -3) 📝 `2006Scape Server/src/main/java/com/rs2/game/content/combat/melee/MeleeData.java` (+28 -12) 📝 `2006Scape Server/src/main/java/com/rs2/game/items/ItemAssistant.java` (+1 -1) 📝 `2006Scape Server/src/main/java/com/rs2/game/players/PlayerAssistant.java` (+1 -1) 📝 `2006Scape Server/src/main/java/com/rs2/world/Boundary.java` (+1 -1) </details> ### 📄 Description This is a PR for bug fixes/current issues. Initial commit should fix https://github.com/2006-Scape/2006Scape/issues/594 --- <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-01 12:22:50 +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#9012