hxp
2025-05-16 0dbe621c75e43d7a8cd29586fb0ecb5105773bcf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// A9 05 Í¨Öª¹ã²¥×°±¸ÏêϸÐÅÏ¢ #tagGCNotifyEquipDetailInfo
 
struct    tagGCNotifyEquipClassEquip
{
    DWORD        ItemID;
    BYTE        Star;
};
 
struct    tagGCNotifyEquipDetailInfo
{
    tagHead        Head;
    char        ItemGUID[40];
    DWORD        ItemID;
    BYTE        Star;        //ÐǼ¶
    WORD        PlusLV;        //Ç¿»¯µÈ¼¶
    BYTE        EvolveLV;        //½ø»¯µÈ¼¶
    BYTE        WashLV;        //Ï´Á·µÈ¼¶
    BYTE        WashValueCount;
    DWORD        WashValueList[WashValueCount];    //Ï´Á·Öµ
    BYTE        StoneIDCount;
    DWORD        StoneIDList[StoneIDCount];    //±¦Ê¯
    BYTE        ClassEquipCount;
    tagGCNotifyEquipClassEquip        ClassEquipList[ClassEquipCount];    //±¾¾³½ç´©´÷µÄ×°±¸
};