1. I'm pretty new to plugin development, and have only been seriously programming as a hobby for a few months - while I can do most stuff I'd like, there are still a lot of white spots.

    How would I go about overriding the plane's movement? I'm able to modify it's rotation, but not location.

    I assume whatever changes I'm making are being overridden by the Plane's own methods, but how would I go about modifying those? I've seen it done before in plugins that make the plane fly in circles, or even crash - but seeing as these plugins are behind a paywall, I cannot get my hands on em to see how they do it.

    Thank you in advance!
     
  2. Very complex topic :p Needs also the use of reflection.
    Look in FancyDrop for the function "startCargoPlane", there in the last half of the code.
    Also the custom class "DropTiming" does manage there the plane behavior.
     
  3. Thank you! I'm gonna study that plugin like the Bible.
     
  4. It's THE AirDrop-Bible :p