QuentinGruber / h1z1-server

Library used to emulate h1z1 game servers
https://h1emu.com
GNU General Public License v3.0
94 stars 53 forks source link

0.35.1 Airdrop without aircraft or sound, the descent process model of the airdrop is a pickup truck #2051

Closed alvazhang79 closed 4 months ago

alvazhang79 commented 5 months ago

Describe the bug A clear andWhen I called for an airdrop using the airdrop code, I didn't hear the roar of the plane or see the plane. I only saw a pickup truck descending from the sky, but the materials in the airdrop box after landing were normal. concise description of what the bug is.

To Reproduce

Expected behavior

Screenshots See attachment D8EDF62B836EEB0774FB650683800844

Additional context

QuentinGruber commented 4 months ago

Ok tested it and yep the bug report is accurate, my guess is that some enums ids have been swapped :/ Gonna fix that :cowboy_hat_face:

QuentinGruber commented 4 months ago

Actually it's bc i made change to how vehicle creation works, so we use the vehicleId and not the actorId that's what created the issue there at least for the crate being a pickup... and the plane being a jeep