公告板
版本库
filestore
活动
搜索
登录
main
/
SnxxPyNetPack
少年修仙传服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
查看
|
历史
|
提交
|
提交对比
8901 【BT2】【后端】全服红包(修改红包系统相关封包)
hxp
2021-04-14
637f0ea43cc8b16d9fce6bf33d90b8f407f85d49
[SnxxPyNetPack]
/
ClientPack
/
ClientToMapServer
/
CA5_Function
/
GatherSoulCompound.h
提交
|
用户
|
age
d2a82b
1
// A5 1C 聚魂合成 #tagCMGatherSoulCompound
X
2
3
struct tagCMGatherSoulCompound
4
{
5
tagHead Head;
6
BYTE Cnt;
7
BYTE PackList[Cnt]; //所在位置 0-背包 1-孔
8
WORD IndexList[Cnt]; //物品索引
9
DWORD TagItemID; //合成目标物品ID
10
};