eqemu-server/common/patches/laurion_ops.h
2024-12-12 19:56:13 -08:00

62 lines
1.1 KiB
C

//list of packets we need to encode on the way out:
E(OP_LogServer)
E(OP_SendMembership)
E(OP_SendMembershipDetails)
E(OP_SendMaxCharacters)
E(OP_SendCharInfo)
E(OP_ExpansionInfo)
E(OP_SpawnAppearance)
//E(OP_SendAATable)
E(OP_PlayerProfile)
E(OP_ZoneEntry)
E(OP_ZoneSpawns)
E(OP_CharInventory)
E(OP_NewSpawn)
E(OP_NewZone)
E(OP_SpawnDoor)
E(OP_GroundSpawn)
E(OP_SendZonepoints)
E(OP_RequestClientZoneChange)
E(OP_ZoneChange)
E(OP_ClientUpdate)
E(OP_WearChange)
E(OP_ChannelMessage)
E(OP_SpecialMesg)
E(OP_DeleteSpawn)
E(OP_FormattedMessage)
E(OP_Consider)
E(OP_HPUpdate)
E(OP_Damage)
E(OP_Animation)
E(OP_Death)
E(OP_MoveItem)
E(OP_ExpUpdate)
E(OP_SendAATable)
E(OP_ItemPacket)
E(OP_ShopRequest)
E(OP_BeginCast)
E(OP_BuffCreate)
E(OP_Buff)
E(OP_ManaChange)
E(OP_Action)
E(OP_MobHealth)
//list of packets we need to decode on the way in:
D(OP_EnterWorld)
D(OP_ZoneEntry)
D(OP_ZoneChange)
D(OP_ClientUpdate)
D(OP_WearChange)
D(OP_ChannelMessage)
D(OP_SetServerFilter)
D(OP_Consider)
D(OP_ConsiderCorpse)
D(OP_ClickDoor)
D(OP_SpawnAppearance)
D(OP_MoveItem)
D(OP_ShopRequest)
D(OP_CastSpell)
#undef E
#undef D