[PR #624] [MERGED] Fix Some NPC's Turning When Clicked That Shouldn't #6206

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/624
Author: @Dark98
Created: 2/21/2023
Status: Merged
Merged: 2/23/2023
Merged by: @Dark98

Base: masterHead: npc-chair-turning


📝 Commits (4)

  • ce37b1a Fix Some NPC's That Shouldn't Turn When Clicked
  • e46a40d Fix Some NPC's That Shouldn't Turn When Clicked
  • 97168fd Make immobileNpcs private
  • 2e814ec Npc.java IntelliJ Code Format

📊 Changes

7 files changed (+500 additions, -485 deletions)

View changed files

📝 2006Scape Server/src/main/java/com/rs2/game/content/combat/CombatAssistant.java (+1 -1)
📝 2006Scape Server/src/main/java/com/rs2/game/content/combat/npcs/NpcCombat.java (+2 -2)
📝 2006Scape Server/src/main/java/com/rs2/game/content/combat/range/DwarfCannon.java (+1 -1)
📝 2006Scape Server/src/main/java/com/rs2/game/content/skills/thieving/Pickpocket.java (+1 -1)
📝 2006Scape Server/src/main/java/com/rs2/game/npcs/Npc.java (+473 -457)
📝 2006Scape Server/src/main/java/com/rs2/game/npcs/NpcHandler.java (+16 -17)
📝 2006Scape Server/src/main/java/com/rs2/net/packets/impl/ClickNPC.java (+6 -6)

📄 Description

Needs Testing Properly


🔄 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/624 **Author:** [@Dark98](https://github.com/Dark98) **Created:** 2/21/2023 **Status:** ✅ Merged **Merged:** 2/23/2023 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `npc-chair-turning` --- ### 📝 Commits (4) - [`ce37b1a`](https://github.com/2006-Scape/2006Scape/commit/ce37b1a0ab6828737e131f2bed9d1b7a95cf7791) Fix Some NPC's That Shouldn't Turn When Clicked - [`e46a40d`](https://github.com/2006-Scape/2006Scape/commit/e46a40d1dee14a31ec7073fca053367a0ddeebe6) Fix Some NPC's That Shouldn't Turn When Clicked - [`97168fd`](https://github.com/2006-Scape/2006Scape/commit/97168fd8985f25d169f9d36a709967de65b047c4) Make immobileNpcs private - [`2e814ec`](https://github.com/2006-Scape/2006Scape/commit/2e814ec6786512e4ffd37874c7bef8886e98b0f0) Npc.java IntelliJ Code Format ### 📊 Changes **7 files changed** (+500 additions, -485 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/src/main/java/com/rs2/game/content/combat/CombatAssistant.java` (+1 -1) 📝 `2006Scape Server/src/main/java/com/rs2/game/content/combat/npcs/NpcCombat.java` (+2 -2) 📝 `2006Scape Server/src/main/java/com/rs2/game/content/combat/range/DwarfCannon.java` (+1 -1) 📝 `2006Scape Server/src/main/java/com/rs2/game/content/skills/thieving/Pickpocket.java` (+1 -1) 📝 `2006Scape Server/src/main/java/com/rs2/game/npcs/Npc.java` (+473 -457) 📝 `2006Scape Server/src/main/java/com/rs2/game/npcs/NpcHandler.java` (+16 -17) 📝 `2006Scape Server/src/main/java/com/rs2/net/packets/impl/ClickNPC.java` (+6 -6) </details> ### 📄 Description Needs Testing Properly --- <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-28 12:22:16 +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#6206