mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #653] [CLOSED] Fix NPC player follow to be one step behind. #4155
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/653
Author: @CodyD
Created: 2/20/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
e07c7b2Fix NPC player follow to be one step behind.6da61eaMisc 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.