diff --git a/src/StatisticsAnalysisTool/Network/EventCodes.cs b/src/StatisticsAnalysisTool/Network/EventCodes.cs index 2b623e08..83163a6a 100644 --- a/src/StatisticsAnalysisTool/Network/EventCodes.cs +++ b/src/StatisticsAnalysisTool/Network/EventCodes.cs @@ -8,12 +8,12 @@ public enum EventCodes Move, Teleport, ChangeEquipment, - HealthUpdate = 6, + HealthUpdate, HealthUpdates, EnergyUpdate, DamageShieldUpdate, CraftingFocusUpdate, - ActiveSpellEffectsUpdate = 11, + ActiveSpellEffectsUpdate, ResetCooldowns, Attack, CastStart, @@ -592,5 +592,14 @@ public enum EventCodes FortificationBuildingWillDowngrade, BotCommand, JournalAchievementProgressUpdate, - JournalClaimableRewardUpdate + JournalClaimableRewardUpdate, + KeySync, + LocalQuestAreaGone, + DynamicTemplate, + DynamicTemplateForcedStateChange, + NewOutlandsTeleportationPortal, + NewOutlandsTeleportationReturnPortal, + OutlandsTeleportationBindingCleared, + OutlandsTeleportationReturnPortalUpdateEvent, + PlayerUsedOutlandsTeleportationPortal } \ No newline at end of file diff --git a/src/StatisticsAnalysisTool/Network/OperationCodes.cs b/src/StatisticsAnalysisTool/Network/OperationCodes.cs index ab126ffa..b2d4262c 100644 --- a/src/StatisticsAnalysisTool/Network/OperationCodes.cs +++ b/src/StatisticsAnalysisTool/Network/OperationCodes.cs @@ -121,6 +121,7 @@ public enum OperationCodes GetMatchDetails, JoinMatch, LeaveMatch, + GetClusterInstanceInfoForStaticCluster, ChangeChatSettings, LogoutStart, LogoutCancel, @@ -137,7 +138,7 @@ public enum OperationCodes GetServerInfo, SubscribeToCluster, AnswerMercenaryInvitation, - GetCharacterEquipment = 135, + GetCharacterEquipment, GetCharacterSteamAchievements, GetCharacterStats, GetKillHistoryDetails, @@ -154,7 +155,7 @@ public enum OperationCodes GetCrystalLeagueDailySeasonPoints, GetChestLogs, GetAccessRightLogs, - GetGuildAccountLogs = 152, + GetGuildAccountLogs, GetGuildAccountLogsLargeAmount, InviteToPlayerTrade, PlayerTradeCancel, @@ -169,10 +170,10 @@ public enum OperationCodes ClaimRealEstate, GiveUpRealEstate, ChangeRealEstateOutline, - GetMailInfos = 167, // map[0:- 2:0 3:[MAIL_ID, MAIL_ID] 4:- 5:- 6:[CLUSTER_ID or UserName] 7:[3 3] 8:[3 3] 9:[true true] + GetMailInfos, // map[0:- 2:0 3:[MAIL_ID, MAIL_ID] 4:- 5:- 6:[CLUSTER_ID or UserName] 7:[3 3] 8:[3 3] 9:[true true] // 10:[MARKETPLACE_BUYORDER_FINISHED_SUMMARY MARKETPLACE_SELLORDER_FINISHED_SUMMARY] 11:[637852747555964630 637852641241345990] 12:[false false]] GetMailCount, - ReadMail = 169, // map[0: MailId 1:QUANTITY|UNIQUE_ITEM_NAME(T4_ARMOR_CLOTH_SET3)|TOTAL_PRICE|UNIT_PRICE 2:[] 3:[] 4:[] 5:[] 6:[] 253:170] + ReadMail, // map[0: MailId 1:QUANTITY|UNIQUE_ITEM_NAME(T4_ARMOR_CLOTH_SET3)|TOTAL_PRICE|UNIT_PRICE 2:[] 3:[] 4:[] 5:[] 6:[] 253:170] SendNewMail, DeleteMail, MarkMailUnread, @@ -500,5 +501,6 @@ public enum OperationCodes PartyReadyCheckBegin, PartyReadyCheckUpdate, ClaimAlbionJournalReward, - TrackAlbionJournalAchievements + TrackAlbionJournalAchievements, + RequestOutlandsTeleportationUsage } \ No newline at end of file diff --git a/src/StatisticsAnalysisTool/Properties/AssemblyInfo.cs b/src/StatisticsAnalysisTool/Properties/AssemblyInfo.cs index db52cf7a..4c5ab07d 100644 --- a/src/StatisticsAnalysisTool/Properties/AssemblyInfo.cs +++ b/src/StatisticsAnalysisTool/Properties/AssemblyInfo.cs @@ -53,5 +53,5 @@ // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // indem Sie "*" wie unten gezeigt eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("7.7.4.*")] -[assembly: AssemblyFileVersion("7.7.4.0")] \ No newline at end of file +[assembly: AssemblyVersion("7.8.0.*")] +[assembly: AssemblyFileVersion("7.8.0.0")] \ No newline at end of file