Stowaway Rollerrats teleport to you when attacked outside their "area" #1376
Labels
No labels
area
blabot
area
client
area
encounters
area
launcher
area
missions
area
npc-behavior
area
performance
area
portal
area
quests
area
rdb
area
teams
area
trading
area
zone
priority
1
priority
2
priority
3
priority
4
shadowlands
state
cant-reproduce
state
duplicate
state
fixed
state
new
state
unrefined
state
verified
state
wontfix
type
bug
type
enhancement
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: prk/issues#1376
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Report link
https://bytebin.project-rk.com/GYxN0ma9
Reproduction steps
Expected results
The rat should roll towards me.
Actual results
It teleports to me after a short while (assume the time it would take to roll over)
Bug prevalence
Reproduceble
Description & Attachments
See video for behavior.
Seems to also happen for the other mobs there, like the Junkbots.
This one is going to be hard to solve. The reason this happens is because of how we are baking NavMeshes for playfields. The platform itself is treated as seperate geometry compared to the bridge to it because of the 'sign' that exists above the entrance to the platform. Because the mob can't pathfind to the player it invokes our 'stuck' logic for the mob and places them at you instead. Since we don't have access to FCs NavMesh Data/tooling, this is probably as good as we'll get for the Shuttleport and this little error will persist.