少年修仙传服务端代码子仓库
hxp
2018-08-17 ed7b730f61bf0d30a8d9c3a4e2c0ec7a08d2b111
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//02 03 Íæ¼Ò»ñÈ¡½»Ò×ËùÎïÆ·½á¹û#tagGMGiveBourseItem
struct    tagGMGiveBourseItem
{
    tagHead        Head;
    DWORD        PlayerID;        //µÃµ½ÎïÆ·µÄÍæ¼Ò
    char        ItemGUID[40];
    DWORD        ItemID;        //ÎïÆ·ID
    BYTE        PriceType;    //¼Û¸ñÀàÐÍ 
    DWORD        PriceCount;    //¼Û¸ñ£¬µØÍ¼·þÎñÆ÷¿ÛÈ¡ÏàÓ¦½ðÇ®ºó¸øÓèÎïÆ·£¬ÈçΪ0ÔòΪ³öÊÛÍæ¼ÒÈ¡»ØÎ´ÊÛ³öÎïÆ·
    WORD        Count;        //µ¥×éÊýÁ¿
    DWORD        UserDataLen;
    char        UserData[UserDataLen];        //×Ô¶¨ÒåÊý¾Ý
    DWORD        EquipGS;                //×°±¸ÆÀ·Ö
};