emu_oplist.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. /*
  2. EQ2Emulator: Everquest II Server Emulator
  3. Copyright (C) 2007 EQ2EMulator Development Team (http://www.eq2emulator.net)
  4. This file is part of EQ2Emulator.
  5. EQ2Emulator is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, either version 3 of the License, or
  8. (at your option) any later version.
  9. EQ2Emulator is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with EQ2Emulator. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. N(OP_LoginReplyMsg),
  17. N(OP_LoginByNumRequestMsg),
  18. N(OP_WSLoginRequestMsg),
  19. N(OP_ESInitMsg),
  20. N(OP_ESReadyForClientsMsg),
  21. N(OP_CreateZoneInstanceMsg),
  22. N(OP_ZoneInstanceCreateReplyMsg),
  23. N(OP_ZoneInstanceDestroyedMsg),
  24. N(OP_ExpectClientAsCharacterRequest),
  25. N(OP_ExpectClientAsCharacterReplyMs),
  26. N(OP_ZoneInfoMsg),
  27. N(OP_CreateCharacterRequestMsg),
  28. N(OP_DoneLoadingZoneResourcesMsg),
  29. N(OP_DoneSendingInitialEntitiesMsg),
  30. N(OP_DoneLoadingEntityResourcesMsg),
  31. N(OP_DoneLoadingUIResourcesMsg),
  32. N(OP_PredictionUpdateMsg),
  33. N(OP_RemoteCmdMsg),
  34. N(OP_SetRemoteCmdsMsg),
  35. N(OP_GameWorldTimeMsg),
  36. N(OP_MOTDMsg),
  37. N(OP_ZoneMOTDMsg),
  38. N(OP_GuildRecruitingMemberInfo),
  39. N(OP_GuildRecruiting),
  40. N(OP_GuildRecruitingDetails),
  41. N(OP_GuildRecruitingImage),
  42. N(OP_AvatarCreatedMsg),
  43. N(OP_AvatarDestroyedMsg),
  44. N(OP_RequestCampMsg),
  45. N(OP_MapRequest),
  46. N(OP_CampStartedMsg),
  47. N(OP_CampAbortedMsg),
  48. N(OP_WhoQueryRequestMsg),
  49. N(OP_WhoQueryReplyMsg),
  50. N(OP_MonitorReplyMsg),
  51. N(OP_MonitorCharacterListMsg),
  52. N(OP_MonitorCharacterListRequestMsg),
  53. N(OP_ClientCmdMsg),
  54. N(OP_Lottery),
  55. N(OP_DispatchClientCmdMsg),
  56. N(OP_DispatchESMsg),
  57. N(OP_UpdateTargetMsg),
  58. N(OP_UpdateOpportunityMsg),
  59. N(OP_UpdateTargetLocMsg),
  60. N(OP_UpdateCharacterSheetMsg),
  61. N(OP_UpdateSpellBookMsg),
  62. N(OP_UpdateInventoryMsg),
  63. N(OP_UpdateRecipeBookMsg),
  64. N(OP_RequestRecipeDetailsMsg),
  65. N(OP_RecipeDetailsMsg),
  66. N(OP_UpdateSkillBookMsg),
  67. N(OP_UpdateSkillsMsg),
  68. N(OP_ChangeZoneMsg),
  69. N(OP_ClientTeleportRequestMsg),
  70. N(OP_TeleportWithinZoneMsg),
  71. N(OP_TeleportWithinZoneNoReloadMsg),
  72. N(OP_MigrateClientToZoneRequestMsg),
  73. N(OP_MigrateClientToZoneReplyMsg),
  74. N(OP_ReadyToZoneMsg),
  75. //N(OP_AddClientToGroupMsg),
  76. //N(OP_AddGroupToGroupMsg),
  77. N(OP_RemoveClientFromGroupMsg),
  78. N(OP_RemoveGroupFromGroupMsg),
  79. N(OP_MakeGroupLeaderMsg),
  80. N(OP_GroupCreatedMsg),
  81. N(OP_GroupDestroyedMsg),
  82. N(OP_GroupMemberAddedMsg),
  83. N(OP_GroupMemberRemovedMsg),
  84. N(OP_GroupRemovedFromGroupMsg),
  85. N(OP_GroupLeaderChangedMsg),
  86. N(OP_GroupSettingsChangedMsg),
  87. N(OP_SendLatestRequestMsg),
  88. N(OP_ClearDataMsg),
  89. N(OP_SetSocialMsg),
  90. N(OP_ESStatusMsg),
  91. N(OP_ESZoneInstanceStatusMsg),
  92. N(OP_ZonesStatusRequestMsg),
  93. N(OP_ZonesStatusMsg),
  94. N(OP_ESWeatherRequestMsg),
  95. N(OP_ESWeatherRequestEndMsg),
  96. //N(OP_WSWeatherUpdateMsg),
  97. N(OP_DialogSelectMsg),
  98. N(OP_DialogCloseMsg),
  99. N(OP_RemoveSpellEffectMsg),
  100. N(OP_RemoveConcentrationMsg),
  101. N(OP_QuestJournalOpenMsg),
  102. N(OP_QuestJournalInspectMsg),
  103. //N(OP_SkillSlotMapping),
  104. N(OP_QuestJournalSetVisibleMsg),
  105. N(OP_QuestJournalWaypointMsg),
  106. N(OP_CreateGuildRequestMsg),
  107. N(OP_CreateGuildReplyMsg),
  108. N(OP_GuildsayMsg),
  109. //N(OP_GuildKickMsg),
  110. N(OP_GuildUpdateMsg),
  111. N(OP_FellowshipExpMsg),
  112. N(OP_ConsignmentCloseStoreMsg),
  113. N(OP_ConsignItemRequestMsg),
  114. N(OP_ConsignItemResponseMsg),
  115. //N(OP_PurchaseConsignmentRequestMsg),
  116. N(OP_PurchaseConsignmentLoreCheckRe),
  117. N(OP_QuestReward),
  118. //N(OP_PurchaseConsignmentResponseMsg),
  119. //N(OP_ProcessScriptMsg),
  120. //N(OP_ProcessWorkspaceMsg),
  121. N(OP_HouseDeletedRemotelyMsg),
  122. N(OP_UpdateHouseDataMsg),
  123. N(OP_UpdateHouseAccessDataMsg),
  124. N(OP_PlayerHouseBaseScreenMsg),
  125. N(OP_PlayerHousePurchaseScreenMsg),
  126. N(OP_PlayerHouseAccessUpdateMsg),
  127. N(OP_PlayerHouseDisplayStatusMsg),
  128. N(OP_PlayerHouseCloseUIMsg),
  129. N(OP_BuyPlayerHouseMsg),
  130. N(OP_BuyPlayerHouseTintMsg),
  131. N(OP_CollectAllHouseItemsMsg),
  132. N(OP_RelinquishHouseMsg),
  133. N(OP_EnterHouseMsg),
  134. N(OP_ExitHouseMsg),
  135. N(OP_ExamineConsignmentRequestMsg),
  136. N(OP_MoveableObjectPlacementCriteri),
  137. N(OP_EnterMoveObjectModeMsg),
  138. N(OP_PositionMoveableObject),
  139. N(OP_CancelMoveObjectModeMsg),
  140. N(OP_ShaderCustomizationMsg),
  141. N(OP_ReplaceableSubMeshesMsg),
  142. N(OP_ExamineConsignmentResponseMsg),
  143. N(OP_HouseDefaultAccessSetMsg),
  144. N(OP_HouseAccessSetMsg),
  145. N(OP_HouseAccessRemoveMsg),
  146. N(OP_PayHouseUpkeepMsg),
  147. N(OP_TintWidgetsMsg),
  148. N(OP_UISettingsResponseMsg),
  149. N(OP_UIResetMsg),
  150. N(OP_KeymapLoadMsg),
  151. N(OP_KeymapNoneMsg),
  152. N(OP_KeymapDataMsg),
  153. N(OP_KeymapSaveMsg),
  154. N(OP_DispatchSpellCmdMsg),
  155. N(OP_HouseCustomizationScreenMsg),
  156. N(OP_CustomizationPurchaseRequestMs),
  157. N(OP_CustomizationSetRequestMsg),
  158. N(OP_CustomizationReplyMsg),
  159. N(OP_EntityVerbsRequestMsg),
  160. N(OP_EntityVerbsReplyMsg),
  161. N(OP_EntityVerbsVerbMsg),
  162. N(OP_ChatRelationshipUpdateMsg),
  163. N(OP_ChatCreateChannelMsg),
  164. N(OP_ChatJoinChannelMsg),
  165. N(OP_ChatWhoChannelMsg),
  166. N(OP_ChatLeaveChannelMsg),
  167. N(OP_ChatTellChannelMsg),
  168. N(OP_ChatTellUserMsg),
  169. N(OP_ChatToggleFriendMsg),
  170. N(OP_ChatToggleIgnoreMsg),
  171. N(OP_ChatSendFriendsMsg),
  172. N(OP_ChatSendIgnoresMsg),
  173. N(OP_ChatFiltersMsg),
  174. N(OP_LootItemsRequestMsg),
  175. N(OP_StoppedLootingMsg),
  176. N(OP_SitMsg),
  177. N(OP_StandMsg),
  178. N(OP_SatMsg),
  179. N(OP_StoodMsg),
  180. //N(OP_QuickbarAddMsg),
  181. N(OP_DefaultGroupOptionsRequestMsg),
  182. N(OP_DefaultGroupOptionsMsg),
  183. N(OP_GroupOptionsMsg),
  184. N(OP_DisplayGroupOptionsScreenMsg),
  185. N(OP_DisplayInnVisitScreenMsg),
  186. N(OP_DumpSchedulerMsg),
  187. //N(OP_LSRequestPlayerDescMsg),
  188. N(OP_LSCheckAcctLockMsg),
  189. N(OP_WSAcctLockStatusMsg),
  190. N(OP_RequestHelpRepathMsg),
  191. N(OP_UpdateMotdMsg),
  192. N(OP_RequestTargetLocMsg),
  193. N(OP_PerformPlayerKnockbackMsg),
  194. N(OP_PerformCameraShakeMsg),
  195. N(OP_PopulateSkillMapsMsg),
  196. N(OP_CancelledFeignMsg),
  197. N(OP_SignalMsg),
  198. N(OP_SkillInfoRequest),
  199. N(OP_SkillInfoResponse),
  200. N(OP_ShowCreateFromRecipeUIMsg),
  201. N(OP_CancelCreateFromRecipeMsg),
  202. N(OP_BeginItemCreationMsg),
  203. N(OP_StopItemCreationMsg),
  204. N(OP_ShowItemCreationProcessUIMsg),
  205. N(OP_UpdateItemCreationProcessUIMsg),
  206. N(OP_DisplayTSEventReactionMsg),
  207. N(OP_ShowRecipeBookMsg),
  208. N(OP_KnowledgebaseRequestMsg),
  209. N(OP_KnowledgebaseResponseMsg),
  210. N(OP_CSTicketHeaderRequestMsg),
  211. N(OP_CSTicketInfoMsg),
  212. N(OP_CSTicketCommentRequestMsg),
  213. N(OP_CSTicketCommentResponseMsg),
  214. N(OP_CSTicketCreateMsg),
  215. N(OP_CSTicketAddCommentMsg),
  216. N(OP_CSTicketDeleteMsg),
  217. N(OP_CSTicketChangeNotificationMsg),
  218. N(OP_WorldDataUpdateMsg),
  219. N(OP_WorldDataChangeMsg),
  220. N(OP_KnownLanguagesMsg),
  221. N(OP_LsRequestClientCrashLogMsg),
  222. N(OP_LsClientBaselogReplyMsg),
  223. N(OP_LsClientCrashlogReplyMsg),
  224. N(OP_LsClientAlertlogReplyMsg),
  225. N(OP_LsClientVerifylogReplyMsg),
  226. N(OP_ClientTeleportToLocationMsg),
  227. N(OP_UpdateClientPredFlagsMsg),
  228. N(OP_ChangeServerControlFlagMsg),
  229. N(OP_CSToolsRequestMsg),
  230. N(OP_CSToolsResponseMsg),
  231. N(OP_CreateBoatTransportsMsg),
  232. N(OP_PositionBoatTransportMsg),
  233. N(OP_MigrateBoatTransportMsg),
  234. N(OP_MigrateBoatTransportReplyMsg),
  235. N(OP_DisplayDebugNLLPointsMsg),
  236. N(OP_ExamineInfoRequestMsg),
  237. N(OP_QuickbarInitMsg),
  238. N(OP_QuickbarUpdateMsg),
  239. N(OP_MacroInitMsg),
  240. N(OP_MacroUpdateMsg),
  241. N(OP_QuestionnaireMsg),
  242. N(OP_LevelChangedMsg),
  243. N(OP_SpellGainedMsg),
  244. N(OP_EncounterBrokenMsg),
  245. N(OP_OnscreenMsgMsg),
  246. N(OP_DisplayWarningMsg),
  247. N(OP_ModifyGuildMsg),
  248. N(OP_GuildEventMsg),
  249. N(OP_GuildEventAddMsg),
  250. N(OP_GuildEventActionMsg),
  251. N(OP_GuildEventListMsg),
  252. N(OP_RequestGuildEventDetailsMsg),
  253. N(OP_GuildEventDetailsMsg),
  254. N(OP_RequestGuildBankEventDetailsMs),
  255. N(OP_GuildBankUpdateMsg),
  256. N(OP_RewardPackMsg),
  257. N(OP_RenameGuildMsg),
  258. N(OP_ZoneToFriendRequestMsg),
  259. N(OP_ZoneToFriendReplyMsg),
  260. N(OP_WaypointRequestMsg),
  261. N(OP_WaypointReplyMsg),
  262. N(OP_WaypointSelectMsg),
  263. N(OP_WaypointUpdateMsg),
  264. N(OP_CharNameChangedMsg),
  265. N(OP_ShowZoneTeleporterDestinations),
  266. N(OP_SelectZoneTeleporterDestinatio),
  267. N(OP_ReloadLocalizedTxtMsg),
  268. N(OP_RequestGuildMembershipMsg),
  269. N(OP_GuildMembershipResponseMsg),
  270. N(OP_LeaveGuildNotifyMsg),
  271. N(OP_JoinGuildNotifyMsg),
  272. N(OP_RequestGuildInfoMsg),
  273. N(OP_GuildBankEventListMsg),
  274. N(OP_AvatarUpdateMsg),
  275. N(OP_BioUpdateMsg),
  276. N(OP_InspectPlayerMsg),
  277. N(OP_WSServerLockMsg),
  278. N(OP_WSServerHideMsg),
  279. N(OP_LSServerLockMsg),
  280. N(OP_CsCategoryRequestMsg),
  281. N(OP_CsCategoryResponseMsg),
  282. N(OP_KnowledgeWindowSlotMappingMsg),
  283. N(OP_LFGUpdateMsg),
  284. N(OP_AFKUpdateMsg),
  285. N(OP_AnonUpdateMsg),
  286. N(OP_UpdateActivePublicZonesMsg),
  287. N(OP_UnknownNpcMsg),
  288. N(OP_PromoFlagsDetailsMsg),
  289. N(OP_ConsignViewCreateMsg),
  290. N(OP_ConsignViewGetPageMsg),
  291. N(OP_ConsignViewReleaseMsg),
  292. N(OP_UpdateDebugRadiiMsg),
  293. N(OP_ConsignRemoveItemsMsg),
  294. //N(OP_SnoopMsg),
  295. N(OP_ReportMsg),
  296. N(OP_UpdateRaidMsg),
  297. N(OP_ConsignViewSortMsg),
  298. N(OP_TitleUpdateMsg),
  299. N(OP_FlightPathsMsg),
  300. N(OP_ClientFellMsg),
  301. N(OP_ClientInDeathRegionMsg),
  302. N(OP_CampClientMsg),
  303. N(OP_GetAvatarAccessRequestForCSToo),
  304. N(OP_CSToolAccessResponseMsg),
  305. N(OP_DeleteGuildMsg),
  306. N(OP_TrackingUpdateMsg),
  307. N(OP_BeginTrackingMsg),
  308. N(OP_StopTrackingMsg),
  309. N(OP_AdvancementRequestMsg),
  310. N(OP_MapFogDataInitMsg),
  311. N(OP_MapFogDataUpdateMsg),
  312. //N(OP_UpdateAvgFrameTimeMsg),
  313. N(OP_CloseGroupInviteWindowMsg),
  314. N(OP_UpdateGroupMemberDataMsg),
  315. N(OP_WorldPingMsg),
  316. N(OP_MoveLogUpdateMsg),
  317. N(OP_OfferQuestMsg),
  318. //N(OP_MailGetHeadersMsg),
  319. N(OP_MailGetMessageMsg),
  320. N(OP_MailSendMessageMsg),
  321. N(OP_MailDeleteMessageMsg),
  322. N(OP_MailGetHeadersReplyMsg),
  323. N(OP_MailGetMessageReplyMsg),
  324. N(OP_MailSendMessageReplyMsg),
  325. N(OP_MailCommitSendMessageMsg),
  326. N(OP_MailSendSystemMessageMsg),
  327. N(OP_MailRemoveAttachFromMailMsg),
  328. N(OP_WorldShutdownUpdateMsg),
  329. N(OP_ClientIdleBeginMsg),
  330. N(OP_ClientIdleEndMsg),
  331. N(OP_DisplayMailScreenMsg),
  332. N(OP_NotifyApprenticeStoppedMentori),
  333. N(OP_CorruptedClientMsg),
  334. N(OP_MailEventNotificationMsg),
  335. N(OP_RestartZoneMsg),
  336. N(OP_CharTransferStartRequestMsg),
  337. N(OP_CharTransferStartReplyMsg),
  338. N(OP_CharTransferRequestMsg),
  339. N(OP_CharTransferReplyMsg),
  340. N(OP_CharTransferRollbackRequestMsg),
  341. N(OP_CharTransferCommitRequestMsg),
  342. N(OP_CharTransferRollbackReplyMsg),
  343. N(OP_CharTransferCommitReplyMsg),
  344. N(OP_GetCharacterSerializedRequestM),
  345. N(OP_GetCharacterSerializedReplyMsg),
  346. N(OP_CreateCharFromCBBRequestMsg),
  347. N(OP_CreateCharFromCBBReplyMsg),
  348. N(OP_HousingDataChangedMsg),
  349. N(OP_HousingRestoreMsg),
  350. N(OP_AuctionItem),
  351. N(OP_AuctionItemReply),
  352. N(OP_AuctionCoin),
  353. N(OP_AuctionCoinReply),
  354. N(OP_AuctionCharacter),
  355. N(OP_AuctionCharacterReply),
  356. N(OP_AuctionCommitMsg),
  357. N(OP_AuctionAbortMsg),
  358. N(OP_CharTransferValidateRequestMsg),
  359. N(OP_CharTransferValidateReplyMsg),
  360. N(OP_CharacterLinkdeadMsg),
  361. N(OP_RaceRestrictionMsg),
  362. N(OP_SetInstanceDisplayNameMsg),
  363. N(OP_EqHearChatCmd),
  364. N(OP_EqDisplayTextCmd),
  365. N(OP_EqCreateGhostCmd),
  366. N(OP_EqCreateWidgetCmd),
  367. N(OP_EqCreateSignWidgetCmd),
  368. N(OP_EqDestroyGhostCmd),
  369. N(OP_EqUpdateGhostCmd),
  370. N(OP_EqSetControlGhostCmd),
  371. N(OP_EqSetPOVGhostCmd),
  372. N(OP_EqHearCombatCmd),
  373. N(OP_EqHearSpellCastCmd),
  374. N(OP_EqHearSpellInterruptCmd),
  375. N(OP_EqHearSpellFizzleCmd),
  376. N(OP_EqHearConsiderCmd),
  377. N(OP_EqUpdateSubClassesCmd),
  378. N(OP_EqCreateListBoxCmd),
  379. N(OP_EqSetDebugPathPointsCmd),
  380. N(OP_EqCannedEmoteCmd),
  381. N(OP_EqStateCmd),
  382. N(OP_EqPlaySoundCmd),
  383. N(OP_EqPlaySound3DCmd),
  384. N(OP_EqPlayVoiceCmd),
  385. N(OP_EqHearDrowningCmd),
  386. N(OP_EqHearDeathCmd),
  387. N(OP_EqGroupMemberRemovedCmd),
  388. N(OP_EqHearChainEffectCmd),
  389. N(OP_EqReceiveOfferCmd),
  390. N(OP_EqInspectPCResultsCmd),
  391. N(OP_EqDrawablePathGraphCmd),
  392. N(OP_EqDialogOpenCmd),
  393. N(OP_EqDialogCloseCmd),
  394. N(OP_EqCollectionUpdateCmd),
  395. N(OP_EqCollectionFilterCmd),
  396. N(OP_EqCollectionItemCmd),
  397. N(OP_EqQuestJournalUpdateCmd),
  398. N(OP_EqQuestJournalReplyCmd),
  399. N(OP_EqQuestGroupCmd),
  400. N(OP_EqUpdateMerchantCmd),
  401. N(OP_EqUpdateStoreCmd),
  402. N(OP_EqUpdatePlayerTradeCmd),
  403. N(OP_EqHelpPathCmd),
  404. N(OP_EqHelpPathClearCmd),
  405. N(OP_EqUpdateBankCmd),
  406. N(OP_EqExamineInfoCmd),
  407. N(OP_EqCloseWindowCmd),
  408. N(OP_EqUpdateLootCmd),
  409. N(OP_EqJunctionListCmd),
  410. N(OP_EqShowDeathWindowCmd),
  411. N(OP_EqDisplaySpellFailCmd),
  412. N(OP_EqSpellCastStartCmd),
  413. N(OP_EqSpellCastEndCmd),
  414. N(OP_EqResurrectedCmd),
  415. N(OP_EqChoiceWinCmd),
  416. N(OP_EqSetDefaultVerbCmd),
  417. N(OP_EqInstructionWindowCmd),
  418. N(OP_EqInstructionWindowCloseCmd),
  419. N(OP_EqInstructionWindowGoalCmd),
  420. N(OP_EqInstructionWindowTaskCmd),
  421. N(OP_EqEnableGameEventCmd),
  422. N(OP_EqShowWindowCmd),
  423. N(OP_EqEnableWindowCmd),
  424. N(OP_EqFlashWindowCmd),
  425. N(OP_EqHearPlayFlavorCmd),
  426. N(OP_EqUpdateSignWidgetCmd),
  427. N(OP_EqDebugPVDCmd),
  428. N(OP_EqShowBookCmd),
  429. N(OP_EqQuestionnaireCmd),
  430. N(OP_EqGetProbsCmd),
  431. N(OP_EqHearHealCmd),
  432. N(OP_EqChatChannelUpdateCmd),
  433. N(OP_EqWhoChannelQueryReplyCmd),
  434. N(OP_EqAvailWorldChannelsCmd),
  435. N(OP_ArenaGameTypesMsg),
  436. N(OP_EqUpdateTargetCmd),
  437. N(OP_EqConsignmentItemsCmd),
  438. N(OP_EqStartBrokerCmd),
  439. N(OP_EqMapExplorationCmd),
  440. N(OP_EqStoreLogCmd),
  441. N(OP_EqSpellMoveToRangeAndRetryCmd),
  442. N(OP_EqUpdatePlayerMailCmd),
  443. N(OP_EqFactionUpdateCmd),
  444. N(OP_UpdateTitleCmd),
  445. N(OP_UpdatePositionMsg),
  446. N(OP_AttackNotAllowed),
  447. N(OP_AttackAllowed),
  448. N(OP_CancelSpellCast),
  449. N(OP_BadLanguageFilter),
  450. N(OP_DressingRoom),
  451. N(OP_TraitsList),
  452. N(OP_PointOfInterest),
  453. N(OP_AdventureList),
  454. N(OP_CharacterAchievements),
  455. N(OP_RecipeList),
  456. N(OP_BagOptions),
  457. N(OP_AchievementUpdateMsg),
  458. N(OP_PetOptions),
  459. N(OP_BrokerAddBag),
  460. N(OP_CharacterPet),
  461. N(OP_ClearForTakeOffMsg),
  462. N(OP_CharacterCurrency),
  463. N(OP_TradeskillList),
  464. N(OP_RecipeBook),
  465. N(OP_CharacterMerc),
  466. N(OP_AfterInvSpellUpdate),
  467. N(OP_CharacterCreatedDungeons),
  468. N(OP_CharacterHousingList),
  469. N(OP_HouseItemsList),
  470. N(OP_CharacterMounts),
  471. N(OP_LoadCalendarEvents),
  472. N(OP_LoadWelcomeWindow),
  473. N(OP_DungeonMakerItemRequest),
  474. N(OP_SysClient),
  475. N(OP_LFGGroupSearch),
  476. N(OP_MarketPlacePrices),
  477. N(OP_MarketFundsUpdate),
  478. N(OP_MarketAddFundsRequest),
  479. N(OP_ZoneBgInstanceList),
  480. N(OP_UIEvent),
  481. N(OP_Launchpad),
  482. N(OP_EQHearThreatCmd),
  483. N(OP_EqHearSpellNoLandCmd),
  484. N(OP_Weakness),
  485. N(OP_SavageBarInitMsg),
  486. N(OP_PetOptionsResponse),
  487. N(OP_CurrentPet),
  488. N(OP_JournalQuestStoryline),
  489. N(OP_DailyObjectives),
  490. N(OP_RecipeListUnknown),
  491. N(OP_EQHearDispellCmd),
  492. N(OP_ClearForLandingMsg),
  493. N(OP_LikeOption),
  494. N(OP_HeritageMsg),
  495. N(OP_OpenCharCust),
  496. N(OP_PaperdollImage),
  497. N(OP_ReadyForTakeOffMsg),
  498. N(OP_EarlyLandingRequestMsg),
  499. N(OP_SubmitCharCust),
  500. N(OP_DietyAbilityWindow),
  501. N(OP_EqTargetItemCmd),