Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Triky313 committed Oct 28, 2024
2 parents 1c2982c + 587ef59 commit 994f4fd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
15 changes: 12 additions & 3 deletions src/StatisticsAnalysisTool/Network/EventCodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ public enum EventCodes
Move,
Teleport,
ChangeEquipment,
HealthUpdate = 6,
HealthUpdate,
HealthUpdates,
EnergyUpdate,
DamageShieldUpdate,
CraftingFocusUpdate,
ActiveSpellEffectsUpdate = 11,
ActiveSpellEffectsUpdate,
ResetCooldowns,
Attack,
CastStart,
Expand Down Expand Up @@ -592,5 +592,14 @@ public enum EventCodes
FortificationBuildingWillDowngrade,
BotCommand,
JournalAchievementProgressUpdate,
JournalClaimableRewardUpdate
JournalClaimableRewardUpdate,
KeySync,
LocalQuestAreaGone,
DynamicTemplate,
DynamicTemplateForcedStateChange,
NewOutlandsTeleportationPortal,
NewOutlandsTeleportationReturnPortal,
OutlandsTeleportationBindingCleared,
OutlandsTeleportationReturnPortalUpdateEvent,
PlayerUsedOutlandsTeleportationPortal
}
12 changes: 7 additions & 5 deletions src/StatisticsAnalysisTool/Network/OperationCodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public enum OperationCodes
GetMatchDetails,
JoinMatch,
LeaveMatch,
GetClusterInstanceInfoForStaticCluster,
ChangeChatSettings,
LogoutStart,
LogoutCancel,
Expand All @@ -137,7 +138,7 @@ public enum OperationCodes
GetServerInfo,
SubscribeToCluster,
AnswerMercenaryInvitation,
GetCharacterEquipment = 135,
GetCharacterEquipment,
GetCharacterSteamAchievements,
GetCharacterStats,
GetKillHistoryDetails,
Expand All @@ -154,7 +155,7 @@ public enum OperationCodes
GetCrystalLeagueDailySeasonPoints,
GetChestLogs,
GetAccessRightLogs,
GetGuildAccountLogs = 152,
GetGuildAccountLogs,
GetGuildAccountLogsLargeAmount,
InviteToPlayerTrade,
PlayerTradeCancel,
Expand All @@ -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,
Expand Down Expand Up @@ -500,5 +501,6 @@ public enum OperationCodes
PartyReadyCheckBegin,
PartyReadyCheckUpdate,
ClaimAlbionJournalReward,
TrackAlbionJournalAchievements
TrackAlbionJournalAchievements,
RequestOutlandsTeleportationUsage
}
4 changes: 2 additions & 2 deletions src/StatisticsAnalysisTool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("7.8.0.*")]
[assembly: AssemblyFileVersion("7.8.0.0")]

0 comments on commit 994f4fd

Please sign in to comment.