From df5ddf453038488ac31e5331ff3282adc055d44a Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 05 三月 2019 10:58:53 +0800
Subject: [PATCH] 6307 【后端】【2.0】多套装备开发单(强化)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc                    |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc                         |    0 
 db/PyMongoDataServer/PySysDB/tagEquipPlusEvolve.txt                                         |   17 +
 db/PyMongoDataServer/PySysDB/tagItemPlusMax.txt                                             |  466 +++++++++++++++++++++++++-------------------------
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.pyc                     |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini                               |    6 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc                      |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetEquipPartPlusLV.pyc   |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipPlus.pyc |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc                  |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.pyc          |    0 
 CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc                                       |    0 
 CoreServerGroup/GameServer/Script/ChPyNetPack.pyc                                           |    0 
 13 files changed, 255 insertions(+), 234 deletions(-)

diff --git a/CoreServerGroup/GameServer/Script/ChPyNetPack.pyc b/CoreServerGroup/GameServer/Script/ChPyNetPack.pyc
index ebe9f19..82bbbe0 100644
--- a/CoreServerGroup/GameServer/Script/ChPyNetPack.pyc
+++ b/CoreServerGroup/GameServer/Script/ChPyNetPack.pyc
Binary files differ
diff --git a/CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc b/CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc
index 9373483..ddf8dea 100644
--- a/CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc
+++ b/CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini b/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
index ee41056..141ea7a 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
@@ -56,12 +56,16 @@
 Writer = wdb
 Releaser = wdb
 RegType = 0
-RegisterPackCount = 1
+RegisterPackCount = 2
 
 PacketCMD_1=0xA3
 PacketSubCMD_1=0x01
 PacketCallFunc_1=OnEquipMayaPlus
 
+PacketCMD_2=0xA3
+PacketSubCMD_2=0x16
+PacketCallFunc_2=OnEquipPlusEvolve
+
 ;npc交互
 [FunctionNPCCommon]
 ScriptName = Event\EventSrc\FunctionNPCCommon.py
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
index c8318b5..524a3ed 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc
index bdf5f2f..733cfca 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc
index 2be323d..628a3ac 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipPlus.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipPlus.pyc
index 3615507..16ff048 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipPlus.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipPlus.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetEquipPartPlusLV.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetEquipPartPlusLV.pyc
index 229ba71..e8fd352 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetEquipPartPlusLV.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetEquipPartPlusLV.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
index 5a6aede..84ea3ff 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.pyc
index 76b3dcc..98123ce 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.pyc
index 1db63bc..5a797e4 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.pyc
Binary files differ
diff --git a/db/PyMongoDataServer/PySysDB/tagEquipPlusEvolve.txt b/db/PyMongoDataServer/PySysDB/tagEquipPlusEvolve.txt
new file mode 100644
index 0000000..a279aa7
--- /dev/null
+++ b/db/PyMongoDataServer/PySysDB/tagEquipPlusEvolve.txt
@@ -0,0 +1,17 @@
+EquipPlace	EvolveLV	NeedPlusLV	CostItem	Attr
+1	1	10	141_1	6_100
+1	2	20	141_1	6_101
+1	3	30	141_1	6_102
+1	4	40	141_1	6_103
+1	5	50	141_1	6_104
+1	6	60	141_1	6_105
+1	7	70	141_1	6_106
+1	8	80	141_1	6_107
+2	1	10	141_1	6_100
+2	2	20	141_1	6_101
+2	3	30	141_1	6_102
+2	4	40	141_1	6_103
+2	5	50	141_1	6_104
+2	6	60	141_1	6_105
+2	7	70	141_1	6_106
+2	8	80	141_1	6_107
diff --git a/db/PyMongoDataServer/PySysDB/tagItemPlusMax.txt b/db/PyMongoDataServer/PySysDB/tagItemPlusMax.txt
index 2f939fb..62de1f8 100644
--- a/db/PyMongoDataServer/PySysDB/tagItemPlusMax.txt
+++ b/db/PyMongoDataServer/PySysDB/tagItemPlusMax.txt
@@ -1,233 +1,233 @@
-EquipType	equipPhase	equipColor	levelMax
-3	0	0	200
-1	0	1	10
-1	0	2	10
-1	0	3	10
-1	0	4	10
-1	0	5	10
-1	0	6	10
-1	1	1	10
-1	1	2	10
-1	1	3	10
-1	1	4	15
-1	1	5	15
-1	1	6	15
-1	2	1	15
-1	2	2	15
-1	2	3	15
-1	2	4	20
-1	2	5	20
-1	2	6	20
-1	3	1	20
-1	3	2	20
-1	3	3	20
-1	3	4	35
-1	3	5	35
-1	3	6	35
-1	4	1	35
-1	4	2	35
-1	4	3	35
-1	4	4	50
-1	4	5	50
-1	4	6	50
-1	5	1	50
-1	5	2	50
-1	5	3	50
-1	5	4	75
-1	5	5	75
-1	5	6	75
-1	6	1	75
-1	6	2	75
-1	6	3	75
-1	6	4	100
-1	6	5	100
-1	6	6	100
-1	7	1	100
-1	7	2	100
-1	7	3	100
-1	7	4	120
-1	7	5	120
-1	7	6	120
-1	8	1	120
-1	8	2	120
-1	8	3	120
-1	8	4	200
-1	8	5	200
-1	8	6	200
-1	9	1	200
-1	9	2	200
-1	9	3	200
-1	9	4	200
-1	9	5	200
-1	9	6	200
-1	10	1	200
-1	10	2	200
-1	10	3	200
-1	10	4	200
-1	10	5	200
-1	10	6	200
-1	11	1	200
-1	11	2	200
-1	11	3	200
-1	11	4	200
-1	11	5	200
-1	11	6	200
-1	12	1	200
-1	12	2	200
-1	12	3	200
-1	12	4	200
-1	12	5	200
-1	12	6	200
-1	13	1	200
-1	13	2	200
-1	13	3	200
-1	13	4	200
-1	13	5	200
-1	13	6	200
-1	14	1	200
-1	14	2	200
-1	14	3	200
-1	14	4	200
-1	14	5	200
-1	14	6	200
-1	15	1	200
-1	15	2	200
-1	15	3	200
-1	15	4	200
-1	15	5	200
-1	15	6	200
-1	16	1	200
-1	16	2	200
-1	16	3	200
-1	16	4	200
-1	16	5	200
-1	16	6	200
-1	17	1	200
-1	17	2	200
-1	17	3	200
-1	17	4	200
-1	17	5	200
-1	17	6	200
-1	18	1	200
-1	18	2	200
-1	18	3	200
-1	18	4	200
-1	18	5	200
-1	18	6	200
-1	19	1	200
-1	19	2	200
-1	19	3	200
-1	19	4	200
-1	19	5	200
-1	19	6	200
-1	20	1	200
-1	20	2	200
-1	20	3	200
-1	20	4	200
-1	20	5	200
-1	20	6	200
-2	0	1	10
-2	0	2	10
-2	0	3	10
-2	0	4	10
-2	0	5	10
-2	1	1	10
-2	1	2	10
-2	1	3	10
-2	1	4	15
-2	1	5	15
-2	2	1	15
-2	2	2	15
-2	2	3	15
-2	2	4	20
-2	2	5	20
-2	3	1	20
-2	3	2	20
-2	3	3	20
-2	3	4	35
-2	3	5	35
-2	4	1	35
-2	4	2	35
-2	4	3	35
-2	4	4	50
-2	4	5	50
-2	5	1	50
-2	5	2	50
-2	5	3	50
-2	5	4	75
-2	5	5	75
-2	6	1	75
-2	6	2	75
-2	6	3	75
-2	6	4	100
-2	6	5	100
-2	7	1	100
-2	7	2	100
-2	7	3	100
-2	7	4	120
-2	7	5	120
-2	8	1	120
-2	8	2	120
-2	8	3	120
-2	8	4	200
-2	8	5	200
-2	9	1	200
-2	9	2	200
-2	9	3	200
-2	9	4	200
-2	9	5	200
-2	10	1	200
-2	10	2	200
-2	10	3	200
-2	10	4	200
-2	10	5	200
-2	11	1	200
-2	11	2	200
-2	11	3	200
-2	11	4	200
-2	11	5	200
-2	12	1	200
-2	12	2	200
-2	12	3	200
-2	12	4	200
-2	12	5	200
-2	13	1	200
-2	13	2	200
-2	13	3	200
-2	13	4	200
-2	13	5	200
-2	14	1	200
-2	14	2	200
-2	14	3	200
-2	14	4	200
-2	14	5	200
-2	15	1	200
-2	15	2	200
-2	15	3	200
-2	15	4	200
-2	15	5	200
-2	16	1	200
-2	16	2	200
-2	16	3	200
-2	16	4	200
-2	16	5	200
-2	17	1	200
-2	17	2	200
-2	17	3	200
-2	17	4	200
-2	17	5	200
-2	18	1	200
-2	18	2	200
-2	18	3	200
-2	18	4	200
-2	18	5	200
-2	19	1	200
-2	19	2	200
-2	19	3	200
-2	19	4	200
-2	19	5	200
-2	20	1	200
-2	20	2	200
-2	20	3	200
-2	20	4	200
-2	20	5	200
+EquipType	equipStar	levelMax
+3	0	200
+1	0	10
+1	0	10
+1	0	10
+1	0	10
+1	0	10
+1	0	10
+1	1	10
+1	1	10
+1	1	10
+1	1	15
+1	1	15
+1	1	15
+1	2	15
+1	2	15
+1	2	15
+1	2	20
+1	2	20
+1	2	20
+1	3	20
+1	3	20
+1	3	20
+1	3	35
+1	3	35
+1	3	35
+1	4	35
+1	4	35
+1	4	35
+1	4	50
+1	4	50
+1	4	50
+1	5	50
+1	5	50
+1	5	50
+1	5	75
+1	5	75
+1	5	75
+1	6	75
+1	6	75
+1	6	75
+1	6	100
+1	6	100
+1	6	100
+1	7	100
+1	7	100
+1	7	100
+1	7	120
+1	7	120
+1	7	120
+1	8	120
+1	8	120
+1	8	120
+1	8	200
+1	8	200
+1	8	200
+1	9	200
+1	9	200
+1	9	200
+1	9	200
+1	9	200
+1	9	200
+1	10	200
+1	10	200
+1	10	200
+1	10	200
+1	10	200
+1	10	200
+1	11	200
+1	11	200
+1	11	200
+1	11	200
+1	11	200
+1	11	200
+1	12	200
+1	12	200
+1	12	200
+1	12	200
+1	12	200
+1	12	200
+1	13	200
+1	13	200
+1	13	200
+1	13	200
+1	13	200
+1	13	200
+1	14	200
+1	14	200
+1	14	200
+1	14	200
+1	14	200
+1	14	200
+1	15	200
+1	15	200
+1	15	200
+1	15	200
+1	15	200
+1	15	200
+1	16	200
+1	16	200
+1	16	200
+1	16	200
+1	16	200
+1	16	200
+1	17	200
+1	17	200
+1	17	200
+1	17	200
+1	17	200
+1	17	200
+1	18	200
+1	18	200
+1	18	200
+1	18	200
+1	18	200
+1	18	200
+1	19	200
+1	19	200
+1	19	200
+1	19	200
+1	19	200
+1	19	200
+1	20	200
+1	20	200
+1	20	200
+1	20	200
+1	20	200
+1	20	200
+2	0	10
+2	0	10
+2	0	10
+2	0	10
+2	0	10
+2	1	10
+2	1	10
+2	1	10
+2	1	15
+2	1	15
+2	2	15
+2	2	15
+2	2	15
+2	2	20
+2	2	20
+2	3	20
+2	3	20
+2	3	20
+2	3	35
+2	3	35
+2	4	35
+2	4	35
+2	4	35
+2	4	50
+2	4	50
+2	5	50
+2	5	50
+2	5	50
+2	5	75
+2	5	75
+2	6	75
+2	6	75
+2	6	75
+2	6	100
+2	6	100
+2	7	100
+2	7	100
+2	7	100
+2	7	120
+2	7	120
+2	8	120
+2	8	120
+2	8	120
+2	8	200
+2	8	200
+2	9	200
+2	9	200
+2	9	200
+2	9	200
+2	9	200
+2	10	200
+2	10	200
+2	10	200
+2	10	200
+2	10	200
+2	11	200
+2	11	200
+2	11	200
+2	11	200
+2	11	200
+2	12	200
+2	12	200
+2	12	200
+2	12	200
+2	12	200
+2	13	200
+2	13	200
+2	13	200
+2	13	200
+2	13	200
+2	14	200
+2	14	200
+2	14	200
+2	14	200
+2	14	200
+2	15	200
+2	15	200
+2	15	200
+2	15	200
+2	15	200
+2	16	200
+2	16	200
+2	16	200
+2	16	200
+2	16	200
+2	17	200
+2	17	200
+2	17	200
+2	17	200
+2	17	200
+2	18	200
+2	18	200
+2	18	200
+2	18	200
+2	18	200
+2	19	200
+2	19	200
+2	19	200
+2	19	200
+2	19	200
+2	20	200
+2	20	200
+2	20	200
+2	20	200
+2	20	200

--
Gitblit v1.8.0