Feared mobs teleport around instead of run #632

Closed
opened 2024-02-23 03:37:34 +01:00 by TheTinkeringIdiot · 6 comments
TheTinkeringIdiot commented 2024-02-23 03:37:34 +01:00 (Migrated from github.com)

Describe the bug
Mobs afflicted with a fear condition correctly report the "Feared" state, but instead of run/wander they teleport back toward their spawn point, then continue to short distances in random directions.

To Reproduce
Steps to reproduce the behavior:

  1. Fear a mob
  2. Watch it defy spacetime

Expected behavior
Feared mobs should run in random directions around the point at which they are feared, not revert to their spawn point, and they should run smoothly in fear and not teleport.

Screenshots
fear_porting

fear_porting2

**Describe the bug** Mobs afflicted with a fear condition correctly report the "Feared" state, but instead of run/wander they teleport back toward their spawn point, then continue to short distances in random directions. **To Reproduce** Steps to reproduce the behavior: 1. Fear a mob 2. Watch it defy spacetime **Expected behavior** Feared mobs should run in random directions around the point at which they are feared, not revert to their spawn point, and they should run smoothly in fear and not teleport. **Screenshots** ![fear_porting](https://github.com/project-rubika/issues/assets/96996793/efffed63-ba5a-486c-ac26-f675e9043061) ![fear_porting2](https://github.com/project-rubika/issues/assets/96996793/d4c7e898-35c2-4b5a-b5ad-fd06aaaf3971)
RaggyLP commented 2024-02-23 22:42:08 +01:00 (Migrated from github.com)

Confirmed. This teleporting might be related to the Walking/Running mismatch that showed up during the lerp fixes?

Confirmed. This teleporting might be related to the Walking/Running mismatch that showed up during the lerp fixes?
portalerprk commented 2024-02-27 15:40:10 +01:00 (Migrated from github.com)
Fixed. https://github.com/project-rubika/issues/assets/60405799/49f7b3bb-8361-47bd-951a-41551ef3117e
RaggyLP commented 2024-02-27 19:25:53 +01:00 (Migrated from github.com)

Crat fears will now put the mob into the 'fear' state, however, whilst in this state, if the mob is nearby, it will still continue to hit the player, so it's attack bars are not paused.

image

The nanos 'Prey on Fear', 'Sneaking Terror' and 'Terror Blast' aren't adding the NCU component to the target, which means it will be locked into the Fear state, way beyond its expected duration as there is no Nano expiry to force state change.

None of the Enforcer or MA fears are working right now. They do not put the target into a Fear state.

image

Crat fears will now put the mob into the 'fear' state, however, whilst in this state, if the mob is nearby, it will still continue to hit the player, so it's attack bars are not paused. ![image](https://github.com/project-rubika/issues/assets/156821187/247b9c46-1175-463a-966d-9e36f7dab781) The nanos 'Prey on Fear', 'Sneaking Terror' and 'Terror Blast' aren't adding the NCU component to the target, which means it will be locked into the Fear state, way beyond its expected duration as there is no Nano expiry to force state change. None of the Enforcer or MA fears are working right now. They do not put the target into a Fear state. ![image](https://github.com/project-rubika/issues/assets/156821187/1520e91c-6bc6-4a2a-865a-344baac99e3c)
portalerprk commented 2024-02-27 20:54:03 +01:00 (Migrated from github.com)

Regarding attacking while feared.. I've got a fix about to drop.

Regarding Prey on Fear, Seaking Terror, etc check this out .. notice in 18.5 they seemed to have fixed these missing "Buff Nano" flags. Which would place the nano in your NCU instead of of just applying affects instantly.

image

image

Regarding attacking while feared.. I've got a fix about to drop. Regarding Prey on Fear, Seaking Terror, etc check this out .. notice in 18.5 they seemed to have fixed these missing "Buff Nano" flags. Which would place the nano in your NCU instead of of just applying affects instantly. ![image](https://github.com/project-rubika/issues/assets/60405799/7ac77a0b-8079-47d1-96b7-87911fbba4fa) ![image](https://github.com/project-rubika/issues/assets/60405799/a4b63c62-9de7-492d-9f2d-1fc1c398b8e3)
portalerprk commented 2024-02-27 20:57:17 +01:00 (Migrated from github.com)
https://github.com/project-rubika/issues/assets/60405799/1a845cd2-15ed-4dd2-a1c8-75403f4beb8c
RaggyLP commented 2024-02-27 22:51:24 +01:00 (Migrated from github.com)

All fears (excepting the 3 missing the buff nano flag) now work as expected. All Crat/MA/Enf fears place the target in the Fear state before returning to fighting. Confirmed fixed as of 21:51 UTC - 27/02/24

All fears (excepting the 3 missing the ```buff nano``` flag) now work as expected. All Crat/MA/Enf fears place the target in the Fear state before returning to fighting. Confirmed fixed as of 21:51 UTC - 27/02/24
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: prk/issues#632
No description provided.