You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
156 lines
7.2 KiB
156 lines
7.2 KiB
namespace ET |
|
{ |
|
public static partial class OuterOpcode |
|
{ |
|
public const ushort C2M_TestRequest = 10002; |
|
public const ushort M2C_TestResponse = 10003; |
|
public const ushort Actor_TransferRequest = 10004; |
|
public const ushort Actor_TransferResponse = 10005; |
|
public const ushort C2G_EnterMap = 10006; |
|
public const ushort G2C_EnterMap = 10007; |
|
public const ushort MoveInfo = 10008; |
|
public const ushort BuildingProto = 10009; |
|
public const ushort PeopleProto = 10010; |
|
public const ushort ResAttriProto = 10011; |
|
public const ushort ResourceProto = 10012; |
|
public const ushort ItemProto = 10013; |
|
public const ushort GatherProto = 10014; |
|
public const ushort ConstructProto = 10015; |
|
public const ushort SynthesisProto = 10016; |
|
public const ushort MenuProto = 10017; |
|
public const ushort PrescriptionProto = 10018; |
|
public const ushort UnitProto = 10019; |
|
public const ushort M2C_CreateUnits = 10020; |
|
public const ushort M2C_CreateMyUnit = 10021; |
|
public const ushort M2C_StartSceneChange = 10022; |
|
public const ushort M2C_RemoveUnits = 10023; |
|
public const ushort C2M_PathfindingResult = 10024; |
|
public const ushort C2M_Stop = 10025; |
|
public const ushort M2C_PathfindingResult = 10026; |
|
public const ushort M2C_Stop = 10027; |
|
public const ushort C2G_Ping = 10028; |
|
public const ushort G2C_Ping = 10029; |
|
public const ushort G2C_Test = 10030; |
|
public const ushort C2M_Reload = 10031; |
|
public const ushort M2C_Reload = 10032; |
|
public const ushort C2R_Login = 10033; |
|
public const ushort R2C_Login = 10034; |
|
public const ushort C2G_LoginGate = 10035; |
|
public const ushort G2C_LoginGate = 10036; |
|
public const ushort G2C_TestHotfixMessage = 10037; |
|
public const ushort C2M_TestRobotCase = 10038; |
|
public const ushort M2C_TestRobotCase = 10039; |
|
public const ushort C2M_TransferMap = 10040; |
|
public const ushort M2C_TransferMap = 10041; |
|
public const ushort C2A_LoginAccount = 10042; |
|
public const ushort A2C_LoginAccount = 10043; |
|
public const ushort A2C_Disconnect = 10044; |
|
public const ushort ServerInfoProto = 10045; |
|
public const ushort C2A_ServerInfosRequest = 10046; |
|
public const ushort A2C_ServerInfosResponse = 10047; |
|
public const ushort RoleInfoProto = 10048; |
|
public const ushort C2A_CreateRole = 10049; |
|
public const ushort A2C_CreateRole = 10050; |
|
public const ushort C2A_GetRoles = 10051; |
|
public const ushort A2C_GetRoles = 10052; |
|
public const ushort C2A_DeleteRole = 10053; |
|
public const ushort A2C_DeleteRole = 10054; |
|
public const ushort C2A_GetRealmKey = 10055; |
|
public const ushort A2C_GetRealmKey = 10056; |
|
public const ushort C2R_LoginRealm = 10057; |
|
public const ushort R2C_LoginRealm = 10058; |
|
public const ushort C2G_LoginGameGate = 10059; |
|
public const ushort G2C_LoginGameGate = 10060; |
|
public const ushort C2G_EnterGame = 10061; |
|
public const ushort G2C_EnterGame = 10062; |
|
public const ushort C2M_RemoveBuilding = 10063; |
|
public const ushort M2C_RemoveBuilding = 10064; |
|
public const ushort C2M_GameTime = 10065; |
|
public const ushort M2C_GameTime = 10066; |
|
public const ushort C2M_GatherResource = 10067; |
|
public const ushort M2C_GatherResource = 10068; |
|
public const ushort C2M_StartGatherResource = 10069; |
|
public const ushort M2C_StartGatherResource = 10070; |
|
public const ushort C2M_StopGather = 10071; |
|
public const ushort M2C_StopGather = 10072; |
|
public const ushort M2C_RemoveEntity = 10073; |
|
public const ushort C2M_GetStore = 10074; |
|
public const ushort M2C_GetStore = 10075; |
|
public const ushort C2M_PeopleMove = 10076; |
|
public const ushort M2C_PeopleMove = 10077; |
|
public const ushort M2C_NotifyUpdateConstructProgress = 10078; |
|
public const ushort M2C_UpdateGather = 10079; |
|
public const ushort C2M_CreateConstruct = 10080; |
|
public const ushort M2C_CreateConstruct = 10081; |
|
public const ushort C2M_CancelConstruct = 10082; |
|
public const ushort M2C_CancelConstruct = 10083; |
|
public const ushort C2M_GoConstruct = 10084; |
|
public const ushort M2C_GoConstruct = 10085; |
|
public const ushort C2M_StartConstruct = 10086; |
|
public const ushort M2C_StartConstruct = 10087; |
|
public const ushort C2M_StopConstruct = 10088; |
|
public const ushort M2C_StopConstruct = 10089; |
|
public const ushort M2C_NotifyUpdatePeople = 10090; |
|
public const ushort M2C_NotifyConstructFinish = 10091; |
|
public const ushort M2C_NotifyUpdateValley = 10092; |
|
public const ushort M2C_NotifyGatherFinish = 10093; |
|
public const ushort C2M_StartSynthesis = 10094; |
|
public const ushort M2C_StartSynthesis = 10095; |
|
public const ushort C2M_GetSynthesis = 10096; |
|
public const ushort M2C_GetSynthesis = 10097; |
|
public const ushort C2M_EndSynthesis = 10098; |
|
public const ushort M2C_EndSynthesis = 10099; |
|
public const ushort M2C_NotifySynthesisUpdate = 10100; |
|
public const ushort M2C_NotifySynthesisWithState = 10101; |
|
public const ushort C2M_Cheat = 10102; |
|
public const ushort M2C_Cheat = 10103; |
|
public const ushort C2M_StartCuisine = 10104; |
|
public const ushort M2C_StartCuisine = 10105; |
|
public const ushort C2M_DevelopRecipe = 10106; |
|
public const ushort M2C_DevelopRecipe = 10107; |
|
public const ushort C2M_StopRecipeGame = 10108; |
|
public const ushort M2C_StopRecipeGame = 10109; |
|
public const ushort C2M_GetMenu = 10110; |
|
public const ushort M2C_GetMenu = 10111; |
|
public const ushort C2M_DropItem = 10112; |
|
public const ushort M2C_DropItem = 10113; |
|
public const ushort C2M_UseItem = 10114; |
|
public const ushort M2C_UseItem = 10115; |
|
public const ushort C2M_UpgradeScale = 10116; |
|
public const ushort M2C_UpgradeScale = 10117; |
|
public const ushort M2C_NotifyNightEvent = 10118; |
|
public const ushort C2M_RootOutResource = 10119; |
|
public const ushort M2C_RootOutResource = 10120; |
|
public const ushort C2M_CreateResource = 10121; |
|
public const ushort M2C_CreateResource = 10122; |
|
public const ushort C2M_UseSaplingItem = 10123; |
|
public const ushort M2C_UseSaplingItem = 10124; |
|
public const ushort C2M_Embattle = 10125; |
|
public const ushort M2C_Embattle = 10126; |
|
public const ushort C2M_EnterBattle = 10127; |
|
public const ushort M2C_EnterBattle = 10128; |
|
public const ushort SkillProto = 10129; |
|
public const ushort FighterProto = 10130; |
|
public const ushort C2M_ExitBattle = 10131; |
|
public const ushort M2C_ExitBattle = 10132; |
|
public const ushort C2M_BattleAtkOver = 10133; |
|
public const ushort M2C_BattleAtkOver = 10134; |
|
public const ushort C2M_UseSkill = 10135; |
|
public const ushort M2C_UseSkill = 10136; |
|
public const ushort C2M_TestReplaceSkill = 10137; |
|
public const ushort M2C_TestReplaceSkill = 10138; |
|
public const ushort MonsterGroupProto = 10139; |
|
public const ushort C2M_RepairBuilding = 10140; |
|
public const ushort M2C_RepairBuilding = 10141; |
|
public const ushort M2C_NotifyResourceAttri = 10142; |
|
public const ushort C2M_BuildingDurable = 10143; |
|
public const ushort M2C_BuildingDurable = 10144; |
|
public const ushort C2M_GMAddItem = 10145; |
|
public const ushort M2C_GMAddItem = 10146; |
|
public const ushort FarmlandProto = 10147; |
|
public const ushort C2M_FarmlandPlant = 10148; |
|
public const ushort M2C_FarmlandPlant = 10149; |
|
public const ushort C2M_FarmlandHarvest = 10150; |
|
public const ushort M2C_FarmlandHarvest = 10151; |
|
} |
|
}
|
|
|