mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Added 0x6c to the actorIdChanger. Mount appearance is now broadcast to show Goobbue. Equipment packets implemented as well as Equipment object.
This commit is contained in:
@@ -581,12 +581,12 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
|
||||
public void sendChocoboAppearance()
|
||||
{
|
||||
queuePacket(SetCurrentMountChocoboPacket.buildPacket(actorId, chocoboAppearance));
|
||||
broadcastPacket(SetCurrentMountChocoboPacket.buildPacket(actorId, chocoboAppearance), true);
|
||||
}
|
||||
|
||||
public void sendGoobbueAppearance()
|
||||
{
|
||||
queuePacket(SetCurrentMountGoobbuePacket.buildPacket(actorId, 1));
|
||||
broadcastPacket(SetCurrentMountGoobbuePacket.buildPacket(actorId, 1), true);
|
||||
}
|
||||
|
||||
public void setMountState(byte mountState)
|
||||
|
Reference in New Issue
Block a user