432 lines
16 KiB
C#
432 lines
16 KiB
C#
namespace SCHALE.Common.NetworkProtocol
|
|
{
|
|
public enum Protocol
|
|
{
|
|
Common_Cheat = -9999,
|
|
Error = -1,
|
|
None = 0,
|
|
System_Version = 1,
|
|
[Obsolete]
|
|
Session_Info = 2,
|
|
NetworkTime_Sync = 3,
|
|
[Obsolete]
|
|
NetworkTime_SyncReply = 4,
|
|
Audit_GachaStatistics = 5,
|
|
Account_Create = 1000,
|
|
Account_Nickname = 1001,
|
|
Account_Auth = 1002,
|
|
Account_CurrencySync = 1003,
|
|
Account_SetRepresentCharacterAndComment = 1004,
|
|
Account_GetTutorial = 1005,
|
|
Account_SetTutorial = 1006,
|
|
Account_PassCheck = 1007,
|
|
Account_VerifyForYostar = 1008,
|
|
Account_CheckYostar = 1009,
|
|
Account_CallName = 1010,
|
|
Account_BirthDay = 1011,
|
|
Account_Auth2 = 1012,
|
|
Account_LinkReward = 1013,
|
|
Account_ReportXignCodeCheater = 1014,
|
|
Account_DismissRepurchasablePopup = 1015,
|
|
Account_InvalidateToken = 1016,
|
|
Account_LoginSync = 1017,
|
|
Account_Reset = 1018,
|
|
Account_RequestBirthdayMail = 1019,
|
|
Character_List = 2000,
|
|
Character_Transcendence = 2001,
|
|
Character_ExpGrowth = 2002,
|
|
Character_FavorGrowth = 2003,
|
|
Character_UpdateSkillLevel = 2004,
|
|
Character_UnlockWeapon = 2005,
|
|
Character_WeaponExpGrowth = 2006,
|
|
Character_WeaponTranscendence = 2007,
|
|
Character_SetFavorites = 2008,
|
|
Character_SetCostume = 2009,
|
|
Character_BatchSkillLevelUpdate = 2010,
|
|
Character_PotentialGrowth = 2011,
|
|
Equipment_List = 3000,
|
|
Equipment_Sell = 3001,
|
|
Equipment_Equip = 3002,
|
|
Equipment_LevelUp = 3003,
|
|
Equipment_TierUp = 3004,
|
|
Equipment_Lock = 3005,
|
|
Equipment_BatchGrowth = 3006,
|
|
Item_List = 4000,
|
|
Item_Sell = 4001,
|
|
Item_Consume = 4002,
|
|
Item_Lock = 4003,
|
|
Item_BulkConsume = 4004,
|
|
Item_SelectTicket = 4005,
|
|
Item_AutoSynth = 4006,
|
|
Echelon_List = 5000,
|
|
Echelon_Save = 5001,
|
|
Echelon_PresetList = 5002,
|
|
Echelon_PresetSave = 5003,
|
|
Echelon_PresetGroupRename = 5004,
|
|
Campaign_List = 6000,
|
|
Campaign_EnterMainStage = 6001,
|
|
Campaign_ConfirmMainStage = 6002,
|
|
Campaign_DeployEchelon = 6003,
|
|
Campaign_WithdrawEchelon = 6004,
|
|
Campaign_MapMove = 6005,
|
|
Campaign_EndTurn = 6006,
|
|
Campaign_EnterTactic = 6007,
|
|
Campaign_TacticResult = 6008,
|
|
Campaign_Retreat = 6009,
|
|
Campaign_ChapterClearReward = 6010,
|
|
Campaign_Heal = 6011,
|
|
Campaign_EnterSubStage = 6012,
|
|
Campaign_SubStageResult = 6013,
|
|
Campaign_Portal = 6014,
|
|
Campaign_ConfirmTutorialStage = 6015,
|
|
Campaign_PurchasePlayCountHardStage = 6016,
|
|
Campaign_EnterTutorialStage = 6017,
|
|
Campaign_TutorialStageResult = 6018,
|
|
Campaign_RestartMainStage = 6019,
|
|
Campaign_EnterMainStageStrategySkip = 6020,
|
|
Campaign_MainStageStrategySkipResult = 6021,
|
|
Mail_List = 7000,
|
|
Mail_Check = 7001,
|
|
Mail_Receive = 7002,
|
|
Mission_List = 8000,
|
|
Mission_Reward = 8001,
|
|
Mission_MultipleReward = 8002,
|
|
Mission_GuideReward = 8003,
|
|
Mission_MultipleGuideReward = 8004,
|
|
Mission_Sync = 8005,
|
|
Mission_GuideMissionSeasonList = 8006,
|
|
Attendance_List = 9000,
|
|
Attendance_Check = 9001,
|
|
Attendance_Reward = 9002,
|
|
Shop_BuyMerchandise = 10000,
|
|
Shop_BuyGacha = 10001,
|
|
Shop_List = 10002,
|
|
Shop_Refresh = 10003,
|
|
Shop_BuyEligma = 10004,
|
|
Shop_BuyGacha2 = 10005,
|
|
Shop_GachaRecruitList = 10006,
|
|
Shop_BuyRefreshMerchandise = 10007,
|
|
Shop_BuyGacha3 = 10008,
|
|
Shop_BuyAP = 10009,
|
|
Shop_BeforehandGachaGet = 10010,
|
|
Shop_BeforehandGachaRun = 10011,
|
|
Shop_BeforehandGachaSave = 10012,
|
|
Shop_BeforehandGachaPick = 10013,
|
|
Recipe_Craft = 11000,
|
|
MemoryLobby_List = 12000,
|
|
MemoryLobby_SetMain = 12001,
|
|
MemoryLobby_UpdateLobbyMode = 12002,
|
|
MemoryLobby_Interact = 12003,
|
|
[Obsolete]
|
|
CumulativeTimeReward_List = 13000,
|
|
[Obsolete]
|
|
CumulativeTimeReward_Reward = 13001,
|
|
OpenCondition_List = 15000,
|
|
OpenCondition_Set = 15001,
|
|
OpenCondition_EventList = 15002,
|
|
Toast_List = 16000,
|
|
Raid_List = 17000,
|
|
Raid_CompleteList = 17001,
|
|
Raid_Detail = 17002,
|
|
Raid_Search = 17003,
|
|
Raid_CreateBattle = 17004,
|
|
Raid_EnterBattle = 17005,
|
|
Raid_BattleUpdate = 17006,
|
|
Raid_EndBattle = 17007,
|
|
Raid_Reward = 17008,
|
|
Raid_RewardAll = 17009,
|
|
Raid_Revive = 17010,
|
|
Raid_Share = 17011,
|
|
Raid_SeasonInfo = 17012,
|
|
Raid_SeasonReward = 17013,
|
|
Raid_Lobby = 17014,
|
|
Raid_GiveUp = 17015,
|
|
Raid_OpponentList = 17016,
|
|
Raid_RankingReward = 17017,
|
|
Raid_Login = 17018,
|
|
Raid_Sweep = 17019,
|
|
Raid_GetBestTeam = 17020,
|
|
SkipHistory_List = 18000,
|
|
SkipHistory_Save = 18001,
|
|
Scenario_List = 19000,
|
|
Scenario_Clear = 19001,
|
|
Scenario_GroupHistoryUpdate = 19002,
|
|
Scenario_Skip = 19003,
|
|
Scenario_Select = 19004,
|
|
Scenario_AccountStudentChange = 19005,
|
|
Scenario_LobbyStudentChange = 19006,
|
|
Scenario_SpecialLobbyChange = 19007,
|
|
Scenario_Enter = 19008,
|
|
Scenario_EnterMainStage = 19009,
|
|
Scenario_ConfirmMainStage = 19010,
|
|
Scenario_DeployEchelon = 19011,
|
|
Scenario_WithdrawEchelon = 19012,
|
|
Scenario_MapMove = 19013,
|
|
Scenario_EndTurn = 19014,
|
|
Scenario_EnterTactic = 19015,
|
|
Scenario_TacticResult = 19016,
|
|
Scenario_Retreat = 19017,
|
|
Scenario_Portal = 19018,
|
|
Scenario_RestartMainStage = 19019,
|
|
Scenario_SkipMainStage = 19020,
|
|
Cafe_Get = 20000,
|
|
Cafe_Ack = 20001,
|
|
Cafe_Deploy = 20002,
|
|
Cafe_Relocate = 20003,
|
|
Cafe_Remove = 20004,
|
|
Cafe_RemoveAll = 20005,
|
|
Cafe_Interact = 20006,
|
|
Cafe_ListPreset = 20007,
|
|
Cafe_RenamePreset = 20008,
|
|
Cafe_ClearPreset = 20009,
|
|
Cafe_UpdatePresetFurniture = 20010,
|
|
Cafe_ApplyPreset = 20011,
|
|
Cafe_RankUp = 20012,
|
|
Cafe_ReceiveCurrency = 20013,
|
|
Cafe_GiveGift = 20014,
|
|
Cafe_SummonCharacter = 20015,
|
|
Cafe_TrophyHistory = 20016,
|
|
Cafe_ApplyTemplate = 20017,
|
|
Cafe_Open = 20018,
|
|
Craft_List = 21000,
|
|
Craft_SelectNode = 21001,
|
|
Craft_UpdateNodeLevel = 21002,
|
|
Craft_BeginProcess = 21003,
|
|
Craft_CompleteProcess = 21004,
|
|
Craft_Reward = 21005,
|
|
Craft_HistoryList = 21006,
|
|
Craft_ShiftingBeginProcess = 21007,
|
|
Craft_ShiftingCompleteProcess = 21008,
|
|
Craft_ShiftingReward = 21009,
|
|
Craft_AutoBeginProcess = 21010,
|
|
Craft_CompleteProcessAll = 21011,
|
|
Craft_RewardAll = 21012,
|
|
Craft_ShiftingCompleteProcessAll = 21013,
|
|
Craft_ShiftingRewardAll = 21014,
|
|
Arena_EnterLobby = 22000,
|
|
Arena_Login = 22001,
|
|
Arena_SettingChange = 22002,
|
|
Arena_OpponentList = 22003,
|
|
Arena_EnterBattle = 22004,
|
|
Arena_EnterBattlePart1 = 22005,
|
|
Arena_EnterBattlePart2 = 22006,
|
|
Arena_BattleResult = 22007,
|
|
Arena_CumulativeTimeReward = 22008,
|
|
Arena_DailyReward = 22009,
|
|
Arena_RankList = 22010,
|
|
Arena_History = 22011,
|
|
Arena_RecordSync = 22012,
|
|
Arena_TicketPurchase = 22013,
|
|
Arena_DamageReport = 22014,
|
|
Arena_CheckSeasonCloseReward = 22015,
|
|
Arena_SyncEchelonSettingTime = 22016,
|
|
WeekDungeon_List = 23000,
|
|
WeekDungeon_EnterBattle = 23001,
|
|
WeekDungeon_BattleResult = 23002,
|
|
WeekDungeon_Retreat = 23003,
|
|
Academy_GetInfo = 24000,
|
|
Academy_AttendSchedule = 24001,
|
|
Academy_AttendFavorSchedule = 24002,
|
|
Event_GetList = 25000,
|
|
Event_GetImage = 25001,
|
|
Event_UseCoupon = 25002,
|
|
Event_RewardIncrease = 25003,
|
|
ContentSave_Get = 26000,
|
|
ContentSave_Discard = 26001,
|
|
ContentSweep_Request = 27000,
|
|
ContentSweep_MultiSweep = 27001,
|
|
ContentSweep_MultiSweepPresetList = 27002,
|
|
ContentSweep_SetMultiSweepPreset = 27003,
|
|
Clan_Lobby = 28000,
|
|
Clan_Login = 28001,
|
|
Clan_Search = 28002,
|
|
Clan_Create = 28003,
|
|
Clan_Member = 28004,
|
|
Clan_Applicant = 28005,
|
|
Clan_Join = 28006,
|
|
Clan_Quit = 28007,
|
|
Clan_Permit = 28008,
|
|
Clan_Kick = 28009,
|
|
Clan_Setting = 28010,
|
|
Clan_Confer = 28011,
|
|
Clan_Dismiss = 28012,
|
|
Clan_AutoJoin = 28013,
|
|
Clan_MemberList = 28014,
|
|
Clan_CancelApply = 28015,
|
|
Clan_MyAssistList = 28016,
|
|
Clan_SetAssist = 28017,
|
|
Clan_ChatLog = 28018,
|
|
Clan_Check = 28019,
|
|
Clan_AllAssistList = 28020,
|
|
Billing_TransactionStartByYostar = 29000,
|
|
Billing_TransactionEndByYostar = 29001,
|
|
Billing_PurchaseListByYostar = 29002,
|
|
EventContent_AdventureList = 30000,
|
|
EventContent_EnterMainStage = 30001,
|
|
EventContent_ConfirmMainStage = 30002,
|
|
EventContent_EnterTactic = 30003,
|
|
EventContent_TacticResult = 30004,
|
|
EventContent_EnterSubStage = 30005,
|
|
EventContent_SubStageResult = 30006,
|
|
EventContent_DeployEchelon = 30007,
|
|
EventContent_WithdrawEchelon = 30008,
|
|
EventContent_MapMove = 30009,
|
|
EventContent_EndTurn = 30010,
|
|
EventContent_Retreat = 30011,
|
|
EventContent_Portal = 30012,
|
|
EventContent_PurchasePlayCountHardStage = 30013,
|
|
EventContent_ShopList = 30014,
|
|
EventContent_ShopRefresh = 30015,
|
|
EventContent_ReceiveStageTotalReward = 30016,
|
|
EventContent_EnterMainGroundStage = 30017,
|
|
EventContent_MainGroundStageResult = 30018,
|
|
EventContent_ShopBuyMerchandise = 30019,
|
|
EventContent_ShopBuyRefreshMerchandise = 30020,
|
|
EventContent_SelectBuff = 30021,
|
|
EventContent_BoxGachaShopList = 30022,
|
|
EventContent_BoxGachaShopPurchase = 30023,
|
|
EventContent_BoxGachaShopRefresh = 30024,
|
|
EventContent_CollectionList = 30025,
|
|
EventContent_CollectionForMission = 30026,
|
|
EventContent_ScenarioGroupHistoryUpdate = 30027,
|
|
EventContent_CardShopList = 30028,
|
|
EventContent_CardShopShuffle = 30029,
|
|
EventContent_CardShopPurchase = 30030,
|
|
EventContent_RestartMainStage = 30031,
|
|
EventContent_LocationGetInfo = 30032,
|
|
EventContent_LocationAttendSchedule = 30033,
|
|
EventContent_FortuneGachaPurchase = 30034,
|
|
EventContent_SubEventLobby = 30035,
|
|
EventContent_EnterStoryStage = 30036,
|
|
EventContent_StoryStageResult = 30037,
|
|
EventContent_DiceRaceLobby = 30038,
|
|
EventContent_DiceRaceRoll = 30039,
|
|
EventContent_DiceRaceLapReward = 30040,
|
|
EventContent_PermanentList = 30041,
|
|
EventContent_DiceRaceUseItem = 30042,
|
|
EventContent_CardShopPurchaseAll = 30043,
|
|
EventContent_TreasureLobby = 30044,
|
|
EventContent_TreasureFlip = 30045,
|
|
EventContent_TreasureNextRound = 30046,
|
|
TTS_GetFile = 31000,
|
|
ContentLog_UIOpenStatistics = 32000,
|
|
MomoTalk_OutLine = 33000,
|
|
MomoTalk_MessageList = 33001,
|
|
MomoTalk_Read = 33002,
|
|
MomoTalk_Reply = 33003,
|
|
MomoTalk_FavorSchedule = 33004,
|
|
ClearDeck_List = 34000,
|
|
MiniGame_StageList = 35000,
|
|
MiniGame_EnterStage = 35001,
|
|
MiniGame_Result = 35002,
|
|
MiniGame_MissionList = 35003,
|
|
MiniGame_MissionReward = 35004,
|
|
MiniGame_MissionMultipleReward = 35005,
|
|
MiniGame_ShootingLobby = 35006,
|
|
MiniGame_ShootingBattleEnter = 35007,
|
|
MiniGame_ShootingBattleResult = 35008,
|
|
MiniGame_ShootingSweep = 35009,
|
|
MiniGame_TableBoardSync = 35010,
|
|
MiniGame_TableBoardMove = 35011,
|
|
MiniGame_TableBoardEncounterInput = 35012,
|
|
MiniGame_TableBoardBattleEncounter = 35013,
|
|
MiniGame_TableBoardBattleRunAway = 35014,
|
|
MiniGame_TableBoardClearThema = 35015,
|
|
MiniGame_TableBoardUseItem = 35016,
|
|
MiniGame_TableBoardResurrect = 35017,
|
|
MiniGame_TableBoardSweep = 35018,
|
|
MiniGame_TableBoardMoveThema = 35019,
|
|
MiniGame_DreamMakerGetInfo = 35020,
|
|
MiniGame_DreamMakerNewGame = 35021,
|
|
MiniGame_DreamMakerRestart = 35022,
|
|
MiniGame_DreamMakerAttendSchedule = 35023,
|
|
MiniGame_DreamMakerDailyClosing = 35024,
|
|
Notification_LobbyCheck = 36000,
|
|
Notification_EventContentReddotCheck = 36001,
|
|
ProofToken_RequestQuestion = 37000,
|
|
ProofToken_Submit = 37001,
|
|
SchoolDungeon_List = 38000,
|
|
SchoolDungeon_EnterBattle = 38001,
|
|
SchoolDungeon_BattleResult = 38002,
|
|
SchoolDungeon_Retreat = 38003,
|
|
TimeAttackDungeon_Lobby = 39000,
|
|
TimeAttackDungeon_CreateBattle = 39001,
|
|
TimeAttackDungeon_EnterBattle = 39002,
|
|
TimeAttackDungeon_EndBattle = 39003,
|
|
TimeAttackDungeon_Sweep = 39004,
|
|
TimeAttackDungeon_GiveUp = 39005,
|
|
TimeAttackDungeon_Login = 39006,
|
|
WorldRaid_Lobby = 40000,
|
|
WorldRaid_BossList = 40001,
|
|
WorldRaid_EnterBattle = 40002,
|
|
WorldRaid_BattleResult = 40003,
|
|
WorldRaid_ReceiveReward = 40004,
|
|
ResetableContent_Get = 41000,
|
|
Conquest_GetInfo = 42000,
|
|
Conquest_Conquer = 42001,
|
|
Conquest_ConquerWithBattleStart = 42002,
|
|
Conquest_ConquerWithBattleResult = 42003,
|
|
Conquest_DeployEchelon = 42004,
|
|
Conquest_ManageBase = 42005,
|
|
Conquest_UpgradeBase = 42006,
|
|
Conquest_TakeEventObject = 42007,
|
|
Conquest_EventObjectBattleStart = 42008,
|
|
Conquest_EventObjectBattleResult = 42009,
|
|
Conquest_ReceiveCalculateRewards = 42010,
|
|
Conquest_NormalizeEchelon = 42011,
|
|
Conquest_Check = 42012,
|
|
Conquest_ErosionBattleStart = 42013,
|
|
Conquest_ErosionBattleResult = 42014,
|
|
Conquest_MainStoryGetInfo = 42015,
|
|
Conquest_MainStoryConquer = 42016,
|
|
Conquest_MainStoryConquerWithBattleStart = 42017,
|
|
Conquest_MainStoryConquerWithBattleResult = 42018,
|
|
Conquest_MainStoryCheck = 42019,
|
|
Friend_List = 43000,
|
|
Friend_Remove = 43001,
|
|
Friend_GetFriendDetailedInfo = 43002,
|
|
Friend_GetIdCard = 43003,
|
|
Friend_SetIdCard = 43004,
|
|
Friend_Search = 43005,
|
|
Friend_SendFriendRequest = 43006,
|
|
Friend_AcceptFriendRequest = 43007,
|
|
Friend_DeclineFriendRequest = 43008,
|
|
Friend_CancelFriendRequest = 43009,
|
|
Friend_Check = 43010,
|
|
CharacterGear_List = 44000,
|
|
CharacterGear_Unlock = 44001,
|
|
CharacterGear_TierUp = 44002,
|
|
EliminateRaid_Login = 45000,
|
|
EliminateRaid_Lobby = 45001,
|
|
EliminateRaid_OpponentList = 45002,
|
|
EliminateRaid_GetBestTeam = 45003,
|
|
EliminateRaid_CreateBattle = 45004,
|
|
EliminateRaid_EnterBattle = 45005,
|
|
EliminateRaid_EndBattle = 45006,
|
|
EliminateRaid_GiveUp = 45007,
|
|
EliminateRaid_Sweep = 45008,
|
|
EliminateRaid_SeasonReward = 45009,
|
|
EliminateRaid_RankingReward = 45010,
|
|
EliminateRaid_LimitedReward = 45011,
|
|
Attachment_Get = 46000,
|
|
Attachment_EmblemList = 46001,
|
|
Attachment_EmblemAcquire = 46002,
|
|
Attachment_EmblemAttach = 46003,
|
|
Sticker_Login = 47000,
|
|
Sticker_Lobby = 47001,
|
|
Sticker_UseSticker = 47002,
|
|
Field_Sync = 48000,
|
|
Field_Interaction = 48001,
|
|
Field_QuestClear = 48002,
|
|
Field_SceneChanged = 48003,
|
|
Field_EndDate = 48004,
|
|
Field_EnterStage = 48005,
|
|
Field_StageResult = 48006,
|
|
MultiFloorRaid_Sync = 49000,
|
|
MultiFloorRaid_EnterBattle = 49001,
|
|
MultiFloorRaid_EndBattle = 49002,
|
|
MultiFloorRaid_ReceiveReward = 49003,
|
|
Queuing_GetTicket = 50000
|
|
}
|
|
}
|