| ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo
ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo.des
New file @@ -0,0 +1 @@ A3 07 缥缈奇遇信息 #tagMCFairyAdventuresInfo ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo.h
New file @@ -0,0 +1,16 @@ // A3 07 缥缈奇遇信息 #tagMCFairyAdventuresInfo struct tagMCFairyAdventuresData { BYTE EventID; BYTE Gear; //第几档 DWORD Condition; //条件 }; struct tagMCFairyAdventuresInfo { tagHead Head; BYTE Cnt; tagMCFairyAdventuresData InfoList[Cnt];// 信息 };