mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
ffxivmon
This commit is contained in:
parent
727ce629a4
commit
68e80bbabf
1 changed files with 6 additions and 0 deletions
|
@ -229,6 +229,12 @@ namespace Sapphire::Network::Packets
|
|||
IPCTYPE_UNK_320 = 0x0253, // updated 4.5
|
||||
IPCTYPE_UNK_322 = 0x0255, // updated 4.5
|
||||
|
||||
|
||||
MahjongTileDiscard = 0x02C1, // Other player discards a tile, chi(1)/pon(2)/kan(4)/ron(8) flags etc..
|
||||
MahjongPlayersInfo = 0x02C2, // actor id, name, rating, stuff..
|
||||
MahjongOpenGui = 0x02BC, // players must be spawned beforehand
|
||||
MahjongNextRound = 0x02BD, // initial hands, # of riichi(???), winds, honba #, scores, seats and stuff..
|
||||
MahjongTileTsumo = 0x02BE, // Other player tsumo(tile drawn)
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue