From ea974759e119aec88fd4b1815c70a6ffbffb052d Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 12 二月 2026 15:36:34 +0800
Subject: [PATCH] 16 卡牌服务端(删除不需要旧功能:法器、炼体、魅力、情缘、仙宫、神兽、系统特权、印记;)
---
/dev/null | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
diff --git a/ClientPack/CA1_Sys/ChangeJob b/ClientPack/CA1_Sys/ChangeJob
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA1_Sys/ChangeJob
+++ /dev/null
diff --git a/ClientPack/CA1_Sys/ChangeJob.des b/ClientPack/CA1_Sys/ChangeJob.des
deleted file mode 100644
index f659b3f..0000000
--- a/ClientPack/CA1_Sys/ChangeJob.des
+++ /dev/null
@@ -1 +0,0 @@
-A1 21 转职业 #tagCMChangeJob
diff --git a/ClientPack/CA1_Sys/ChangeJob.h b/ClientPack/CA1_Sys/ChangeJob.h
deleted file mode 100644
index 967ec9b..0000000
--- a/ClientPack/CA1_Sys/ChangeJob.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// A1 21 转职业 #tagCMChangeJob
-
-struct tagCMChangeJob
-{
- tagHead Head;
- BYTE TagJob;
-};
diff --git a/ClientPack/CA1_Sys/MoneyExchange b/ClientPack/CA1_Sys/MoneyExchange
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA1_Sys/MoneyExchange
+++ /dev/null
diff --git a/ClientPack/CA1_Sys/MoneyExchange.des b/ClientPack/CA1_Sys/MoneyExchange.des
deleted file mode 100644
index e6dc092..0000000
--- a/ClientPack/CA1_Sys/MoneyExchange.des
+++ /dev/null
@@ -1 +0,0 @@
-A1 20 货币兑换 #tagCMMoneyExchange
diff --git a/ClientPack/CA1_Sys/MoneyExchange.h b/ClientPack/CA1_Sys/MoneyExchange.h
deleted file mode 100644
index e39b1d7..0000000
--- a/ClientPack/CA1_Sys/MoneyExchange.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// A1 20 货币兑换 #tagCMMoneyExchange
-
-struct tagCMMoneyExchange
-{
- tagHead Head;
- BYTE SrcMoneyType; // 源货币类型
- BYTE TagMoneyType; // 目标货币类型
- DWORD ExchangeValue; // 兑换数量(消耗源货币的数量)
-};
diff --git a/ClientPack/CA1_Sys/RefreshMainServerRole b/ClientPack/CA1_Sys/RefreshMainServerRole
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA1_Sys/RefreshMainServerRole
+++ /dev/null
diff --git a/ClientPack/CA1_Sys/RefreshMainServerRole.des b/ClientPack/CA1_Sys/RefreshMainServerRole.des
deleted file mode 100644
index ff2a64b..0000000
--- a/ClientPack/CA1_Sys/RefreshMainServerRole.des
+++ /dev/null
@@ -1 +0,0 @@
-A1 08 刷新主服角色信息 #tagCMRefreshMainServerRole
diff --git a/ClientPack/CA1_Sys/RefreshMainServerRole.h b/ClientPack/CA1_Sys/RefreshMainServerRole.h
deleted file mode 100644
index e777192..0000000
--- a/ClientPack/CA1_Sys/RefreshMainServerRole.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// A1 08 刷新主服角色信息 #tagCMRefreshMainServerRole
-
-struct tagCMRefreshMainServerRole
-{
- tagHead Head;
-};
diff --git a/ClientPack/CA5_Function/DogzBattleStateChange b/ClientPack/CA5_Function/DogzBattleStateChange
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA5_Function/DogzBattleStateChange
+++ /dev/null
diff --git a/ClientPack/CA5_Function/DogzBattleStateChange.des b/ClientPack/CA5_Function/DogzBattleStateChange.des
deleted file mode 100644
index 335beb4..0000000
--- a/ClientPack/CA5_Function/DogzBattleStateChange.des
+++ /dev/null
@@ -1 +0,0 @@
-A5 C2 神兽变更助战状态 #tagCMDogzBattleStateChange
diff --git a/ClientPack/CA5_Function/DogzBattleStateChange.h b/ClientPack/CA5_Function/DogzBattleStateChange.h
deleted file mode 100644
index a7db1ca..0000000
--- a/ClientPack/CA5_Function/DogzBattleStateChange.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// A5 C2 神兽变更助战状态 #tagCMDogzBattleStateChange
-
-struct tagCMDogzBattleStateChange
-
-{
- tagHead Head;
- BYTE DogzID; // 神兽ID
- BYTE BatteState; //助战状态,0-召回,1-助战
-};
diff --git a/ClientPack/CA5_Function/DogzBuyBatteCount b/ClientPack/CA5_Function/DogzBuyBatteCount
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA5_Function/DogzBuyBatteCount
+++ /dev/null
diff --git a/ClientPack/CA5_Function/DogzBuyBatteCount.des b/ClientPack/CA5_Function/DogzBuyBatteCount.des
deleted file mode 100644
index 1c29ed1..0000000
--- a/ClientPack/CA5_Function/DogzBuyBatteCount.des
+++ /dev/null
@@ -1 +0,0 @@
-A5 C3 神兽购买助战位 #tagCMDogzBuyBatteCount
diff --git a/ClientPack/CA5_Function/DogzBuyBatteCount.h b/ClientPack/CA5_Function/DogzBuyBatteCount.h
deleted file mode 100644
index 4a2ecc0..0000000
--- a/ClientPack/CA5_Function/DogzBuyBatteCount.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// A5 C3 神兽购买助战位 #tagCMDogzBuyBatteCount
-
-struct tagCMDogzBuyBatteCount
-
-{
- tagHead Head;
-};
diff --git a/ClientPack/CA5_Function/DogzEquipItem b/ClientPack/CA5_Function/DogzEquipItem
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA5_Function/DogzEquipItem
+++ /dev/null
diff --git a/ClientPack/CA5_Function/DogzEquipItem.des b/ClientPack/CA5_Function/DogzEquipItem.des
deleted file mode 100644
index 5294b40..0000000
--- a/ClientPack/CA5_Function/DogzEquipItem.des
+++ /dev/null
@@ -1 +0,0 @@
-A5 C0 神兽穿戴装备 #tagCMDogzEquipItem
diff --git a/ClientPack/CA5_Function/DogzEquipItem.h b/ClientPack/CA5_Function/DogzEquipItem.h
deleted file mode 100644
index 7227741..0000000
--- a/ClientPack/CA5_Function/DogzEquipItem.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// A5 C0 神兽穿戴装备 #tagCMDogzEquipItem
-
-struct tagCMDogzEquipItem
-
-{
- tagHead Head;
- BYTE DogzID; // 神兽ID
- BYTE EquipIndexCount;
- BYTE EquipIndexList[EquipIndexCount]; //神兽装备所在神兽背包索引列表
-};
diff --git a/ClientPack/CA5_Function/DogzEquipPlus b/ClientPack/CA5_Function/DogzEquipPlus
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA5_Function/DogzEquipPlus
+++ /dev/null
diff --git a/ClientPack/CA5_Function/DogzEquipPlus.des b/ClientPack/CA5_Function/DogzEquipPlus.des
deleted file mode 100644
index 805ac1b..0000000
--- a/ClientPack/CA5_Function/DogzEquipPlus.des
+++ /dev/null
@@ -1 +0,0 @@
-A5 C4 神兽装备强化 #tagCMDogzEquipPlus
diff --git a/ClientPack/CA5_Function/DogzEquipPlus.h b/ClientPack/CA5_Function/DogzEquipPlus.h
deleted file mode 100644
index ef30af8..0000000
--- a/ClientPack/CA5_Function/DogzEquipPlus.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// A5 C4 神兽装备强化 #tagCMDogzEquipPlus
-
-struct tagCMDogzEquipPlus
-
-{
- tagHead Head;
- BYTE EquipIndex; //神兽装备背包中索引
- BYTE IndexCount; //材料所在神兽物品背包索引的数量
- BYTE IndexList[IndexCount]; //材料所在神兽物品背包索引列表
- DWORD IndexUseCountList[IndexCount]; //材料所在神兽物品背包索引对应使用个数列表
- BYTE IsDouble; //是否双倍强化
-};
diff --git a/ClientPack/CA5_Function/DogzUnEquipItem b/ClientPack/CA5_Function/DogzUnEquipItem
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA5_Function/DogzUnEquipItem
+++ /dev/null
diff --git a/ClientPack/CA5_Function/DogzUnEquipItem.des b/ClientPack/CA5_Function/DogzUnEquipItem.des
deleted file mode 100644
index c1acff1..0000000
--- a/ClientPack/CA5_Function/DogzUnEquipItem.des
+++ /dev/null
@@ -1 +0,0 @@
-A5 C1 神兽卸下装备 #tagCMDogzUnEquipItem
diff --git a/ClientPack/CA5_Function/DogzUnEquipItem.h b/ClientPack/CA5_Function/DogzUnEquipItem.h
deleted file mode 100644
index 7df9c7b..0000000
--- a/ClientPack/CA5_Function/DogzUnEquipItem.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// A5 C1 神兽卸下装备 #tagCMDogzUnEquipItem
-
-struct tagCMDogzUnEquipItem
-
-{
- tagHead Head;
- BYTE DogzID; // 神兽ID
- BYTE EquipPlace; //卸下的装备位, 0代表卸下全部
-};
diff --git a/ClientPack/CA5_Function/FaQiLVUp b/ClientPack/CA5_Function/FaQiLVUp
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA5_Function/FaQiLVUp
+++ /dev/null
diff --git a/ClientPack/CA5_Function/FaQiLVUp.des b/ClientPack/CA5_Function/FaQiLVUp.des
deleted file mode 100644
index 680209e..0000000
--- a/ClientPack/CA5_Function/FaQiLVUp.des
+++ /dev/null
@@ -1 +0,0 @@
-A5 32 法器升级 #tagCMFaQiLVUp
diff --git a/ClientPack/CA5_Function/FaQiLVUp.h b/ClientPack/CA5_Function/FaQiLVUp.h
deleted file mode 100644
index 2e3a4b6..0000000
--- a/ClientPack/CA5_Function/FaQiLVUp.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// A5 32 法器升级 #tagCMFaQiLVUp
-
-struct tagCMFaQiLVUp
-{
- tagHead Head;
- WORD UseItemCnt; //消耗材料个数
- BYTE IsAutoBuy; //是否自动购买
-};
diff --git a/ClientPack/CA5_Function/LianTiLVUp b/ClientPack/CA5_Function/LianTiLVUp
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA5_Function/LianTiLVUp
+++ /dev/null
diff --git a/ClientPack/CA5_Function/LianTiLVUp.des b/ClientPack/CA5_Function/LianTiLVUp.des
deleted file mode 100644
index 795f91c..0000000
--- a/ClientPack/CA5_Function/LianTiLVUp.des
+++ /dev/null
@@ -1 +0,0 @@
-A5 34 炼体突破 #tagCMLianTiLVUp
diff --git a/ClientPack/CA5_Function/LianTiLVUp.h b/ClientPack/CA5_Function/LianTiLVUp.h
deleted file mode 100644
index cfe0360..0000000
--- a/ClientPack/CA5_Function/LianTiLVUp.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// A5 34 炼体突破 #tagCMLianTiLVUp
-
-struct tagCMLianTiLVUp
-{
- tagHead Head;
-};
diff --git a/ClientPack/CA5_Function/LianTiUp b/ClientPack/CA5_Function/LianTiUp
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA5_Function/LianTiUp
+++ /dev/null
diff --git a/ClientPack/CA5_Function/LianTiUp.des b/ClientPack/CA5_Function/LianTiUp.des
deleted file mode 100644
index 1467749..0000000
--- a/ClientPack/CA5_Function/LianTiUp.des
+++ /dev/null
@@ -1 +0,0 @@
-A5 33 炼体提升 #tagCMLianTiUp
diff --git a/ClientPack/CA5_Function/LianTiUp.h b/ClientPack/CA5_Function/LianTiUp.h
deleted file mode 100644
index 191a3d5..0000000
--- a/ClientPack/CA5_Function/LianTiUp.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// A5 33 炼体提升 #tagCMLianTiUp
-
-struct tagCMLianTiUp
-{
- tagHead Head;
- DWORD UseItemCnt; //消耗材料个数
- BYTE IsAutoBuy; //是否自动购买
-};
diff --git a/ClientPack/CA9_Function/LikeXiangong b/ClientPack/CA9_Function/LikeXiangong
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA9_Function/LikeXiangong
+++ /dev/null
diff --git a/ClientPack/CA9_Function/LikeXiangong.des b/ClientPack/CA9_Function/LikeXiangong.des
deleted file mode 100644
index ee77e8a..0000000
--- a/ClientPack/CA9_Function/LikeXiangong.des
+++ /dev/null
@@ -1 +0,0 @@
-A9 07 点赞仙宫 #tagCGLikeXiangong
diff --git a/ClientPack/CA9_Function/LikeXiangong.h b/ClientPack/CA9_Function/LikeXiangong.h
deleted file mode 100644
index bfa81a1..0000000
--- a/ClientPack/CA9_Function/LikeXiangong.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// A9 07 点赞仙宫 #tagCGLikeXiangong
-
-struct tagCGLikeXiangong
-{
- tagHead Head;
- WORD XiangongID; // 仙宫ID,为0时代表每日的仙宫点赞
-};
diff --git a/ClientPack/CA9_Function/QueryXiangongRecPlayers b/ClientPack/CA9_Function/QueryXiangongRecPlayers
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CA9_Function/QueryXiangongRecPlayers
+++ /dev/null
diff --git a/ClientPack/CA9_Function/QueryXiangongRecPlayers.des b/ClientPack/CA9_Function/QueryXiangongRecPlayers.des
deleted file mode 100644
index 05f135f..0000000
--- a/ClientPack/CA9_Function/QueryXiangongRecPlayers.des
+++ /dev/null
@@ -1 +0,0 @@
-A9 06 查看仙宫仙名录 #tagCGQueryXiangongRecPlayers
diff --git a/ClientPack/CA9_Function/QueryXiangongRecPlayers.h b/ClientPack/CA9_Function/QueryXiangongRecPlayers.h
deleted file mode 100644
index 651c6ce..0000000
--- a/ClientPack/CA9_Function/QueryXiangongRecPlayers.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// A9 06 查看仙宫仙名录 #tagCGQueryXiangongRecPlayers
-
-struct tagCGQueryXiangongRecPlayers
-{
- tagHead Head;
- WORD XiangongID; // 仙宫ID
-};
diff --git a/ClientPack/CB2_NewFunction/ActivateFuncSysPrivilege b/ClientPack/CB2_NewFunction/ActivateFuncSysPrivilege
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB2_NewFunction/ActivateFuncSysPrivilege
+++ /dev/null
diff --git a/ClientPack/CB2_NewFunction/ActivateFuncSysPrivilege.des b/ClientPack/CB2_NewFunction/ActivateFuncSysPrivilege.des
deleted file mode 100644
index 2208678..0000000
--- a/ClientPack/CB2_NewFunction/ActivateFuncSysPrivilege.des
+++ /dev/null
@@ -1 +0,0 @@
-B2 11 激活功能系统特权奖励 #tagCMActivateFuncSysPrivilege
diff --git a/ClientPack/CB2_NewFunction/ActivateFuncSysPrivilege.h b/ClientPack/CB2_NewFunction/ActivateFuncSysPrivilege.h
deleted file mode 100644
index d90ecb4..0000000
--- a/ClientPack/CB2_NewFunction/ActivateFuncSysPrivilege.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// B2 11 激活功能系统特权奖励 #tagCMActivateFuncSysPrivilege
-
-struct tagCMActivateFuncSysPrivilege
-{
- tagHead Head;
- BYTE ActivateCount; // 激活个数
- BYTE ActivateFuncSysIDList[ActivateCount]; // 激活功能系统ID列表,全部激活则需要发所有ID列表
-};
diff --git a/ClientPack/CB2_NewFunction/GetFuncSysPrivilegeAward b/ClientPack/CB2_NewFunction/GetFuncSysPrivilegeAward
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB2_NewFunction/GetFuncSysPrivilegeAward
+++ /dev/null
diff --git a/ClientPack/CB2_NewFunction/GetFuncSysPrivilegeAward.des b/ClientPack/CB2_NewFunction/GetFuncSysPrivilegeAward.des
deleted file mode 100644
index 3f2e232..0000000
--- a/ClientPack/CB2_NewFunction/GetFuncSysPrivilegeAward.des
+++ /dev/null
@@ -1 +0,0 @@
-B2 12 领取功能系统特权奖励 #tagCMGetFuncSysPrivilegeAward
diff --git a/ClientPack/CB2_NewFunction/GetFuncSysPrivilegeAward.h b/ClientPack/CB2_NewFunction/GetFuncSysPrivilegeAward.h
deleted file mode 100644
index 0e9150f..0000000
--- a/ClientPack/CB2_NewFunction/GetFuncSysPrivilegeAward.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// B2 12 领取功能系统特权奖励 #tagCMGetFuncSysPrivilegeAward
-
-struct tagCMGetFuncSysPrivilegeAward
-{
- tagHead Head;
- BYTE FuncSysID; // 功能系统ID
- BYTE DayNum; // 第X天,1为第1天
-};
diff --git a/ClientPack/CB3_PlayerSocial/CharmLVUp b/ClientPack/CB3_PlayerSocial/CharmLVUp
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB3_PlayerSocial/CharmLVUp
+++ /dev/null
diff --git a/ClientPack/CB3_PlayerSocial/CharmLVUp.des b/ClientPack/CB3_PlayerSocial/CharmLVUp.des
deleted file mode 100644
index f77610e..0000000
--- a/ClientPack/CB3_PlayerSocial/CharmLVUp.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 19 提升魅力等级 #tagCGCharmLVUp
diff --git a/ClientPack/CB3_PlayerSocial/CharmLVUp.h b/ClientPack/CB3_PlayerSocial/CharmLVUp.h
deleted file mode 100644
index 26935ff..0000000
--- a/ClientPack/CB3_PlayerSocial/CharmLVUp.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// B3 19 提升魅力等级 #tagCGCharmLVUp
-
-struct tagCGCharmLVUp
-{
- tagHead Head;
-};
diff --git a/ClientPack/CB3_PlayerSocial/CharmOfferBillboardQuery b/ClientPack/CB3_PlayerSocial/CharmOfferBillboardQuery
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB3_PlayerSocial/CharmOfferBillboardQuery
+++ /dev/null
diff --git a/ClientPack/CB3_PlayerSocial/CharmOfferBillboardQuery.des b/ClientPack/CB3_PlayerSocial/CharmOfferBillboardQuery.des
deleted file mode 100644
index 249fba0..0000000
--- a/ClientPack/CB3_PlayerSocial/CharmOfferBillboardQuery.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 09 魅力贡献榜查看 #tagCGCharmOfferBillboardQuery
diff --git a/ClientPack/CB3_PlayerSocial/CharmOfferBillboardQuery.h b/ClientPack/CB3_PlayerSocial/CharmOfferBillboardQuery.h
deleted file mode 100644
index 354fb04..0000000
--- a/ClientPack/CB3_PlayerSocial/CharmOfferBillboardQuery.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// B3 09 魅力贡献榜查看 #tagCGCharmOfferBillboardQuery
-
-struct tagCGCharmOfferBillboardQuery
-{
- tagHead Head;
- DWORD PlayerID; // 魅力玩家ID
- BYTE QueryType; // 查看类型: 1-总榜,2-周榜,3-日榜
- BYTE QueryCount; // 查看名次数量,最大255
-};
diff --git a/ClientPack/CB3_PlayerSocial/LoveRingUnlock b/ClientPack/CB3_PlayerSocial/LoveRingUnlock
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB3_PlayerSocial/LoveRingUnlock
+++ /dev/null
diff --git a/ClientPack/CB3_PlayerSocial/LoveRingUnlock.des b/ClientPack/CB3_PlayerSocial/LoveRingUnlock.des
deleted file mode 100644
index d511d63..0000000
--- a/ClientPack/CB3_PlayerSocial/LoveRingUnlock.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 17 情戒解锁 #tagCMLoveRingUnlock
diff --git a/ClientPack/CB3_PlayerSocial/LoveRingUnlock.h b/ClientPack/CB3_PlayerSocial/LoveRingUnlock.h
deleted file mode 100644
index 471a8e3..0000000
--- a/ClientPack/CB3_PlayerSocial/LoveRingUnlock.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// B3 17 情戒解锁 #tagCMLoveRingUnlock
-
-struct tagCMLoveRingUnlock
-{
- tagHead Head;
-};
diff --git a/ClientPack/CB3_PlayerSocial/LoveRingUp b/ClientPack/CB3_PlayerSocial/LoveRingUp
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB3_PlayerSocial/LoveRingUp
+++ /dev/null
diff --git a/ClientPack/CB3_PlayerSocial/LoveRingUp.des b/ClientPack/CB3_PlayerSocial/LoveRingUp.des
deleted file mode 100644
index 2f65179..0000000
--- a/ClientPack/CB3_PlayerSocial/LoveRingUp.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 18 情戒升级 #tagCMLoveRingUp
diff --git a/ClientPack/CB3_PlayerSocial/LoveRingUp.h b/ClientPack/CB3_PlayerSocial/LoveRingUp.h
deleted file mode 100644
index a79358a..0000000
--- a/ClientPack/CB3_PlayerSocial/LoveRingUp.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// B3 18 情戒升级 #tagCMLoveRingUp
-
-struct tagCMLoveRingUp
-{
- tagHead Head;
- DWORD UseItemCnt; //消耗材料个数
-};
diff --git a/ClientPack/CB3_PlayerSocial/MarryBreak b/ClientPack/CB3_PlayerSocial/MarryBreak
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryBreak
+++ /dev/null
diff --git a/ClientPack/CB3_PlayerSocial/MarryBreak.des b/ClientPack/CB3_PlayerSocial/MarryBreak.des
deleted file mode 100644
index 37d0f57..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryBreak.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 15 离婚 #tagCMMarryBreak
diff --git a/ClientPack/CB3_PlayerSocial/MarryBreak.h b/ClientPack/CB3_PlayerSocial/MarryBreak.h
deleted file mode 100644
index 0ed9c6d..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryBreak.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// B3 15 离婚 #tagCMMarryBreak
-
-struct tagCMMarryBreak
-{
- tagHead Head;
- BYTE BreakType; // 0-和平离婚;1-强制离婚
-};
diff --git a/ClientPack/CB3_PlayerSocial/MarryBreakResponse b/ClientPack/CB3_PlayerSocial/MarryBreakResponse
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryBreakResponse
+++ /dev/null
diff --git a/ClientPack/CB3_PlayerSocial/MarryBreakResponse.des b/ClientPack/CB3_PlayerSocial/MarryBreakResponse.des
deleted file mode 100644
index ea4e880..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryBreakResponse.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 16 和平离婚回应 #tagGCMarryBreakResponse
diff --git a/ClientPack/CB3_PlayerSocial/MarryBreakResponse.h b/ClientPack/CB3_PlayerSocial/MarryBreakResponse.h
deleted file mode 100644
index 6928449..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryBreakResponse.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// B3 16 和平离婚回应 #tagGCMarryBreakResponse
-
-struct tagGCMarryBreakResponse
-{
- tagHead Head;
- BYTE IsOK; // 是否同意,0-否,1-是
-};
diff --git a/ClientPack/CB3_PlayerSocial/MarryBuyFireworks b/ClientPack/CB3_PlayerSocial/MarryBuyFireworks
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryBuyFireworks
+++ /dev/null
diff --git a/ClientPack/CB3_PlayerSocial/MarryBuyFireworks.des b/ClientPack/CB3_PlayerSocial/MarryBuyFireworks.des
deleted file mode 100644
index 52fa52e..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryBuyFireworks.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 14 购买婚礼烟花 #tagCMMarryBuyFireworks
diff --git a/ClientPack/CB3_PlayerSocial/MarryBuyFireworks.h b/ClientPack/CB3_PlayerSocial/MarryBuyFireworks.h
deleted file mode 100644
index 5b0b86d..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryBuyFireworks.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// B3 14 购买婚礼烟花 #tagCMMarryBuyFireworks
-
-struct tagCMMarryBuyFireworks
-{
- tagHead Head;
- DWORD PlayerIDA; // 喜糖所属玩家IDA
- DWORD PlayerIDB; // 喜糖所属玩家IDB
-};
diff --git a/ClientPack/CB3_PlayerSocial/MarryEatCandy b/ClientPack/CB3_PlayerSocial/MarryEatCandy
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryEatCandy
+++ /dev/null
diff --git a/ClientPack/CB3_PlayerSocial/MarryEatCandy.des b/ClientPack/CB3_PlayerSocial/MarryEatCandy.des
deleted file mode 100644
index 2c5b75c..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryEatCandy.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 13 吃喜糖 #tagCMMarryEatCandy
diff --git a/ClientPack/CB3_PlayerSocial/MarryEatCandy.h b/ClientPack/CB3_PlayerSocial/MarryEatCandy.h
deleted file mode 100644
index d5a0086..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryEatCandy.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// B3 13 吃喜糖 #tagCMMarryEatCandy
-
-struct tagCMMarryEatCandy
-{
- tagHead Head;
- DWORD PlayerIDA; // 喜糖所属玩家IDA
- DWORD PlayerIDB; // 喜糖所属玩家IDB
-};
diff --git a/ClientPack/CB3_PlayerSocial/MarryReq b/ClientPack/CB3_PlayerSocial/MarryReq
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryReq
+++ /dev/null
diff --git a/ClientPack/CB3_PlayerSocial/MarryReq.des b/ClientPack/CB3_PlayerSocial/MarryReq.des
deleted file mode 100644
index 383078c..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryReq.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 11 提亲 #tagCMMarryReq
diff --git a/ClientPack/CB3_PlayerSocial/MarryReq.h b/ClientPack/CB3_PlayerSocial/MarryReq.h
deleted file mode 100644
index 9770800..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryReq.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// B3 11 提亲 #tagCMMarryReq
-
-struct tagCMMarryReq
-{
- tagHead Head;
- DWORD TagPlayerID; // 目标玩家ID
- BYTE BridePriceID; // 聘礼ID
-};
diff --git a/ClientPack/CB3_PlayerSocial/MarryResponse b/ClientPack/CB3_PlayerSocial/MarryResponse
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryResponse
+++ /dev/null
diff --git a/ClientPack/CB3_PlayerSocial/MarryResponse.des b/ClientPack/CB3_PlayerSocial/MarryResponse.des
deleted file mode 100644
index fe6b29c..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryResponse.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 12 提亲回应 #tagCGMarryResponse
diff --git a/ClientPack/CB3_PlayerSocial/MarryResponse.h b/ClientPack/CB3_PlayerSocial/MarryResponse.h
deleted file mode 100644
index d9f539e..0000000
--- a/ClientPack/CB3_PlayerSocial/MarryResponse.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// B3 12 提亲回应 #tagCGMarryResponse
-
-struct tagCGMarryResponse
-{
- tagHead Head;
- DWORD ReqPlayerID; // 提亲的玩家ID
- BYTE IsOK; // 是否同意,0-否,1-是
-};
diff --git a/ClientPack/CB3_PlayerSocial/SendGifts b/ClientPack/CB3_PlayerSocial/SendGifts
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB3_PlayerSocial/SendGifts
+++ /dev/null
diff --git a/ClientPack/CB3_PlayerSocial/SendGifts.des b/ClientPack/CB3_PlayerSocial/SendGifts.des
deleted file mode 100644
index 19ea23f..0000000
--- a/ClientPack/CB3_PlayerSocial/SendGifts.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 10 送礼物 #tagCMSendGifts
diff --git a/ClientPack/CB3_PlayerSocial/SendGifts.h b/ClientPack/CB3_PlayerSocial/SendGifts.h
deleted file mode 100644
index 5bc8bc2..0000000
--- a/ClientPack/CB3_PlayerSocial/SendGifts.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// B3 10 送礼物 #tagCMSendGifts
-
-struct tagCMSendGifts
-{
- tagHead Head;
- DWORD TagPlayerID; // 目标玩家ID
- WORD GiftNum; // 赠送礼物编号
- DWORD GiftCount; // 赠送礼物数量
- BYTE IsAutoBuy; // 是否自动购买
-};
diff --git a/ClientPack/CB4_FightDefine/tagCMYinji b/ClientPack/CB4_FightDefine/tagCMYinji
deleted file mode 100644
index e69de29..0000000
--- a/ClientPack/CB4_FightDefine/tagCMYinji
+++ /dev/null
diff --git a/ClientPack/CB4_FightDefine/tagCMYinji.des b/ClientPack/CB4_FightDefine/tagCMYinji.des
deleted file mode 100644
index 3977608..0000000
--- a/ClientPack/CB4_FightDefine/tagCMYinji.des
+++ /dev/null
@@ -1 +0,0 @@
-B4 0D 战斗印记 #tagCMYinji
diff --git a/ClientPack/CB4_FightDefine/tagCMYinji.h b/ClientPack/CB4_FightDefine/tagCMYinji.h
deleted file mode 100644
index 147db9e..0000000
--- a/ClientPack/CB4_FightDefine/tagCMYinji.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// B4 0D 战斗印记 #tagCMYinji
-
-struct tagCMYinji
-{
- tagHead Head;
- BYTE Count;
- BYTE Type; // 0 加,1减
-};
diff --git a/ServerPack/HA1_Sys/DBPlayer b/ServerPack/HA1_Sys/DBPlayer
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HA1_Sys/DBPlayer
+++ /dev/null
diff --git a/ServerPack/HA1_Sys/DBPlayer.des b/ServerPack/HA1_Sys/DBPlayer.des
deleted file mode 100644
index da1072b..0000000
--- a/ServerPack/HA1_Sys/DBPlayer.des
+++ /dev/null
@@ -1 +0,0 @@
-A1 12 玩家初始化 #tagMCDBPlayer
diff --git a/ServerPack/HA1_Sys/DBPlayer.h b/ServerPack/HA1_Sys/DBPlayer.h
deleted file mode 100644
index 5ef9865..0000000
--- a/ServerPack/HA1_Sys/DBPlayer.h
+++ /dev/null
@@ -1,104 +0,0 @@
-// A1 12 玩家初始化 #tagMCDBPlayer
-
-struct tagMCDBPlayer
-{
- tagHead Head;
- char AccID[65]; //帐号名, 该角色所在的帐号的用户名
- DWORD PlayerID;
- char PlayerName[33]; //size = 14
- BYTE AccState; //0: 未创建, 1: 创建OK,正常登录 2:封号 3:已删除
- BYTE GMLevel; //GM等级, 0:不是GM >=1 : GM的等级
- BYTE Sex; //性别
- BYTE Job; //职业, 0.新手 1.游侠 2.战士 3.弓箭手 4.术士 5.道士
- WORD ReincarnationLv; // 转生等级
- WORD LV; //等级
- WORD LVEx; //玩家等级副本,用于转生
- WORD LV2; //大师等级
- DWORD ExpPoint; //扩充经验点数
- DWORD TotalExp; //总经验
- DWORD Family; //家族
- char FamilyName[33]; //家族名称
- int TeamHornor; //组队荣誉
- int FamilyHornor; //家族荣耀
- int FamilyActiveValue; //家族活跃度
- int LastWeekFamilyActiveValue; //上周家族活跃度
- int CountryHornor; //本周国家功勋值
- int CountryLastWeekHornor; //上周国家功勋值
- DWORD Mate;
- DWORD Gold; //金子
- DWORD GoldPaper; //金票
- DWORD Silver; //银子
- DWORD SilverPaper; //银票
- DWORD FightPoint; //战斗值
- DWORD HappyPoint; //脱机挂时长(秒)
- BYTE LineID; //角色所在线路
- WORD MapID; //角色所在地图
- WORD PosX; //角色坐标
- WORD PosY;
- WORD RebornMapID; //重生点地图ID
- WORD RebornPosX;
- WORD RebornPosY;
- BYTE State; //角色状态 0.正常在线1.脱机挂在线 2脱机挂死亡
- DWORD HP; //当前HP
- DWORD XP; //当前XP
- WORD HPRestoreSetting; //少于这个值%自动喝血
- WORD MPRestoreSetting; //少于这个值%自动喝魔
- DWORD FreePoint; //未分配点数
- DWORD FreeSkillPoint; //未分配的技能点
- int BaseSTR; //裸体力量
- int BasePNE; //裸体真元
- int BasePHY; //裸体筋骨
- int BaseCON; //裸体体魄
- int STR; //力量
- int PNE; //真元
- int PHY; //筋骨
- int CON; //体魄
- WORD PKValue; //衡量PK能力的一项属性,由攻防计算而得
- BYTE BackpackLV; //背包等级
- BYTE WarehouseLV; //仓库等级
- DWORD TeamID; //队伍ID
- BYTE UseGoldType; //默认用金子/金票 类型为MoneyType
- BYTE UseSilverType; //默认用的银子/银票
- BYTE AttackMode; //攻击模式
- DWORD LastWeekOnlineTime; //上周在线时间
- BYTE FBID; //fb id
- BYTE FamilyLV; //家族等级
- DWORD FriendFavor; //好友人气值
- DWORD Energy; //精力值
- DWORD EquipShowSwitch; //装备显示开关
- DWORD LuckValue; //幸运值
- DWORD ExAttr1; //扩展属性1,各项目专用
- DWORD ExAttr2; //扩展属性2,各项目专用
- DWORD ExAttr3; //扩展属性3,各项目专用
- DWORD ExAttr4; //扩展属性4,各项目专用
- DWORD ExAttr5; //扩展属性5,各项目专用
- BYTE Faction; //阵营
- DWORD InfamyValue; //恶名值
- BYTE OfficialRank; //官阶,官职等级
- DWORD ChangeCoinPointTotal; //兑换的点数总计
- BYTE VIPLv; //VIP等级
- BYTE VIPLvForPhone; //移动VIP等级
- DWORD ExAttr6; //扩展属性6,各项目专用
- DWORD ExAttr7; //扩展属性7,各项目专用
- DWORD ExAttr8; //扩展属性8,各项目专用
- DWORD ExAttr9; //扩展属性9,各项目专用
- DWORD ExAttr10; //扩展属性10,各项目专用
- DWORD ModelMark; // 变形模型mark
- DWORD ExAttr11; //预留的扩展属性字段,用来存放项目特定的属性
- DWORD ExAttr12; //预留的扩展属性字段,用来存放项目特定的属性
- DWORD ExAttr13; //预留的扩展属性字段,用来存放项目特定的属性
- DWORD ExAttr14; //预留的扩展属性字段,用来存放项目特定的属性
- DWORD OperateInfo; //玩家附加运营商信息
- char Operate[15]; //所属运营商平台名
- DWORD ServerID; //所属区服ID
- DWORD ExAttr15; //预留的扩展属性字段,用来存放项目特定的属性
- DWORD ExAttr16; //预留的扩展属性字段,用来存放项目特定的属性
- DWORD ExAttr17; //预留的扩展属性字段,用来存放项目特定的属性
- DWORD ExAttr18; //预留的扩展属性字段,用来存放项目特定的属性
- DWORD ExAttr19; //预留的扩展属性字段,用来存放项目特定的属性
- DWORD ExAttr20; //预留的扩展属性字段,用来存放项目特定的属性
- DWORD HPEx; //当前血量 超过E的记录
- DWORD Face; //基本脸型
- DWORD FacePic; //头像框
- DWORD RoleType; //角色类型(各项目可自定义含义,如种族,与职业区分)
-};
diff --git a/ServerPack/HA3_Function/DogzHelpbattleState b/ServerPack/HA3_Function/DogzHelpbattleState
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HA3_Function/DogzHelpbattleState
+++ /dev/null
diff --git a/ServerPack/HA3_Function/DogzHelpbattleState.des b/ServerPack/HA3_Function/DogzHelpbattleState.des
deleted file mode 100644
index 6f3e9d2..0000000
--- a/ServerPack/HA3_Function/DogzHelpbattleState.des
+++ /dev/null
@@ -1 +0,0 @@
-A3 C1 神兽助战状态刷新 #tagMCDogzHelpbattleState
diff --git a/ServerPack/HA3_Function/DogzHelpbattleState.h b/ServerPack/HA3_Function/DogzHelpbattleState.h
deleted file mode 100644
index 9f192f1..0000000
--- a/ServerPack/HA3_Function/DogzHelpbattleState.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// A3 C1 神兽助战状态刷新 #tagMCDogzHelpbattleState
-
-struct tagMCDogzHelpbattleState
-{
- tagHead Head;
- BYTE DogzID; // 神兽ID
- BYTE BatteState; //是否已助战, 0否1是
-};
diff --git a/ServerPack/HA3_Function/DogzInfo b/ServerPack/HA3_Function/DogzInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HA3_Function/DogzInfo
+++ /dev/null
diff --git a/ServerPack/HA3_Function/DogzInfo.des b/ServerPack/HA3_Function/DogzInfo.des
deleted file mode 100644
index c993f0c..0000000
--- a/ServerPack/HA3_Function/DogzInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-A3 C0 神兽信息 #tagMCDogzInfo
diff --git a/ServerPack/HA3_Function/DogzInfo.h b/ServerPack/HA3_Function/DogzInfo.h
deleted file mode 100644
index ee19bec..0000000
--- a/ServerPack/HA3_Function/DogzInfo.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// A3 C0 神兽信息 #tagMCDogzInfo
-
-struct tagMCDogzInfo
-{
- tagHead Head;
- BYTE BuyHelpbattleCount; //额外购买的助战数
-};
diff --git a/ServerPack/HA3_Function/FaQiInfo b/ServerPack/HA3_Function/FaQiInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HA3_Function/FaQiInfo
+++ /dev/null
diff --git a/ServerPack/HA3_Function/FaQiInfo.des b/ServerPack/HA3_Function/FaQiInfo.des
deleted file mode 100644
index 1b2494f..0000000
--- a/ServerPack/HA3_Function/FaQiInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-A3 54 法器信息 #tagMCFaQiInfo
diff --git a/ServerPack/HA3_Function/FaQiInfo.h b/ServerPack/HA3_Function/FaQiInfo.h
deleted file mode 100644
index dd4a331..0000000
--- a/ServerPack/HA3_Function/FaQiInfo.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// A3 54 法器信息 #tagMCFaQiInfo
-
-struct tagMCFaQiInfo
-{
- tagHead Head;
- BYTE LV; //等阶
- DWORD EatItemCount; //当前阶已吃丹个数
-};
diff --git a/ServerPack/HA3_Function/LianTiInfo b/ServerPack/HA3_Function/LianTiInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HA3_Function/LianTiInfo
+++ /dev/null
diff --git a/ServerPack/HA3_Function/LianTiInfo.des b/ServerPack/HA3_Function/LianTiInfo.des
deleted file mode 100644
index a0474ad..0000000
--- a/ServerPack/HA3_Function/LianTiInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-A3 55 炼体信息 #tagMCLianTiInfo
diff --git a/ServerPack/HA3_Function/LianTiInfo.h b/ServerPack/HA3_Function/LianTiInfo.h
deleted file mode 100644
index bae225e..0000000
--- a/ServerPack/HA3_Function/LianTiInfo.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// A3 55 炼体信息 #tagMCLianTiInfo
-
-struct tagMCLianTiInfo
-{
- tagHead Head;
- BYTE LianTiLV; //炼体等级
- DWORD EatItemCount; //当前等级已吃丹个数
-};
diff --git a/ServerPack/HA9_Function/DogzNPCRefreshTime b/ServerPack/HA9_Function/DogzNPCRefreshTime
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HA9_Function/DogzNPCRefreshTime
+++ /dev/null
diff --git a/ServerPack/HA9_Function/DogzNPCRefreshTime.des b/ServerPack/HA9_Function/DogzNPCRefreshTime.des
deleted file mode 100644
index c4d7699..0000000
--- a/ServerPack/HA9_Function/DogzNPCRefreshTime.des
+++ /dev/null
@@ -1 +0,0 @@
-A9 04 通知神兽副本NPC刷新时间 #tagGCDogzNPCRefreshTime
diff --git a/ServerPack/HA9_Function/DogzNPCRefreshTime.h b/ServerPack/HA9_Function/DogzNPCRefreshTime.h
deleted file mode 100644
index 38f2892..0000000
--- a/ServerPack/HA9_Function/DogzNPCRefreshTime.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// A9 04 通知神兽副本NPC刷新时间 #tagGCDogzNPCRefreshTime
-
-struct tagDogzTimeInfoObj
-{
- DWORD NPCID; // npcid
- DWORD RefreshSecond; // 刷新倒计时, 秒
-};
-
-struct tagGCDogzNPCRefreshTime
-
-{
- tagHead Head;
- BYTE Cnt; //信息个数
- tagDogzTimeInfoObj InfoList[Cnt]; //信息列表
-};
diff --git a/ServerPack/HA9_Function/XiangongNewPlayerInfo b/ServerPack/HA9_Function/XiangongNewPlayerInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HA9_Function/XiangongNewPlayerInfo
+++ /dev/null
diff --git a/ServerPack/HA9_Function/XiangongNewPlayerInfo.des b/ServerPack/HA9_Function/XiangongNewPlayerInfo.des
deleted file mode 100644
index d480c2d..0000000
--- a/ServerPack/HA9_Function/XiangongNewPlayerInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-A9 27 仙宫新晋玩家信息 #tagGCXiangongNewPlayerInfo
diff --git a/ServerPack/HA9_Function/XiangongNewPlayerInfo.h b/ServerPack/HA9_Function/XiangongNewPlayerInfo.h
deleted file mode 100644
index e8aa867..0000000
--- a/ServerPack/HA9_Function/XiangongNewPlayerInfo.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// A9 27 仙宫新晋玩家信息 #tagGCXiangongNewPlayerInfo
-
-struct tagGCXiangongNewPlayer
-{
- DWORD AddTime; // 新晋时间戳
- DWORD ServerID;
- DWORD PlayerID;
- BYTE NameLen;
- char Name[NameLen]; // 玩家名,size = NameLen
- WORD LV; // 玩家等级
- BYTE Job; // 玩家职业
- WORD RealmLV; // 玩家境界
- DWORD Face; //基本脸型
- DWORD FacePic; //头像框
- DWORD EquipShowSwitch;
- BYTE EquipShowIDCount;
- DWORD EquipShowID[EquipShowIDCount];
-};
-
-struct tagGCXiangongNewPlayerInfo
-{
- tagHead Head;
- WORD XiangongID; // 仙宫ID
- BYTE NewPlayerCount;
- tagGCXiangongNewPlayer NewPlayerList[NewPlayerCount];
-};
diff --git a/ServerPack/HA9_Function/XiangongRecPlayerInfo b/ServerPack/HA9_Function/XiangongRecPlayerInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HA9_Function/XiangongRecPlayerInfo
+++ /dev/null
diff --git a/ServerPack/HA9_Function/XiangongRecPlayerInfo.des b/ServerPack/HA9_Function/XiangongRecPlayerInfo.des
deleted file mode 100644
index d5b8dcf..0000000
--- a/ServerPack/HA9_Function/XiangongRecPlayerInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-A9 28 仙宫仙名录玩家信息 #tagGCXiangongRecPlayerInfo
diff --git a/ServerPack/HA9_Function/XiangongRecPlayerInfo.h b/ServerPack/HA9_Function/XiangongRecPlayerInfo.h
deleted file mode 100644
index cb8c1d0..0000000
--- a/ServerPack/HA9_Function/XiangongRecPlayerInfo.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// A9 28 仙宫仙名录玩家信息 #tagGCXiangongRecPlayerInfo
-
-struct tagGCXiangongRecPlayer
-{
- DWORD AddTime; // 新晋时间戳
- DWORD ServerID;
- DWORD PlayerID;
- BYTE NameLen;
- char Name[NameLen]; // 玩家名,size = NameLen
- WORD LV; // 玩家等级
- BYTE Job; // 玩家职业
- WORD RealmLV; // 玩家境界
- DWORD Face; //基本脸型
- DWORD FacePic; //头像框
-};
-
-struct tagGCXiangongRecPlayerInfo
-{
- tagHead Head;
- WORD XiangongID; // 仙宫ID
- BYTE RecPlayerCount;
- tagGCXiangongRecPlayer RecPlayerList[RecPlayerCount];
-};
diff --git a/ServerPack/HB1_Role/FuncSysPrivilegeInfoList b/ServerPack/HB1_Role/FuncSysPrivilegeInfoList
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB1_Role/FuncSysPrivilegeInfoList
+++ /dev/null
diff --git a/ServerPack/HB1_Role/FuncSysPrivilegeInfoList.des b/ServerPack/HB1_Role/FuncSysPrivilegeInfoList.des
deleted file mode 100644
index 2579e3c..0000000
--- a/ServerPack/HB1_Role/FuncSysPrivilegeInfoList.des
+++ /dev/null
@@ -1 +0,0 @@
-B1 11 功能系统特权信息 #tagMCFuncSysPrivilegeInfoList
diff --git a/ServerPack/HB1_Role/FuncSysPrivilegeInfoList.h b/ServerPack/HB1_Role/FuncSysPrivilegeInfoList.h
deleted file mode 100644
index 50c9558..0000000
--- a/ServerPack/HB1_Role/FuncSysPrivilegeInfoList.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// B1 11 功能系统特权信息 #tagMCFuncSysPrivilegeInfoList
-
-struct tagMCFuncSysPrivilegeInfo
-{
- BYTE FuncSysID; // 功能系统ID
- DWORD ActivateTime; // 激活时间戳
- DWORD AwardState; // 领奖状态,按天对应二进制位计算是否领奖
-};
-
-struct tagMCFuncSysPrivilegeInfoList
-{
- tagHead Head;
- BYTE PrivilegeCount; // 特权个数
- tagMCFuncSysPrivilegeInfo PrivilegeInfoList[PrivilegeCount]; // 特权信息列表
-};
diff --git a/ServerPack/HB1_Role/TiandaoTreeInfo b/ServerPack/HB1_Role/TiandaoTreeInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB1_Role/TiandaoTreeInfo
+++ /dev/null
diff --git a/ServerPack/HB1_Role/TiandaoTreeInfo.des b/ServerPack/HB1_Role/TiandaoTreeInfo.des
deleted file mode 100644
index 16fe45f..0000000
--- a/ServerPack/HB1_Role/TiandaoTreeInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-B1 15 天道树信息 #tagMCTiandaoTreeInfo
diff --git a/ServerPack/HB1_Role/TiandaoTreeInfo.h b/ServerPack/HB1_Role/TiandaoTreeInfo.h
deleted file mode 100644
index 8035b6f..0000000
--- a/ServerPack/HB1_Role/TiandaoTreeInfo.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// B1 15 天道树信息 #tagMCTiandaoTreeInfo
-
-struct tagMCTiandaoTreeInfo
-{
- tagHead Head;
- DWORD Qiyun; // 当前气运值
- BYTE AwardCount; // 天道果领取记录值个数
- DWORD AwardStateList[AwardCount]; // 天道果领取记录值列表,按奖励索引位二进制记录是否已领取,一个值可存31位,如值1存0~30,值2存31~61,...
-};
diff --git a/ServerPack/HB1_Role/XiangongInfo b/ServerPack/HB1_Role/XiangongInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB1_Role/XiangongInfo
+++ /dev/null
diff --git a/ServerPack/HB1_Role/XiangongInfo.des b/ServerPack/HB1_Role/XiangongInfo.des
deleted file mode 100644
index b90c061..0000000
--- a/ServerPack/HB1_Role/XiangongInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-B1 14 仙宫信息 #tagMCXiangongInfo
diff --git a/ServerPack/HB1_Role/XiangongInfo.h b/ServerPack/HB1_Role/XiangongInfo.h
deleted file mode 100644
index 5e488bb..0000000
--- a/ServerPack/HB1_Role/XiangongInfo.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// B1 14 仙宫信息 #tagMCXiangongInfo
-
-struct tagMCXiangong
-{
- WORD XiangongID; // 仙宫ID
- BYTE LikeStateToday; // 今日是否已点赞
-};
-
-struct tagMCXiangongInfo
-{
- tagHead Head;
- BYTE LikeStateToday; // 今日是否已点赞,指仙宫的外层点赞,非某个指定仙宫
- BYTE XiangongCount;
- tagMCXiangong XiangongList[XiangongCount];
-};
diff --git a/ServerPack/HB1_Role/tagMCYinjiStartTime b/ServerPack/HB1_Role/tagMCYinjiStartTime
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB1_Role/tagMCYinjiStartTime
+++ /dev/null
diff --git a/ServerPack/HB1_Role/tagMCYinjiStartTime.des b/ServerPack/HB1_Role/tagMCYinjiStartTime.des
deleted file mode 100644
index b00a0c9..0000000
--- a/ServerPack/HB1_Role/tagMCYinjiStartTime.des
+++ /dev/null
@@ -1 +0,0 @@
-B1 08 开始印记流失时间 #tagMCYinjiStartTime
diff --git a/ServerPack/HB1_Role/tagMCYinjiStartTime.h b/ServerPack/HB1_Role/tagMCYinjiStartTime.h
deleted file mode 100644
index d5a98e5..0000000
--- a/ServerPack/HB1_Role/tagMCYinjiStartTime.h
+++ /dev/null
@@ -1,6 +0,0 @@
-//B1 08 开始印记流失时间 #tagMCYinjiStartTime
-
-struct tagMCYinjiStartTime
-{
- tagHead Head;
-};
diff --git a/ServerPack/HB3_PlayerSocial/CandyList b/ServerPack/HB3_PlayerSocial/CandyList
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB3_PlayerSocial/CandyList
+++ /dev/null
diff --git a/ServerPack/HB3_PlayerSocial/CandyList.des b/ServerPack/HB3_PlayerSocial/CandyList.des
deleted file mode 100644
index 5ecd4b6..0000000
--- a/ServerPack/HB3_PlayerSocial/CandyList.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 24 喜糖列表 #tagGCCandyList
diff --git a/ServerPack/HB3_PlayerSocial/CandyList.h b/ServerPack/HB3_PlayerSocial/CandyList.h
deleted file mode 100644
index ba81197..0000000
--- a/ServerPack/HB3_PlayerSocial/CandyList.h
+++ /dev/null
@@ -1,25 +0,0 @@
-// B3 24 喜糖列表 #tagGCCandyList
-
-struct tagGCCandyInfo
-{
- DWORD PlayerIDA; // 玩家ID - 请求方
- BYTE NameALen;
- char PlayerNameA[NameALen];
- DWORD PlayerIDB; // 玩家ID - 接受方
- BYTE NameBLen;
- char PlayerNameB[NameBLen];
- BYTE BridePriceID; // 聘礼ID
- DWORD MarryTime; // 成亲时间戳,秒
- DWORD EndTime; // 结束时间戳,秒
- DWORD Prosperity; // 当前繁荣度
- BYTE FireworksTotalBuyCount; // 烟花总已购买次数
- BYTE FireworksPlayerBuyCount; // 烟花玩家已购买次数
- BYTE PlayerFreeEatCandyCount; // 玩家已免费吃该喜糖总次数,包含免费次数、烟花赠送次数
-};
-
-struct tagGCCandyList
-{
- tagHead Head;
- WORD CandyCount;
- tagGCCandyInfo CandyInfoList[CandyCount]; // 可吃喜糖列表
-};
diff --git a/ServerPack/HB3_PlayerSocial/CharmOfferBillboardDataList b/ServerPack/HB3_PlayerSocial/CharmOfferBillboardDataList
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB3_PlayerSocial/CharmOfferBillboardDataList
+++ /dev/null
diff --git a/ServerPack/HB3_PlayerSocial/CharmOfferBillboardDataList.des b/ServerPack/HB3_PlayerSocial/CharmOfferBillboardDataList.des
deleted file mode 100644
index b476f1e..0000000
--- a/ServerPack/HB3_PlayerSocial/CharmOfferBillboardDataList.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 19 魅力贡献榜 #tagGCCharmOfferBillboardDataList
diff --git a/ServerPack/HB3_PlayerSocial/CharmOfferBillboardDataList.h b/ServerPack/HB3_PlayerSocial/CharmOfferBillboardDataList.h
deleted file mode 100644
index 9f4c04d..0000000
--- a/ServerPack/HB3_PlayerSocial/CharmOfferBillboardDataList.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// B3 19 魅力贡献榜 #tagGCCharmOfferBillboardDataList
-
-struct tagGCCharmOfferBillboardData
-{
- DWORD OrderIndex; //名次索引,0代表第一名
- DWORD PlayerID; // 玩家ID - 贡献者
- BYTE NameLen;
- char PlayerName[NameLen];
- DWORD CharmValue; //贡献魅力值
-};
-
-struct tagGCCharmOfferBillboardDataList
-{
- tagHead Head;
- DWORD PlayerID; // 魅力玩家ID
- BYTE QueryType; // 查看类型: 1-总榜,2-周榜,3-日榜
- BYTE DataCount;
- tagGCCharmOfferBillboardData OfferBillboardDataList[DataCount];
-};
diff --git a/ServerPack/HB3_PlayerSocial/CoupleInfo b/ServerPack/HB3_PlayerSocial/CoupleInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB3_PlayerSocial/CoupleInfo
+++ /dev/null
diff --git a/ServerPack/HB3_PlayerSocial/CoupleInfo.des b/ServerPack/HB3_PlayerSocial/CoupleInfo.des
deleted file mode 100644
index 10d854e..0000000
--- a/ServerPack/HB3_PlayerSocial/CoupleInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 26 伴侣信息 #tagGCCoupleInfo
diff --git a/ServerPack/HB3_PlayerSocial/CoupleInfo.h b/ServerPack/HB3_PlayerSocial/CoupleInfo.h
deleted file mode 100644
index ef92fc8..0000000
--- a/ServerPack/HB3_PlayerSocial/CoupleInfo.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// B3 26 伴侣信息 #tagGCCoupleInfo
-
-struct tagGCCoupleInfo
-{
- tagHead Head;
- DWORD CoupleID; // 伴侣玩家ID,一定是好友,社交信息从好友系统中获取
- BYTE NameLen;
- char CoupleName[NameLen];
- DWORD NewMarryTime; // 新婚时间戳, 秒,计算结婚天数按该时间计算
- DWORD MarryTime; // 最近一次提亲成功时间戳, 秒,计算可离婚时间按该时间计算
- DWORD BridePriceState; // 聘礼状态,按位存储已购买次数,如205代表ID1买了5次,ID2买了0次,ID3买了2次,最高9次
- DWORD BreakRequestID; // 当前请求中的和离时间戳 - 请求方ID,0代表没人发起请求
- DWORD BreakRequestTime; // 当前请求中的和离时间戳, 秒,用于计算和离回应有效期
- DWORD PlayerBreakRequestTime; // 玩家最近一次和离请求时间戳, 秒,用于计算自身的请求和离CD
-};
diff --git a/ServerPack/HB3_PlayerSocial/LoveInfo b/ServerPack/HB3_PlayerSocial/LoveInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB3_PlayerSocial/LoveInfo
+++ /dev/null
diff --git a/ServerPack/HB3_PlayerSocial/LoveInfo.des b/ServerPack/HB3_PlayerSocial/LoveInfo.des
deleted file mode 100644
index 9fbb627..0000000
--- a/ServerPack/HB3_PlayerSocial/LoveInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 30 情缘相关信息 #tagMCLoveInfo
diff --git a/ServerPack/HB3_PlayerSocial/LoveInfo.h b/ServerPack/HB3_PlayerSocial/LoveInfo.h
deleted file mode 100644
index a63c7d2..0000000
--- a/ServerPack/HB3_PlayerSocial/LoveInfo.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// B3 30 情缘相关信息 #tagMCLoveInfo
-
-struct tagMCLoveInfo
-{
- tagHead Head;
- DWORD EatCandyToday; // 今日已吃喜糖次数,包含免费及付费的所有次数
-};
diff --git a/ServerPack/HB3_PlayerSocial/LoveRingInfo b/ServerPack/HB3_PlayerSocial/LoveRingInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB3_PlayerSocial/LoveRingInfo
+++ /dev/null
diff --git a/ServerPack/HB3_PlayerSocial/LoveRingInfo.des b/ServerPack/HB3_PlayerSocial/LoveRingInfo.des
deleted file mode 100644
index 12063f9..0000000
--- a/ServerPack/HB3_PlayerSocial/LoveRingInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 27 情戒信息 #tagMCLoveRingInfo
diff --git a/ServerPack/HB3_PlayerSocial/LoveRingInfo.h b/ServerPack/HB3_PlayerSocial/LoveRingInfo.h
deleted file mode 100644
index cca3bf0..0000000
--- a/ServerPack/HB3_PlayerSocial/LoveRingInfo.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// B3 27 情戒信息 #tagMCLoveRingInfo
-
-struct tagMCLoveRingInfo
-{
- tagHead Head;
- BYTE ClassLV; // 阶
- BYTE StarLV; // 星
- DWORD EatCount; // 本星已淬炼道具数
-};
diff --git a/ServerPack/HB3_PlayerSocial/LoveRingUnlockOK b/ServerPack/HB3_PlayerSocial/LoveRingUnlockOK
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB3_PlayerSocial/LoveRingUnlockOK
+++ /dev/null
diff --git a/ServerPack/HB3_PlayerSocial/LoveRingUnlockOK.des b/ServerPack/HB3_PlayerSocial/LoveRingUnlockOK.des
deleted file mode 100644
index 9fcbef5..0000000
--- a/ServerPack/HB3_PlayerSocial/LoveRingUnlockOK.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 29 情戒解锁成功 #tagMCLoveRingUnlockOK
diff --git a/ServerPack/HB3_PlayerSocial/LoveRingUnlockOK.h b/ServerPack/HB3_PlayerSocial/LoveRingUnlockOK.h
deleted file mode 100644
index 5d2c4b5..0000000
--- a/ServerPack/HB3_PlayerSocial/LoveRingUnlockOK.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// B3 29 情戒解锁成功 #tagMCLoveRingUnlockOK
-
-struct tagMCLoveRingUnlockOK
-{
- tagHead Head;
-};
diff --git a/ServerPack/HB3_PlayerSocial/MarryReqInfo b/ServerPack/HB3_PlayerSocial/MarryReqInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB3_PlayerSocial/MarryReqInfo
+++ /dev/null
diff --git a/ServerPack/HB3_PlayerSocial/MarryReqInfo.des b/ServerPack/HB3_PlayerSocial/MarryReqInfo.des
deleted file mode 100644
index 6dbece0..0000000
--- a/ServerPack/HB3_PlayerSocial/MarryReqInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 22 收到提亲信息 #tagGCMarryReqInfo
diff --git a/ServerPack/HB3_PlayerSocial/MarryReqInfo.h b/ServerPack/HB3_PlayerSocial/MarryReqInfo.h
deleted file mode 100644
index f3226ee..0000000
--- a/ServerPack/HB3_PlayerSocial/MarryReqInfo.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// B3 22 收到提亲信息 #tagGCMarryReqInfo
-
-struct tagGCMarryReqInfo
-{
- tagHead Head;
- DWORD PlayerID; // 同一个玩家ID多次提亲时可能同步多次,前端覆盖数据即可
- BYTE NameLen;
- char PlayerName[NameLen];
- BYTE BridePriceID; // 聘礼ID
-};
diff --git a/ServerPack/HB3_PlayerSocial/MarryReqOK b/ServerPack/HB3_PlayerSocial/MarryReqOK
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB3_PlayerSocial/MarryReqOK
+++ /dev/null
diff --git a/ServerPack/HB3_PlayerSocial/MarryReqOK.des b/ServerPack/HB3_PlayerSocial/MarryReqOK.des
deleted file mode 100644
index a026c06..0000000
--- a/ServerPack/HB3_PlayerSocial/MarryReqOK.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 21 提亲发送成功 #tagGCMarryReqOK
diff --git a/ServerPack/HB3_PlayerSocial/MarryReqOK.h b/ServerPack/HB3_PlayerSocial/MarryReqOK.h
deleted file mode 100644
index f72fad8..0000000
--- a/ServerPack/HB3_PlayerSocial/MarryReqOK.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// B3 21 提亲发送成功 #tagGCMarryReqOK
-
-struct tagGCMarryReqOK
-{
- tagHead Head;
-};
diff --git a/ServerPack/HB3_PlayerSocial/MarryResponseRet b/ServerPack/HB3_PlayerSocial/MarryResponseRet
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB3_PlayerSocial/MarryResponseRet
+++ /dev/null
diff --git a/ServerPack/HB3_PlayerSocial/MarryResponseRet.des b/ServerPack/HB3_PlayerSocial/MarryResponseRet.des
deleted file mode 100644
index 2a686b2..0000000
--- a/ServerPack/HB3_PlayerSocial/MarryResponseRet.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 23 提亲回应结果 #tagGCMarryResponseRet
diff --git a/ServerPack/HB3_PlayerSocial/MarryResponseRet.h b/ServerPack/HB3_PlayerSocial/MarryResponseRet.h
deleted file mode 100644
index 18d7d9f..0000000
--- a/ServerPack/HB3_PlayerSocial/MarryResponseRet.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// B3 23 提亲回应结果 #tagGCMarryResponseRet
-
-struct tagGCMarryResponseRet
-{
- tagHead Head;
- DWORD PlayerIDA; // 玩家ID - 请求方
- BYTE NameALen;
- char PlayerNameA[NameALen];
- DWORD PlayerIDB; // 玩家ID - 接受方
- BYTE NameBLen;
- char PlayerNameB[NameBLen];
- BYTE IsOK; // 是否同意,0-否,1-是; 如果同意则双方都会收到该包,根据玩家ID判断自己是请求或接受方,显示不同的同意结果界面;不同意只有请求方会收到
-};
diff --git a/ServerPack/HB3_PlayerSocial/PlayerCharmValueInfo b/ServerPack/HB3_PlayerSocial/PlayerCharmValueInfo
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB3_PlayerSocial/PlayerCharmValueInfo
+++ /dev/null
diff --git a/ServerPack/HB3_PlayerSocial/PlayerCharmValueInfo.des b/ServerPack/HB3_PlayerSocial/PlayerCharmValueInfo.des
deleted file mode 100644
index bfc7fc9..0000000
--- a/ServerPack/HB3_PlayerSocial/PlayerCharmValueInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 25 玩家魅力值信息 #tagGCPlayerCharmValueInfo
diff --git a/ServerPack/HB3_PlayerSocial/PlayerCharmValueInfo.h b/ServerPack/HB3_PlayerSocial/PlayerCharmValueInfo.h
deleted file mode 100644
index 1fbd79e..0000000
--- a/ServerPack/HB3_PlayerSocial/PlayerCharmValueInfo.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// B3 25 玩家魅力值信息 #tagGCPlayerCharmValueInfo
-
-struct tagGCPlayerCharmValueInfo
-{
- tagHead Head;
- DWORD CharmValueTotal; //当前魅力值 - 总
- DWORD CharmValueWeek; //当前魅力值 - 周
- DWORD CharmValueDay; //当前魅力值 - 日
-};
diff --git a/ServerPack/HB3_PlayerSocial/SendGiftsOKList b/ServerPack/HB3_PlayerSocial/SendGiftsOKList
deleted file mode 100644
index e69de29..0000000
--- a/ServerPack/HB3_PlayerSocial/SendGiftsOKList
+++ /dev/null
diff --git a/ServerPack/HB3_PlayerSocial/SendGiftsOKList.des b/ServerPack/HB3_PlayerSocial/SendGiftsOKList.des
deleted file mode 100644
index fc129c8..0000000
--- a/ServerPack/HB3_PlayerSocial/SendGiftsOKList.des
+++ /dev/null
@@ -1 +0,0 @@
-B3 20 送礼物成功通知 #tagGCSendGiftsOKList
diff --git a/ServerPack/HB3_PlayerSocial/SendGiftsOKList.h b/ServerPack/HB3_PlayerSocial/SendGiftsOKList.h
deleted file mode 100644
index a68d29b..0000000
--- a/ServerPack/HB3_PlayerSocial/SendGiftsOKList.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// B3 20 送礼物成功通知 #tagGCSendGiftsOKList
-
-struct tagGCSendGiftsOK
-{
- BYTE NameLen;
- char Name[NameLen]; // 赠送方玩家名
- DWORD PlayerID; // 赠送方玩家ID
- WORD GiftNum; // 赠送礼物编号
- DWORD GiftCount; // 赠送礼物数量
- DWORD SendTime; // 赠送时间戳
-};
-
-struct tagGCSendGiftsOKList
-{
- tagHead Head;
- WORD Count;
- tagGCSendGiftsOK SendGiftsOKList[Count];
-};
--
Gitblit v1.8.0