少年修仙传服务端代码子仓库
xdh
2019-04-09 b15ec18b7a4b52cc0a5ef78cf88827f8c8e2a7cb
6457 奇遇封包
3个文件已添加
17 ■■■■■ 已修改文件
ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo.des 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPack/MapServerPack/HA3_Function/FairyAdventuresInfo.h 16 ●●●●● 补丁 | 查看 | 原始文档 | 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];// 信息
};