| ServerPack/MapServerPack/HA3_Function/NPCAttackCountInfo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/NPCAttackCountInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/NPCAttackCountInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPack/MapServerPack/HA3_Function/NPCAttackCountInfo
ServerPack/MapServerPack/HA3_Function/NPCAttackCountInfo.des
New file @@ -0,0 +1 @@ A3 25 NPC已攻击次数信息 #tagMCNPCAttackCountInfo ServerPack/MapServerPack/HA3_Function/NPCAttackCountInfo.h
New file @@ -0,0 +1,14 @@ // A3 25 NPC已攻击次数信息 #tagMCNPCAttackCountInfo struct tagMCNPCAttackCount { DWORD NPCID; BYTE AttackCount; //已攻击次数 }; struct tagMCNPCAttackCountInfo { tagHead Head; BYTE Count; tagMCNPCAttackCount NPCAttackCountList[Count]; };