[PR #653] [CLOSED] Fix NPC player follow to be one step behind. #5553

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/653
Author: @CodyD
Created: 2/20/2024
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • e07c7b2 Fix NPC player follow to be one step behind.
  • 6da61ea Misc bug fixes associated with NPC following.

📊 Changes

3 files changed (+41 additions, -20 deletions)

View changed files

📝 2006Scape Server/src/main/java/com/rs2/game/npcs/NPCDefinition.java (+9 -1)
📝 2006Scape Server/src/main/java/com/rs2/game/npcs/NpcHandler.java (+26 -18)
📝 2006Scape Server/src/main/java/com/rs2/game/players/Player.java (+6 -1)

📄 Description

Fixed NPC follow to track player's previous step, instead of current step.


🔄 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/653 **Author:** [@CodyD](https://github.com/CodyD) **Created:** 2/20/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`e07c7b2`](https://github.com/2006-Scape/2006Scape/commit/e07c7b2c765c3207a7c08450e5ffe68cc2c6ce94) Fix NPC player follow to be one step behind. - [`6da61ea`](https://github.com/2006-Scape/2006Scape/commit/6da61ea7ff68ad9463c7e516fef01dc9db83c835) Misc bug fixes associated with NPC following. ### 📊 Changes **3 files changed** (+41 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/src/main/java/com/rs2/game/npcs/NPCDefinition.java` (+9 -1) 📝 `2006Scape Server/src/main/java/com/rs2/game/npcs/NpcHandler.java` (+26 -18) 📝 `2006Scape Server/src/main/java/com/rs2/game/players/Player.java` (+6 -1) </details> ### 📄 Description Fixed NPC follow to track player's previous step, instead of current step. --- <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:23:03 +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#5553