AirSkyBoat / AirSkyBoat

Welcome to the AirSkyBoat Emulation code base. Our primary goal and purpose is to provide a 75 Cap emulation module to the LandSandBoat FFXI Server Emulator.
https://discord.gg/SM2J2z8Cz6
GNU General Public License v3.0
73 stars 216 forks source link

🐛 Familiar and Overdrive missing pet animation #244

Open CriticalXI opened 2 years ago

CriticalXI commented 2 years ago

When using Familiar or Overdrive, an animation should occur on the pet you have out. Currently it only does an animation on the player.

xkoredev commented 1 year ago

Ophelia was going over this with me and it seemed non trivial to add the independent animation since doing so would cause the fX to play twice, one on the player and one on the pet. For future reference familiar animid is 39. overdrive is 143. Mode is 2.

This seems a lot of trouble for what we get (unless someone can come up with a quick solution)