-
-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow motion, and head pitch issues #3054
Comments
Re issue 1 - you should be setting speedModifier rather than all 3 of the parameters If you use discord that would be appreciated since this issues page is checked less frequently |
Thanks. I prefer talking here since I am not available as often as I wished. I'm fine with the delay. 1 - Why do I need to set it in the first place? Should not Citizens set it appropriately per entity type without me having to set it manually? 2 - I apologize, I have reuploaded it from the user on your behalf: https://ufile.io/u89yij12 3 - I reuploaded the 14sec clip here: https://ufile.io/c0hephiz Basically the user complains that his Boss (your custom NPC) stops following the player, as seen in the clip. |
|
That's really odd since the user did originally upload to Github. I downloaded it on his behalf and reuploaded to youtube: https://www.youtube.com/watch?v=H8ootePyPD8 and |
/version
output/version Citizens
outputLog file
N/A
config.yml
https://paste.denizenscript.com/View/115396
saves.yml
https://paste.denizenscript.com/View/115397
Profiler report
No response
Description
Hey there! I'd like to request help with 3 small things. We spent hours trying to figure it hour so I apology if I am missing something, but I decided to reach out because I am not so familiar/confident with Citizens codebase even after looking through the docs.
See the code below.
1st issue: Movement is too slow unless I explicitly force it through baseSpeed:
Desc: That appears to cause some conflicts such as with speed potions and does not properly work on 1.8.8.
Demo: https://www.loom.com/share/4022820fc5a3405cb262324cb77d1e65
Code:
2nd issue: The bosses head pitch seem to be look up or down, it happens when they are targeting or wandering around
Desc: Please see kangarko/Boss#1210
Demo: See the above link
Code: I have no idea where in my code this could be happening, I apology. I cannot reproduce on the above versions sadly but the user is clearly having something going on.
3rd issue:
Desc: Thanks for helping me with this last time, I tried using "gps.getLocalParameters().distanceMargin(0.5).pathDistanceMargin(0.5);" but it still appears to be going on.
Demo: kangarko/Boss#1195 (the bottom)
Code: gps.getLocalParameters().distanceMargin(0.5).pathDistanceMargin(0.5);
Full code:
Here is my integration code: https://paste.denizenscript.com/View/115398
Thanks,
Matej
The text was updated successfully, but these errors were encountered: