#(Kaleb) Making a waypoint locator thing.

17 messages · Page 1 of 1 (latest)

neon salmon
#

Im making a system that points the player to the next waypoint and shows it on bossbar. It should visually show an arrow pointing towards the waypoint location.

I am stuck on how to get it to return the compass location of where the waypoint is relative to where the player is looking. For example if the player is facing away and the waypoint is behind them it should show the arrow pointing behind them. When they spin around it should point the arrow straight ahead.

https://paste.denizenscript.com/View/105343

warm pikeBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>

potent solar
#

B: there's a yaw between the player & dest, and there's the player's current yaw. Subtract one from the other and you have the relative yaw, which is the direction the lil arrow needs to point

#

C: Have you heard of the compass item in vanilla minecraft lol

fiery cradle
#

Made this a while ago as a fun experiment and it's 15 degree increments but you can take a look at it

neon salmon
neon salmon