[DiscordArchive] Doing some testing with some ulduar bosses, mimirons rocket for the VX-001 gets out but does not tra
[DiscordArchive] Doing some testing with some ulduar bosses, mimirons rocket for the VX-001 gets out but does not tra
Archived author: fazz • Posted: 2025-03-11T03:15:56.596000+00:00
Original source
Doing some testing with some ulduar bosses, mimirons rocket for the VX-001 gets out but does not travel to its position. AFAIK, it should fly to the position in a parabolic line. I thought the `GetMotionMaster()->MoveJump` would work (
sorta). It does do the jump, but there needs to be a way to have the travel time be the same (or at least close to) the time when the spell goes off, so that speed would be dependent on how far away the person is. Is there a function that does something like that?
Archived author: fazz • Posted: 2025-03-11T03:48:26.656000+00:00
Original source
Or would that need to be a new function, some sort of calculate distance to, then travel along a parabolic path? I would figure something like that exists but I haven't found anything