From 975de69c4a0d0f75b722ec63c64af8f47a5ca996 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 21 十月 2025 19:06:59 +0800
Subject: [PATCH] 297 【常规】坊市系统-服务端(坊市、公会、将魂)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/SysDB/tagChinItem.txt  |    2 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc                    |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.pyc                      |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFlashSale.pyc           |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.pyc                   |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSpringSale.pyc          |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc                      |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Shop.pyc                 |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc                  |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.pyc                 |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt |    1 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.pyc             |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/Store.txt      |   44 ++++++++++++++
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.pyc        |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Store.txt      |   44 ++++++++++++++
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt |    1 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.pyc        |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc                         |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script.ini                                  |   16 -----
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/SysDB/tagChinItem.txt  |    2 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.pyc |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.pyc               |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini                               |   18 +----
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetMoney.pyc             |    0 
 /dev/null                                                                                   |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc                  |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameFuncComm.pyc              |    0 
 27 files changed, 97 insertions(+), 31 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini b/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
index ece9d40..15547e7 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
@@ -140,23 +140,15 @@
 Writer = wdb
 Releaser = wdb
 RegType = 0
-RegisterPackCount = 4
+RegisterPackCount = 2
 
 PacketCMD_1=0xA2
-PacketSubCMD_1=0x01
-PacketCallFunc_1=QueryNPCShopItem
+PacketSubCMD_1=0x32
+PacketCallFunc_1=OnRefreshShop
 
 PacketCMD_2=0xA3
-PacketSubCMD_2=0x11
-PacketCallFunc_2=OnSellManyItem
-
-PacketCMD_3=0xA2
-PacketSubCMD_3=0x32
-PacketCallFunc_3=OnMysticalShopRefresh
-
-PacketCMD_4=0xA3
-PacketSubCMD_4=0x10
-PacketCallFunc_4=PyBuyItem
+PacketSubCMD_2=0x10
+PacketCallFunc_2=PyBuyItem
 
 ;物品管理
 [ItemControler]
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script.ini b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script.ini
index 3683a76..dca93ea 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script.ini
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script.ini
@@ -445,22 +445,6 @@
 PacketSubCMD_1=0x41
 PacketCallFunc_1=OpenPackCount
 
-;商店
-[Shop]
-ScriptName = Event\EventShell.py
-Writer = eggxp
-Releaser = eggxp
-RegType = 0
-RegisterPackCount = 2
-
-PacketCMD_1=0x8
-PacketSubCMD_1=0x3
-PacketCallFunc_1=BuyItem
-
-PacketCMD_2=0x8
-PacketSubCMD_2=0x6
-PacketCallFunc_2=SellItem
-
 ;GM命令
 [GM]
 ScriptName = GM\GMShell.py
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
index d0a1a00..f30ab35 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 6b92897..092e1c6 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 09c83b6..1c1990c 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/DataRecordPack.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.pyc
index 11947c8..36d56e8 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.pyc
index b72a60d..c148201 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.pyc
index 606c49d..d5f7e75 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/FunctionNPCCommon.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ClearStoreBuyCount.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ClearStoreBuyCount.pyc
deleted file mode 100644
index 52053df..0000000
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ClearStoreBuyCount.pyc
+++ /dev/null
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetMoney.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetMoney.pyc
index b348506..56b360d 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetMoney.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetMoney.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Shop.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Shop.pyc
new file mode 100644
index 0000000..8815e25
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Shop.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 482e8b6..50d13e6 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/Player/ChPlayer.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc
index 189a2b3..0d26058 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameFuncComm.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameFuncComm.pyc
index fa4885f..0f370d0 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameFuncComm.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameFuncComm.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.pyc
index 91b7b8a..f7684a3 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.pyc
index 0938b20..1fc973c 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.pyc
index fcd05b7..e1fec0f 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFlashSale.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFlashSale.pyc
index 4e22d62..7fc4253 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFlashSale.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFlashSale.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSpringSale.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSpringSale.pyc
index d36c751..2909a80 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSpringSale.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSpringSale.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.pyc
index 46952f4..2668cd0 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GetStoreServerBuyCnt.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GetStoreServerBuyCnt.pyc
deleted file mode 100644
index 6ecb42d..0000000
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GetStoreServerBuyCnt.pyc
+++ /dev/null
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.pyc
index 9a59494..c9f52b0 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt
index b8a3568..2bc4f7c 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt
@@ -444,3 +444,4 @@
 Zhanling	{"1":[119], "2":[120], "3":[121], "4":[122], "5":[123], "6":[124]}		{}	{}	
 Gubao	{"3":[12, 100], "4":[12, 200], "5":[12, 300]}				
 LLMJ	2				
+StoreHeroSoul	12	43|5000	5		
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/Store.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/Store.txt
new file mode 100644
index 0000000..5591ec0
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/Store.txt
@@ -0,0 +1,44 @@
+ID	ShopType	ItemID	ItemCnt	ItemListEx	ResetType	LimitCnt	MoneyType	MoneyNum	MoneyOriginal	UnlockType	UnlockValue
+1	1	3	25	[]	1	1	1	0	0	0	0
+2	1	4	1	[]	1	1	1	20	0	0	0
+3	1	2	10000	[]	0	0	1	100	0	0	0
+4	1	2	22000	[]	0	0	1	200	0	0	0
+5	1	2	45000	[]	0	0	1	400	0	0	0
+6	1	5	10	[]	1	1	1	2240	2800	0	0
+7	1	30	10	[]	1	1	1	1500	2000	0	0
+8	1	13	1	[]	1	2	1	240	0	0	0
+9	1	6	1	[]	2	10	1	100	0	0	0
+10	1	8	10	[]	2	100	1	100	0	0	0
+11	1	5	1	[]	0	0	1	280	0	0	0
+12	1	30	1	[]	0	0	1	200	0	0	0
+13	1	7	200	[]	0	0	1	100	0	0	0
+14	1	30	1	[]	0	0	1	500	0	0	0
+15	2	3	25	[]	1	1	15	0	0	0	0
+16	2	4	1	[]	1	1	15	20	0	0	0
+17	2	2	10000	[]	0	0	15	100	0	0	0
+18	2	2	22000	[]	0	0	15	200	0	0	0
+19	2	2	45000	[]	0	0	15	400	0	1	2
+20	2	5	10	[]	1	1	15	2240	2800	1	2
+21	2	30	10	[]	1	1	15	1500	2000	1	2
+22	2	13	1	[]	1	2	15	240	0	1	3
+23	2	6	1	[]	1	10	15	100	0	1	3
+24	2	8	10	[]	1	100	15	100	0	1	3
+25	2	5	1	[]	0	0	15	280	0	1	4
+26	2	30	1	[]	2	0	15	200	0	1	4
+27	2	7	200	[]	2	0	15	100	0	1	5
+28	2	30	1	[]	2	0	15	500	0	1	5
+29	3	7600	25	[]	0	1	43	3000	0	2	1000
+30	3	7601	25	[]	0	1	43	3000	0	2	1000
+31	3	7602	25	[]	0	1	43	3000	0	2	1000
+32	3	7603	25	[]	0	1	43	3000	0	2	1000
+33	3	7604	25	[]	0	1	43	3000	0	2	1000
+34	3	7600	50	[]	0	1	43	5000	0	2	500
+35	3	7601	50	[]	0	1	43	5000	0	2	500
+36	3	7602	50	[]	0	1	43	5000	0	2	500
+37	3	7603	50	[]	0	1	43	5000	0	2	500
+38	3	7604	50	[]	0	1	43	5000	0	2	500
+39	3	7600	100	[]	0	1	43	9000	0	2	200
+40	3	7601	100	[]	0	1	43	9000	0	2	200
+41	3	7602	100	[]	0	1	43	9000	0	2	200
+42	3	7603	100	[]	0	1	43	9000	0	2	200
+43	3	7604	100	[]	0	1	43	9000	0	2	200
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/SysDB/tagChinItem.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/SysDB/tagChinItem.txt
index 9f04def..075bf2b 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/SysDB/tagChinItem.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/SysDB/tagChinItem.txt
@@ -9,7 +9,7 @@
 8	1	0	突破石	15	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	4	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 9	1	0	觉醒石	15	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	5	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 10	1	0	洗炼石	15	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	5	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
-11	1	0	将魂	15	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	4	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
+11	1	0	将魂	15	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	264	1	43	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	4	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 12	1	0	坐骑升级道具	15	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	4	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 13	1	0	坐骑升阶道具	15	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	5	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 14	1	0	淘金令	65	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	264	1	52	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	3	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt
index b8a3568..2bc4f7c 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt
@@ -444,3 +444,4 @@
 Zhanling	{"1":[119], "2":[120], "3":[121], "4":[122], "5":[123], "6":[124]}		{}	{}	
 Gubao	{"3":[12, 100], "4":[12, 200], "5":[12, 300]}				
 LLMJ	2				
+StoreHeroSoul	12	43|5000	5		
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Store.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Store.txt
new file mode 100644
index 0000000..5591ec0
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Store.txt
@@ -0,0 +1,44 @@
+ID	ShopType	ItemID	ItemCnt	ItemListEx	ResetType	LimitCnt	MoneyType	MoneyNum	MoneyOriginal	UnlockType	UnlockValue
+1	1	3	25	[]	1	1	1	0	0	0	0
+2	1	4	1	[]	1	1	1	20	0	0	0
+3	1	2	10000	[]	0	0	1	100	0	0	0
+4	1	2	22000	[]	0	0	1	200	0	0	0
+5	1	2	45000	[]	0	0	1	400	0	0	0
+6	1	5	10	[]	1	1	1	2240	2800	0	0
+7	1	30	10	[]	1	1	1	1500	2000	0	0
+8	1	13	1	[]	1	2	1	240	0	0	0
+9	1	6	1	[]	2	10	1	100	0	0	0
+10	1	8	10	[]	2	100	1	100	0	0	0
+11	1	5	1	[]	0	0	1	280	0	0	0
+12	1	30	1	[]	0	0	1	200	0	0	0
+13	1	7	200	[]	0	0	1	100	0	0	0
+14	1	30	1	[]	0	0	1	500	0	0	0
+15	2	3	25	[]	1	1	15	0	0	0	0
+16	2	4	1	[]	1	1	15	20	0	0	0
+17	2	2	10000	[]	0	0	15	100	0	0	0
+18	2	2	22000	[]	0	0	15	200	0	0	0
+19	2	2	45000	[]	0	0	15	400	0	1	2
+20	2	5	10	[]	1	1	15	2240	2800	1	2
+21	2	30	10	[]	1	1	15	1500	2000	1	2
+22	2	13	1	[]	1	2	15	240	0	1	3
+23	2	6	1	[]	1	10	15	100	0	1	3
+24	2	8	10	[]	1	100	15	100	0	1	3
+25	2	5	1	[]	0	0	15	280	0	1	4
+26	2	30	1	[]	2	0	15	200	0	1	4
+27	2	7	200	[]	2	0	15	100	0	1	5
+28	2	30	1	[]	2	0	15	500	0	1	5
+29	3	7600	25	[]	0	1	43	3000	0	2	1000
+30	3	7601	25	[]	0	1	43	3000	0	2	1000
+31	3	7602	25	[]	0	1	43	3000	0	2	1000
+32	3	7603	25	[]	0	1	43	3000	0	2	1000
+33	3	7604	25	[]	0	1	43	3000	0	2	1000
+34	3	7600	50	[]	0	1	43	5000	0	2	500
+35	3	7601	50	[]	0	1	43	5000	0	2	500
+36	3	7602	50	[]	0	1	43	5000	0	2	500
+37	3	7603	50	[]	0	1	43	5000	0	2	500
+38	3	7604	50	[]	0	1	43	5000	0	2	500
+39	3	7600	100	[]	0	1	43	9000	0	2	200
+40	3	7601	100	[]	0	1	43	9000	0	2	200
+41	3	7602	100	[]	0	1	43	9000	0	2	200
+42	3	7603	100	[]	0	1	43	9000	0	2	200
+43	3	7604	100	[]	0	1	43	9000	0	2	200
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/SysDB/tagChinItem.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/SysDB/tagChinItem.txt
index 9f04def..075bf2b 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/SysDB/tagChinItem.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/SysDB/tagChinItem.txt
@@ -9,7 +9,7 @@
 8	1	0	突破石	15	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	4	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 9	1	0	觉醒石	15	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	5	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 10	1	0	洗炼石	15	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	5	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
-11	1	0	将魂	15	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	4	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
+11	1	0	将魂	15	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	264	1	43	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	4	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 12	1	0	坐骑升级道具	15	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	4	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 13	1	0	坐骑升阶道具	15	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	5	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 14	1	0	淘金令	65	0	0	0	0	2000000000	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	1	0	0	264	1	52	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	3	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0

--
Gitblit v1.8.0