1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 13:47:46 +00:00
sapphire/src/common/Network/PacketDef/Ipcs.h

278 lines
9 KiB
C
Raw Normal View History

#ifndef _CORE_NETWORK_PACKETS_IPCS_H
#define _CORE_NETWORK_PACKETS_IPCS_H
#include<stdint.h>
namespace Core {
namespace Network {
namespace Packets {
////////////////////////////////////////////////////////////////////////////////
/// Lobby Connection IPC Codes
/**
* Server IPC Lobby Type Codes.
*/
enum ServerLobbyIpcType : uint16_t
{
LobbyError = 0x0002,
LobbyServiceAccountList = 0x000C,
LobbyCharList = 0x000D,
LobbyCharCreate = 0x000E,
LobbyEnterWorld = 0x000F,
LobbyServerList = 0x0015,
LobbyRetainerList = 0x0017,
};
/**
* Client IPC Lobby Type Codes.
*/
enum ClientLobbyIpcType : uint16_t
{
ReqCharList = 0x0003,
ReqEnterWorld = 0x0004,
ReqServiceAccountList = 0x0005,
ReqCharDelete = 0x000A,
ReqCharCreate = 0x000B,
};
////////////////////////////////////////////////////////////////////////////////
/// Zone Connection IPC Codes
/**
* Server IPC Zone Type Codes.
*/
enum ServerZoneIpcType : uint16_t
{
// static opcode ( the ones that rarely if ever change )
Ping = 0x0065,
Init = 0x0066,
2018-05-26 09:25:56 +02:00
//ActorSpawn = 0x0190, // DEPRECATED
ActorFreeSpawn = 0x0191,
InitZone = 0x019A,
AddStatusEffect = 0x0141,
ActorControl142 = 0x0142,
ActorControl143 = 0x0143,
ActorControl144 = 0x0144,
UpdateHpMpTp = 0x0145,
///////////////////////////////////////////////////
2017-09-10 14:02:16 +09:00
ChatBanned = 0x006B,
2018-05-23 20:01:24 +02:00
Logout = 0x0077, // updated 4.3
CFNotify = 0x0078,
CFMemberStatus = 0x0079,
CFDutyInfo = 0x007A,
CFPlayerInNeed = 0x007F,
SocialRequestError = 0x00AD,
2018-02-01 20:28:04 +11:00
Playtime = 0x00DF, // updated 4.2
CFRegistered = 0x00B8, // updated 4.1
SocialRequestResponse = 0x00BB, // updated 4.1
2018-03-05 17:01:37 +11:00
CancelAllianceForming = 0x00C6, // updated 4.2
2018-05-26 09:25:56 +02:00
Chat = 0x00F7, // updated 4.3
SocialList = 0x00FD, // updated 4.3
UpdateSearchInfo = 0x0100, // updated 4.3
InitSearchInfo = 0x0101, // updated 4.3
2018-05-22 23:48:49 +02:00
ServerNotice = 0x0106, // updated 4.3
SetOnlineStatus = 0x0107, // updated 4.3
CountdownInitiate = 0x0111, // updated 4.3
CountdownCancel = 0x0112, // updated 4.3
2018-02-04 16:40:29 +11:00
2018-01-31 19:20:30 +01:00
BlackList = 0x00FF, // updated 4.2
2017-10-10 23:48:02 +02:00
LogMessage = 0x00D0,
2018-01-31 19:20:30 +01:00
LinkshellList = 0x0106, // updated 4.2
2018-02-04 16:40:29 +11:00
SetCharacterFCInfo = 0x0114, // updated 4.2
2018-05-26 09:25:56 +02:00
StatusEffectList = 0x014E, // updated 4.3
Effect = 0x0151, // updated 4.3
PersistantEffect = 0x0158, // updated 4.3
GCAffiliation = 0xCCFC, // OUTDATED
2018-05-22 04:30:40 -03:00
PlayerSpawn = 0x0172, // updated 4.3
NpcSpawn = 0x0173, // updated 4.3
ActorMove = 0x0174, // updated 4.3
ActorSetPos = 0x0176, // updated 4.3
2018-05-22 04:30:40 -03:00
ActorCast = 0x0178, // updated 4.3
2018-05-22 04:30:40 -03:00
HateList = 0x017B, // updated 4.3
2018-05-22 04:30:40 -03:00
ObjectSpawn = 0x017D, // updated 4.3
ObjectDespawn = 0x017E, // updated 4.3
UpdateClassInfo = 0x018A, // updated 4.3
2018-01-31 19:20:30 +01:00
2018-05-22 04:30:40 -03:00
InitUI = 0x0181, // updated 4.3
PlayerStats = 0x0182, // updated 4.3
ActorOwner = 0x0183, // updated 4.3 ?
PlayerStateFlags = 0x0184, // updated 4.3
PlayerClassInfo = 0x0185, // updated 4.3
ModelEquip = 0x0186, // updated 4.3
2018-05-22 04:30:40 -03:00
ItemInfo = 0x0190, // updated 4.3
ContainerInfo = 0x0191, // updated 4.3
InventoryTransactionFinish = 0x0192, // updated 4.3
InventoryTransaction = 0x0193, // updated 4.3
CurrencyCrystalInfo = 0x0197, // updated 4.3
InventoryActionAck = 0x0180, // updated 4.2 ?
2018-02-02 01:23:12 +11:00
UpdateInventorySlot = 0x0181, // updated 4.2
2018-05-22 23:46:23 +02:00
EventPlay = 0x01A6, // updated 4.3
2018-05-23 20:01:24 +02:00
DirectorPlayScene = 0x01AA, // updated 4.3
2018-05-22 23:46:23 +02:00
EventStart = 0x01AF, // updated 4.3
EventFinish = 0x01B0, // updated 4.3
2017-08-27 02:03:27 +02:00
2017-10-10 18:57:24 +02:00
EventLinkshell = 0x1169,
2017-08-27 02:03:27 +02:00
QuestMessage = 0x01CE, // updated 4.3
QuestTracker = 0x01D3, // updated 4.3
2018-05-22 23:48:49 +02:00
QuestFinish = 0x01C6, // updated 4.3
MSQTrackerComplete = 0x01C7, // updated 4.3
2018-05-23 20:01:24 +02:00
MSQTrackerProgress = 0x01C8, // updated 4.3
QuestActiveList = 0x01C3, // updated 4.3
QuestUpdate = 0x01C4, // updated 4.3
QuestCompleteList = 0x01C5, // updated 4.3
Mount = 0x01E3, // updated 4.3
DirectorVars = 0x01E5, // updated 4.3
WeatherChange = 0x0200, // updated 4.3
PlayerTitleList = 0x0201, // updated 4.3
Discovery = 0x0202, // updated 4.3
EorzeaTimeOffset = 0x0204, // updated 4.3
EquipDisplayFlags = 0x0210, // updated 4.3
CFAvailableContents = 0x01FD, // updated 4.2
PrepareZoning = 0x0291, // updated 4.3
ActorGauge = 0x0292, // updated 4.3
2018-03-18 10:23:59 +01:00
DuelChallenge = 0x0277, // 4.2; this is the responsible for opening an ui
2018-05-22 04:30:40 -03:00
PerformNote = 0x0286, // updated 4.3
// Unknown IPC types that still need to be sent
// TODO: figure all these out properly
IPCTYPE_UNK_320 = 0x024C, // updated 4.3
IPCTYPE_UNK_322 = 0x024E, // updated 4.3
};
// TODO: Include structures for the individual packet segment types
/**
* Client IPC Zone Type Codes.
*/
enum ClientZoneIpcType : uint16_t
{
2018-05-23 20:01:24 +02:00
PingHandler = 0x0065, // unchanged 4.3
InitHandler = 0x0066, // unchanged 4.3
2018-05-23 20:01:24 +02:00
FinishLoadingHandler = 0x0069, // unchanged 4.3
CFCommenceHandler = 0x006F,
CFRegisterDuty = 0x0071,
CFRegisterRoulette = 0x0072,
2018-05-23 20:01:24 +02:00
PlayTimeHandler = 0x0073, // unchanged 4.3
LogoutHandler = 0x0074, // unchanged 4.3
CFDutyInfoHandler = 0x0078, // updated 4.2
SocialReqSendHandler = 0x00AE, // updated 4.1
2018-05-22 23:10:31 +02:00
ChatHandler = 0x00D3, // updated 4.3
SocialListHandler = 0x00DB, // updated 4.3
ReqSearchInfoHandler = 0x00E0, // updated 4.3
2018-05-22 23:23:21 +02:00
SetSearchInfoHandler = 0x00DE, // updated 4.3
BlackListHandler = 0x00EC, // updated 4.3
2018-03-15 18:06:12 +11:00
PlayerSearchHandler = 0x00E2, // updated 4.2
LinkshellListHandler = 0x00F4, // updated 4.3
2018-02-01 20:28:04 +11:00
FcInfoReqHandler = 0x011A, // updated 4.2
2018-02-25 15:16:42 +11:00
ReqJoinNoviceNetwork = 0x0129, // updated 4.2
2018-02-04 17:21:35 +11:00
ReqCountdownInitiate = 0x012C, // updated 4.2
ReqCountdownCancel = 0x012D, // updated 4.2
2018-02-04 16:40:29 +11:00
ZoneLineHandler = 0x013C, // updated 4.3
ActionHandler = 0x013D, // updated 4.3
DiscoveryHandler = 0x013E, // updated 4.3
SkillHandler = 0x0140, // updated 4.3
GMCommand1 = 0x0141, // updated 4.3
GMCommand2 = 0x0142, // updated 4.3
UpdatePositionHandler = 0x0144, // updated 4.3
UpdatePositionInstance = 0x0183, // updated 4.3
InventoryModifyHandler = 0x014B, // updated 4.3
2018-05-22 23:10:31 +02:00
TalkEventHandler = 0x0154, // updated 4.3
EmoteEventHandler = 0x0155, // updated 4.3
WithinRangeEventHandler = 0x0156, // updated 4.3
OutOfRangeEventHandler = 0x0157, // updated 4.3
EnterTeriEventHandler = 0x0158, // updated 4.3
2017-08-23 23:58:14 +02:00
2018-05-22 23:10:31 +02:00
ReturnEventHandler = 0x015D, // updated 4.3
TradeReturnEventHandler = 0x015E, // updated 4.3
LinkshellEventHandler = 0x0150, // updated 4.1 ??
LinkshellEventHandler1 = 0x0151, // updated 4.1 ??
2017-08-23 23:58:14 +02:00
2018-05-26 09:25:56 +02:00
PerformNoteHandler = 0x029B, // updated 4.3
2018-05-22 23:10:31 +02:00
ReqEquipDisplayFlagsChange = 0x0178, // updated 4.3
};
////////////////////////////////////////////////////////////////////////////////
/// Chat Connection IPC Codes
/**
* Server IPC Chat Type Codes.
*/
enum ServerChatIpcType : uint16_t
{
Tell = 0x0064, // updated for sb
TellErrNotFound = 0x0066,
};
/**
* Client IPC Chat Type Codes.
*/
enum ClientChatIpcType : uint16_t
{
TellReq = 0x0064,
};
} /* Packets */
} /* Network */
} /* Core */
#endif /*_CORE_NETWORK_PACKETS_IPCS_H*/