From 71933ee3ff2a9e2e2d8130c4e37f214a897876e7 Mon Sep 17 00:00:00 2001
From: CeHua_ZWJ <ceh@163.com>
Date: 星期三, 22 八月 2018 18:18:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server

---
 db/PyMongoDataServer/PySysDB/tagStore.txt                                                        |    4 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_4515.pyc    |    0 
 db/PyMongoDataServer/PySysDB/tagEquipSuitAttr.txt                                                |  104 +++++++-------
 db/PyMongoDataServer/PySysDB/tagSuccess.txt                                                      |   12 
 db/PyMongoDataServer/PySysDB/tagRealm.txt                                                        |    4 
 db/PyMongoDataServer/SysDB/tagChinItem.txt                                                       |    4 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.pyc       |    0 
 db/PyMongoDataServer/PySysDB/tagTreasure.txt                                                     |    2 
 db/PyMongoDataServer/PySysDB/tagFuncConfig.txt                                                   |   10 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerAttack/CalcAttackValue.txt |    9 +
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.pyc               |    0 
 CoreServerGroup/GameServer/PySysDB/tagFuncConfig.txt                                             |    2 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/QUESTDATA.zip                                    |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.pyc                      |    0 
 db/PyMongoDataServer/PySysDB/tagNPCDropItem.txt                                                  |   74 +++++-----
 db/PyMongoDataServer/SysDB/tagChinSkill.txt                                                      |    4 
 db/PyMongoDataServer/PySysDB/tagFBLine.txt                                                       |    2 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.pyc            |    0 
 db/PyMongoDataServer/PySysDB/tagChestsAward.txt                                                  |    2 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.pyc                      |    0 
 db/PyMongoDataServer/SysDB/tagChinNPC.txt                                                        |   90 ++++++------
 db/PyMongoDataServer/PySysDB/tagBossReborn.txt                                                   |   48 +++---
 22 files changed, 190 insertions(+), 181 deletions(-)

diff --git a/CoreServerGroup/GameServer/PySysDB/tagFuncConfig.txt b/CoreServerGroup/GameServer/PySysDB/tagFuncConfig.txt
index e9f61da..6c8ae66 100644
--- a/CoreServerGroup/GameServer/PySysDB/tagFuncConfig.txt
+++ b/CoreServerGroup/GameServer/PySysDB/tagFuncConfig.txt
@@ -60,7 +60,7 @@
 OpenServerRedPacketRain	200				
 GeTuiOffLine	您关注的封魔坛BOSS[%s LV.%s]已经复活,快前往挑战	您关注的%s的BOSS[%s LV.%s]即将复活刷新,赶快上线前往挑战	您收到来自[%s]的私聊消息,快上线回复对方	升到60级就开启离线挂机啦,角色下线也可以挂机,经验和装备一点也不落下![再玩一会]	
 BillBoardPlayerLoginNotify	[[0, {1:'GeRen_liubo_232930'}],[4, {1:'GeRen_liubo_148706'}],]	100	300		
-BossRebornTotalPoint	1744|2616|3488|4360	26|51|101|9999			
+BossRebornTotalPoint	2200|3300|4400|5500	26|51|101|9999			
 BossRebornNotify	[50,80]	[0,20,40]			
 ServerActivePlayerCnt	100	max(20,min(yesterdayPlayerCnt,150))			
 CeremonyWorldLv	{"1":[[0,100],[101,200],[201,900]],"2":[[0,100],[101,200],[201,900]],"3":[[0,100],[101,200],[201,900]],"4":[[0,100],[101,200],[201,900]]}				
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerAttack/CalcAttackValue.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerAttack/CalcAttackValue.txt
index f0eea81..8fd346f 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerAttack/CalcAttackValue.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerAttack/CalcAttackValue.txt
@@ -42,6 +42,8 @@
 #	aIceAtkSuperHit			真实伤害暴击倍值	倍值, 默认1
 #
 # 防守方:
+#	dMinAtk		最低攻击
+#	dMaxAtk		最高攻击
 #	dLV						等级				固定值
 #	dLuckyHitReduce			会心一击伤害减少	万分率, 默认0, 会心一击时有值
 #	dSuperHitReduce			暴击伤害减少		万分率, 默认0, 暴击时有值
@@ -111,6 +113,13 @@
 	"PVE_1_31110"	:"int(max(min((SuppressValueRealmRate/10000.0-1)*2,0.5)+1,0.5)*max((((max((aMaxAtk if isLuckyHit else (aMinAtk + (aMaxAtk - aMinAtk)*rand))-dDef*max(1-aIgnoreDefRate/10000.0,0),1))*(1+(aLuckyHit/10000.0 if isLuckyHit else 0))+(aSuperHit if isSuperHit else 0)+ max(aIceAtkSuperHit*aIceAtk - dIceDef, 0))*(atkSkillPer+aSkillAtkRate/10000.0)*(1+aDamagePer/10000.0)+max(aFinalHurt+aOnlyFinalHurt-dFinalHurtReduce, 0)+atkSkillValue)*(1+dBeHurtPer/10000.0),(aMinAtk+aMaxAtk)/2*0.05 + (aMinAtk+aMaxAtk)/2*0.1*rand))",
 	"EVP_1_31110"	:"int(max(min((SuppressValueRealmRate/10000.0-1)*2,0.5)+1,0.5)*max(((max((aMinAtk+aMaxAtk)/2.0*(1+suppressValueLV)-dDef,0)+max(aIceAtk - dIceDef, 0))*(atkSkillPer+aSkillAtkRate/10000.0)*(1-min(dDamReduce,8000)/10000.0)*(1-min(dDamChanceDef,8000)/10000.0)+max(aFinalHurt-dFinalHurtReduce, 0)+atkSkillValue)*(1+dBeHurtPer/10000.0)*(1+suppressValueFP),aMaxAtk*0.05+rand*aMaxAtk*0.05))",
 
+	#麒麟之府
+	"PVE_1_31190"	:"int(max(min((SuppressValueRealmRate/10000.0-1)*2,0.5)+1,0.5)*max((((max((aMaxAtk if isLuckyHit else (aMinAtk + (aMaxAtk - aMinAtk)*rand))-dDef*max(1-aIgnoreDefRate/10000.0,0),1))*(1+(aLuckyHit/10000.0 if isLuckyHit else 0))+(aSuperHit if isSuperHit else 0)+ max(aIceAtkSuperHit*aIceAtk - dIceDef, 0))*(atkSkillPer+aSkillAtkRate/10000.0)*(1+aDamagePer/10000.0)+max(aFinalHurt+aOnlyFinalHurt-dFinalHurtReduce, 0)+atkSkillValue)*(1+dBeHurtPer/10000.0),(aMinAtk+aMaxAtk)/2*0.05 + (aMinAtk+aMaxAtk)/2*0.1*rand))",
+	"EVP_1_31190"	:"int(max(min((SuppressValueRealmRate/10000.0-1)*2,0.5)+1,0.5)*max(((max((aMinAtk+aMaxAtk)/2.0*(1+suppressValueLV)-dDef,0)+max(aIceAtk - dIceDef, 0))*(atkSkillPer+aSkillAtkRate/10000.0)*(1-min(dDamReduce,8000)/10000.0)*(1-min(dDamChanceDef,8000)/10000.0)+max(aFinalHurt-dFinalHurtReduce, 0)+atkSkillValue)*(1+dBeHurtPer/10000.0)*(1+suppressValueFP),aMaxAtk*0.05+rand*aMaxAtk*0.05))",
+
+	#火炬特殊伤害
+	"EVP_1_31110"	:"max((1250-(dMinAtk+dMaxAtk)/2.0)*20,1)+max(((max((aMinAtk+aMaxAtk)/2.0*(1+suppressValueLV)-dDef,0)+max(aIceAtk - dIceDef, 0))*(atkSkillPer+aSkillAtkRate/10000.0)*(1-min(dDamReduce,8000)/10000.0)*(1-min(dDamChanceDef,8000)/10000.0)+max(aFinalHurt-dFinalHurtReduce, 0)+atkSkillValue)*(1+dBeHurtPer/10000.0)*(1+suppressValueFP),aMaxAtk*0.05+rand*aMaxAtk*0.05))",
+
 }
 
 )
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/QUESTDATA.zip b/ZoneServerGroup/map1_8G/MapServer/MapServerData/QUESTDATA.zip
index b0c6497..30fb099 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/QUESTDATA.zip
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/QUESTDATA.zip
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.pyc
index 27fa38f..ac9403e 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.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 c6e3d1d..e2ac330 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/QuestRunner.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.pyc
index 3fd1e6b..4a3a729 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.pyc
index 19c2b8a..d8b9e17 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_4515.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_4515.pyc
new file mode 100644
index 0000000..5559139
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_4515.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.pyc
index 3b5c153..c1d9d41 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuffEffMng.pyc
Binary files differ
diff --git a/db/PyMongoDataServer/PySysDB/tagBossReborn.txt b/db/PyMongoDataServer/PySysDB/tagBossReborn.txt
index 6939fb6..eb173b7 100644
--- a/db/PyMongoDataServer/PySysDB/tagBossReborn.txt
+++ b/db/PyMongoDataServer/PySysDB/tagBossReborn.txt
@@ -1,25 +1,25 @@
 TemplateID	Id	TotalTimes	SingleTimes	Reward
-1	1	3	1	[(21,20,1),(11,1,1)]
-1	2	4	1	[(21,20,1),(11,1,1)]
-1	3	10	1	[(21,10,1),(11,1,1)]
-1	4	10	1	[(21,10,1),(11,1,1)]
-1	5	20	1	[(21,20,1),(11,1,1)]
-1	6	3	3	[(21,50,1),(1128,1,1)]
-1	7	3	1	[(21,20,1),(11,1,1)]
-1	8	30	2	[(21,10,1),(11,1,1)]
-1	9	20	10	[(21,10,1),(11,1,1)]
-1	10	5	1	[(21,10,1),(11,1,1)]
-1	12	3	1	[(21,10,1),(11,1,1)]
-1	13	20	1	[(21,15,1),(11,1,1)]
-2	1	3	1	[(21,20,1),(11,1,1)]
-2	2	4	1	[(21,20,1),(11,1,1)]
-2	3	10	1	[(21,10,1),(11,1,1)]
-2	4	10	1	[(21,10,1),(11,1,1)]
-2	5	20	1	[(21,20,1),(11,1,1)]
-2	6	3	3	[(21,50,1),(1128,1,1)]
-2	7	3	1	[(21,20,1),(11,1,1)]
-2	8	30	2	[(21,10,1),(11,1,1)]
-2	9	20	10	[(21,10,1),(11,1,1)]
-2	10	5	1	[(21,10,1),(11,1,1)]
-2	12	3	1	[(21,10,1),(11,1,1)]
-2	13	20	1	[(21,15,1),(11,1,1)]
+1	1	3	1	[(21,10,1),(2341,1,1)]
+1	2	5	1	[(21,10,1),(2341,1,1)]
+1	3	10	1	[(21,10,1),(2341,1,1)]
+1	4	10	1	[(21,10,1),(2341,1,1)]
+1	5	20	1	[(21,20,1),(2341,1,1)]
+1	6	3	3	[(21,100,1),(1128,1,1)]
+1	7	6	1	[(21,10,1),(2341,1,1,1)]
+1	8	28	2	[(21,10,1),(2341,1,1)]
+1	9	20	10	[(21,20,1),(2341,1,1)]
+1	10	5	1	[(21,20,1),(2341,1,1)]
+1	12	3	1	[(21,10,1),(2341,1,1)]
+1	13	20	1	[(21,20,1),(2341,1,1)]
+2	1	3	1	[(21,10,1),(2341,1,1)]
+2	2	5	1	[(21,10,1),(2341,1,1)]
+2	3	10	1	[(21,10,1),(2341,1,1)]
+2	4	10	1	[(21,10,1),(2341,1,1)]
+2	5	20	1	[(21,20,1),(2341,1,1)]
+2	6	3	3	[(21,100,1),(1128,1,1)]
+2	7	6	1	[(21,10,1),(2341,1,1,1)]
+2	8	28	2	[(21,10,1),(2341,1,1)]
+2	9	20	10	[(21,20,1),(2341,1,1)]
+2	10	5	1	[(21,20,1),(2341,1,1)]
+2	12	3	1	[(21,10,1),(2341,1,1)]
+2	13	20	1	[(21,20,1),(2341,1,1)]
diff --git a/db/PyMongoDataServer/PySysDB/tagChestsAward.txt b/db/PyMongoDataServer/PySysDB/tagChestsAward.txt
index 218e337..7e3c412 100644
--- a/db/PyMongoDataServer/PySysDB/tagChestsAward.txt
+++ b/db/PyMongoDataServer/PySysDB/tagChestsAward.txt
@@ -124,6 +124,6 @@
 2337	0			[[1428,[10551,1]],[2856,[10552,1]],[4284,[10553,1]],[5712,[10554,1]],[7140,[10555,1]],[8568,[10556,1]],[10000,[10557,1]]]	1			[[10551,20551,30551],[10552,20552,30552],[10553,20553,30553],[10554,20554,30554],[10555,20555,30555],[10556,20556,30556],[10557,20557,30557]]			[10551,10552,10553,10554,10555,10556,10557]
 2338	0			[[1428,[10541,1]],[2856,[10542,1]],[4284,[10543,1]],[5712,[10544,1]],[7140,[10545,1]],[8568,[10546,1]],[10000,[10547,1]]]	1			[[10541,20541,30541],[10542,20542,30542],[10543,20543,30543],[10544,20544,30544],[10545,20545,30545],[10546,20546,30546],[10547,20547,30547]]			
 2339	0			[[7000,[14,1]],[9000,[18,1]],[10000,[19,1]]]	1						
-2340	0			[[5000,[181,5]],[6000,[181,6]],[7000,[181,7]],[8000,[181,8]],[9000,[181,9]],[10000,[181,10]]]	1						
+2340	0			[[2000,[181,10]],[4000,[181,11]],[6000,[181,12]],[8000,[181,13]],[9000,[181,14]],[10000,[181,15]]]	1						
 2341	0			[[1300,[2107,3]],[1500,[4609,1]],[1600,[4610,1]],[1800,[181,10]],[2000,[4151,10]],[2400,[14,1]],[3000,[151,1]],[5000,[181,1]],[7000,[4151,1]],[10000,[150,1]]]	1						
 2342	0			[[2000,[4611,1]],[4000,[4612,1]],[6000,[4613,1]],[8000,[4614,1]],[10000,[4615,1]]]	1						
diff --git a/db/PyMongoDataServer/PySysDB/tagEquipSuitAttr.txt b/db/PyMongoDataServer/PySysDB/tagEquipSuitAttr.txt
index 2ae3ce0..89d0583 100644
--- a/db/PyMongoDataServer/PySysDB/tagEquipSuitAttr.txt
+++ b/db/PyMongoDataServer/PySysDB/tagEquipSuitAttr.txt
@@ -1,65 +1,65 @@
 groupType	suiteType	suiteLV	job	count1	propList1	propValueList1	count2	propList2	propValueList2	count3	propList3	propValueList3
 2	1	1	0	1	6|18	2220|250	2	7|20	111|250	3	6|7|18	2220|111|500
-2	2	1	0	1	6|18	6216|500	2	7|20	311|500	3	6|7|18	6216|311|1000
 2	1	2	0	1	6|18	4504|250	2	7|20	225|250	3	6|7|18	4504|225|500
-2	2	2	0	1	6|18	14133|500	2	7|20	706|500	3	6|7|18	14133|706|1000
 2	1	3	0	1	6|18	6847|250	2	7|20	342|250	3	6|7|18	6847|342|500
-2	2	3	0	1	6|18	21633|500	2	7|20	1081|500	3	6|7|18	21633|1081|1000
 2	1	4	0	1	6|18	10567|250	2	7|20	528|250	3	6|7|18	10567|528|500
-2	2	4	0	1	6|18	33909|500	2	7|20	1695|500	3	6|7|18	33909|1695|1000
 2	1	5	0	1	6|18	16564|250	2	7|20	828|250	3	6|7|18	16564|828|500
-2	2	5	0	1	6|18	53466|500	2	7|20	2673|500	3	6|7|18	53466|2673|1000
 2	1	6	0	1	6|18	26171|250	2	7|20	1308|250	3	6|7|18	26171|1308|500
-2	2	6	0	1	6|18	84942|500	2	7|20	4247|500	3	6|7|18	84942|4247|1000
 2	1	7	0	1	6|18	41599|250	2	7|20	2080|250	3	6|7|18	41599|2080|500
-2	2	7	0	1	6|18	135399|500	2	7|20	6770|500	3	6|7|18	135399|6770|1000
 2	1	8	0	1	6|18	66349|250	2	7|20	3317|250	3	6|7|18	66349|3317|500
-2	2	8	0	1	6|18	216399|500	2	7|20	10820|500	3	6|7|18	216399|10820|1000
 1	1	1	1	2	7|51	103|400	3	6|18|20	4100|400|400	5	7|18	103|600
-1	2	1	1	2	7|51	154|500	3	6|18|20	6150|500|600	5	7|18	154|750
+1	1	2	1	2	7|51	284|400	3	6|18|20	11346|400|400	5	7|18	284|600
+1	1	3	1	2	7|51	497|400	3	6|18|20	19874|400|400	5	7|18	497|600
+1	1	4	1	2	7|51	766|400	3	6|18|20	30616|400|400	5	7|18	766|600
+1	1	5	1	2	7|51	1134|400	3	6|18|20	45333|400|400	5	7|18	1134|600
+1	1	6	1	2	7|51	1705|400	3	6|18|20	68193|400|400	5	7|18	1705|600
+1	1	7	1	2	7|51	2570|400	3	6|18|20	102773|400|400	5	7|18	2570|600
+1	1	8	1	2	7|51	3928|400	3	6|18|20	157112|400|400	5	7|18	3928|600
 1	1	1	2	2	7|51	103|400	3	6|18|20	4100|400|400	5	7|18	103|600
-1	2	1	2	2	7|51	154|500	3	6|18|20	6150|500|600	5	7|18	154|750
+1	1	2	2	2	7|51	284|400	3	6|18|20	11346|400|400	5	7|18	284|600
+1	1	3	2	2	7|51	497|400	3	6|18|20	19874|400|400	5	7|18	497|600
+1	1	4	2	2	7|51	766|400	3	6|18|20	30616|400|400	5	7|18	766|600
+1	1	5	2	2	7|51	1134|400	3	6|18|20	45333|400|400	5	7|18	1134|600
+1	1	6	2	2	7|51	1705|400	3	6|18|20	68193|400|400	5	7|18	1705|600
+1	1	7	2	2	7|51	2570|400	3	6|18|20	102773|400|400	5	7|18	2570|600
+1	1	8	2	2	7|51	3928|400	3	6|18|20	157112|400|400	5	7|18	3928|600
 1	1	1	3	2	7|51	103|400	3	6|18|20	4100|400|400	5	7|18	103|600
+1	1	2	3	2	7|51	284|400	3	6|18|20	11346|400|400	5	7|18	284|600
+1	1	3	3	2	7|51	497|400	3	6|18|20	19874|400|400	5	7|18	497|600
+1	1	4	3	2	7|51	766|400	3	6|18|20	30616|400|400	5	7|18	766|600
+1	1	5	3	2	7|51	1134|400	3	6|18|20	45333|400|400	5	7|18	1134|600
+1	1	6	3	2	7|51	1705|400	3	6|18|20	68193|400|400	5	7|18	1705|600
+1	1	7	3	2	7|51	2570|400	3	6|18|20	102773|400|400	5	7|18	2570|600
+1	1	8	3	2	7|51	3928|400	3	6|18|20	157112|400|400	5	7|18	3928|600
+2	2	1	0	1	6|18	6216|500	2	7|20	311|500	3	6|7|18	6216|311|1000
+2	2	2	0	1	6|18	14133|500	2	7|20	706|500	3	6|7|18	14133|706|1000
+2	2	3	0	1	6|18	21633|500	2	7|20	1081|500	3	6|7|18	21633|1081|1000
+2	2	4	0	1	6|18	33909|500	2	7|20	1695|500	3	6|7|18	33909|1695|1000
+2	2	5	0	1	6|18	53466|500	2	7|20	2673|500	3	6|7|18	53466|2673|1000
+2	2	6	0	1	6|18	84942|500	2	7|20	4247|500	3	6|7|18	84942|4247|1000
+2	2	7	0	1	6|18	135399|500	2	7|20	6770|500	3	6|7|18	135399|6770|1000
+2	2	8	0	1	6|18	216399|500	2	7|20	10820|500	3	6|7|18	216399|10820|1000
+1	2	1	1	2	7|51	154|500	3	6|18|20	6150|500|600	5	7|18	154|750
+1	2	2	1	2	7|51	426|500	3	6|18|20	17019|500|600	5	7|18	426|750
+1	2	3	1	2	7|51	746|500	3	6|18|20	29811|500|600	5	7|18	746|750
+1	2	4	1	2	7|51	1149|500	3	6|18|20	45924|500|600	5	7|18	1149|750
+1	2	5	1	2	7|51	1701|500	3	6|18|20	68000|500|600	5	7|18	1701|750
+1	2	6	1	2	7|51	2558|500	3	6|18|20	102290|500|600	5	7|18	2558|750
+1	2	7	1	2	7|51	3855|500	3	6|18|20	154160|500|600	5	7|18	3855|750
+1	2	8	1	2	7|51	5892|500	3	6|18|20	235668|500|600	5	7|18	5892|750
+1	2	1	2	2	7|51	154|500	3	6|18|20	6150|500|600	5	7|18	154|750
+1	2	2	2	2	7|51	426|500	3	6|18|20	17019|500|600	5	7|18	426|750
+1	2	3	2	2	7|51	746|500	3	6|18|20	29811|500|600	5	7|18	746|750
+1	2	4	2	2	7|51	1149|500	3	6|18|20	45924|500|600	5	7|18	1149|750
+1	2	5	2	2	7|51	1701|500	3	6|18|20	68000|500|600	5	7|18	1701|750
+1	2	6	2	2	7|51	2558|500	3	6|18|20	102290|500|600	5	7|18	2558|750
+1	2	7	2	2	7|51	3855|500	3	6|18|20	154160|500|600	5	7|18	3855|750
+1	2	8	2	2	7|51	5892|500	3	6|18|20	235668|500|600	5	7|18	5892|750
 1	2	1	3	2	7|51	154|500	3	6|18|20	6150|500|600	5	7|18	154|750
-1	1	2	1	2	7|51	284|400	3	6|18|20	11331|400|400	5	7|18	284|600
-1	2	2	1	2	7|51	426|500	3	6|18|20	16997|500|600	5	7|18	426|750
-1	1	2	2	2	7|51	284|400	3	6|18|20	11331|400|400	5	7|18	284|600
-1	2	2	2	2	7|51	426|500	3	6|18|20	16997|500|600	5	7|18	426|750
-1	1	2	3	2	7|51	284|400	3	6|18|20	11331|400|400	5	7|18	284|600
-1	2	2	3	2	7|51	426|500	3	6|18|20	16997|500|600	5	7|18	426|750
-1	1	3	1	2	7|51	497|400	3	6|18|20	19859|400|400	5	7|18	497|600
-1	2	3	1	2	7|51	745|500	3	6|18|20	29789|500|600	5	7|18	745|750
-1	1	3	2	2	7|51	497|400	3	6|18|20	19859|400|400	5	7|18	497|600
-1	2	3	2	2	7|51	745|500	3	6|18|20	29789|500|600	5	7|18	745|750
-1	1	3	3	2	7|51	497|400	3	6|18|20	19859|400|400	5	7|18	497|600
-1	2	3	3	2	7|51	745|500	3	6|18|20	29789|500|600	5	7|18	745|750
-1	1	4	1	2	7|51	764|400	3	6|18|20	30562|400|400	5	7|18	764|600
-1	2	4	1	2	7|51	1146|500	3	6|18|20	45843|500|600	5	7|18	1146|750
-1	1	4	2	2	7|51	764|400	3	6|18|20	30562|400|400	5	7|18	764|600
-1	2	4	2	2	7|51	1146|500	3	6|18|20	45843|500|600	5	7|18	1146|750
-1	1	4	3	2	7|51	764|400	3	6|18|20	30562|400|400	5	7|18	764|600
-1	2	4	3	2	7|51	1146|500	3	6|18|20	45843|500|600	5	7|18	1146|750
-1	1	5	1	2	7|51	1131|400	3	6|18|20	45212|400|400	5	7|18	1131|600
-1	2	5	1	2	7|51	1696|500	3	6|18|20	67818|500|600	5	7|18	1696|750
-1	1	5	2	2	7|51	1131|400	3	6|18|20	45212|400|400	5	7|18	1131|600
-1	2	5	2	2	7|51	1696|500	3	6|18|20	67818|500|600	5	7|18	1696|750
-1	1	5	3	2	7|51	1131|400	3	6|18|20	45212|400|400	5	7|18	1131|600
-1	2	5	3	2	7|51	1696|500	3	6|18|20	67818|500|600	5	7|18	1696|750
-1	1	6	1	2	7|51	1702|400	3	6|18|20	68072|400|400	5	7|18	1702|600
-1	2	6	1	2	7|51	2553|500	3	6|18|20	102108|500|600	5	7|18	2553|750
-1	1	6	2	2	7|51	1702|400	3	6|18|20	68072|400|400	5	7|18	1702|600
-1	2	6	2	2	7|51	2553|500	3	6|18|20	102108|500|600	5	7|18	2553|750
-1	1	6	3	2	7|51	1702|400	3	6|18|20	68072|400|400	5	7|18	1702|600
-1	2	6	3	2	7|51	2553|500	3	6|18|20	102108|500|600	5	7|18	2553|750
-1	1	7	1	2	7|51	2566|400	3	6|18|20	102639|400|400	5	7|18	2566|600
-1	2	7	1	2	7|51	3849|500	3	6|18|20	153959|500|600	5	7|18	3849|750
-1	1	7	2	2	7|51	2566|400	3	6|18|20	102639|400|400	5	7|18	2566|600
-1	2	7	2	2	7|51	3849|500	3	6|18|20	153959|500|600	5	7|18	3849|750
-1	1	7	3	2	7|51	2566|400	3	6|18|20	102639|400|400	5	7|18	2566|600
-1	2	7	3	2	7|51	3849|500	3	6|18|20	153959|500|600	5	7|18	3849|750
-1	1	8	1	2	7|51	3923|400	3	6|18|20	156900|400|400	5	7|18	3923|600
-1	2	8	1	2	7|51	5884|500	3	6|18|20	235350|500|600	5	7|18	5884|750
-1	1	8	2	2	7|51	3923|400	3	6|18|20	156900|400|400	5	7|18	3923|600
-1	2	8	2	2	7|51	5884|500	3	6|18|20	235350|500|600	5	7|18	5884|750
-1	1	8	3	2	7|51	3923|400	3	6|18|20	156900|400|400	5	7|18	3923|600
-1	2	8	3	2	7|51	5884|500	3	6|18|20	235350|500|600	5	7|18	5884|750
+1	2	2	3	2	7|51	426|500	3	6|18|20	17019|500|600	5	7|18	426|750
+1	2	3	3	2	7|51	746|500	3	6|18|20	29811|500|600	5	7|18	746|750
+1	2	4	3	2	7|51	1149|500	3	6|18|20	45924|500|600	5	7|18	1149|750
+1	2	5	3	2	7|51	1701|500	3	6|18|20	68000|500|600	5	7|18	1701|750
+1	2	6	3	2	7|51	2558|500	3	6|18|20	102290|500|600	5	7|18	2558|750
+1	2	7	3	2	7|51	3855|500	3	6|18|20	154160|500|600	5	7|18	3855|750
+1	2	8	3	2	7|51	5892|500	3	6|18|20	235668|500|600	5	7|18	5892|750
diff --git a/db/PyMongoDataServer/PySysDB/tagFBLine.txt b/db/PyMongoDataServer/PySysDB/tagFBLine.txt
index e55bde3..093b4f7 100644
--- a/db/PyMongoDataServer/PySysDB/tagFBLine.txt
+++ b/db/PyMongoDataServer/PySysDB/tagFBLine.txt
@@ -58,7 +58,7 @@
 60010	2	60010	200	500	0	0	0	0	0	0	0	[317,21]	[10,1800,50,10]	[[[(30601006,8)],[(30601007,12)],[(30601008,2)],[(30603003,1)]], [111,112,113,114,115]]		{1:[[1133,1,1]],2:[[1133,2,1]],3:[[1133,3,1]],4:[[1133,4,1]],5:[[1133,5,2]]}
 31160	0	31160	110	250	0	0	0	0	0	0	0	[[91,18],[136,49],[100,59],[65,88],[67,134],[16,108]]	1800	[311601,311603]		{1:[[103,1],[105,2]], 2:[[103,1],[105,1],[104,4]],3 :[[102,3],[101,2],[105,1],[104,2]], 4:[[102,3],[105,1],[104,1]], 5:[[102,2],[104,5]], 6:[[102,2],[104,3]]}
 31160	1	31160	251	300	0	0	0	0	0	0	0	[[91,18],[136,49],[100,59],[65,88],[67,134],[16,108]]	1800	[311604,311605]		{1:[[103,1],[105,2]], 2:[[103,1],[105,1],[104,4]],3 :[[102,3],[101,2],[105,1],[104,2]], 4:[[102,3],[105,1],[104,1]], 5:[[102,2],[104,5]], 6:[[102,2],[104,3]]}
-31160	2	31160	301	350	0	0	0	0	0	0	0	[[91,18],[136,49],[100,59],[65,88],[67,134],[16,108]]	1800	[311606,311607]		{1:[[103,1],[105,2]], 2:[[103,1],[105,1],[104,4]],3 :[[102,3],[101,2],[105,1],[104,2]], 4:[[102,3],[105,1],[104,1]], 5:[[102,2],[104,5]], 6:[[102,2],[104,3]]}
+31160	2	31160	301	500	0	0	0	0	0	0	0	[[91,18],[136,49],[100,59],[65,88],[67,134],[16,108]]	1800	[311606,311607]		{1:[[103,1],[105,2]], 2:[[103,1],[105,1],[104,4]],3 :[[102,3],[101,2],[105,1],[104,2]], 4:[[102,3],[105,1],[104,1]], 5:[[102,2],[104,5]], 6:[[102,2],[104,3]]}
 31250	0	31250	0	0	0	0	0	0	0	0	0	[30,18]	[0,300,10]	[312501,312502,312503]		[0,4235]
 52010	0	52020	20	0	0	0	0	0	0	0	0	[17,19,8]	10	[520101,520102,520103,520104]		
 52010	1	52020	40	0	0	0	0	0	0	0	0	[17,19,8]	10	[520105,520106,520107,520108]		
diff --git a/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt b/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt
index b6cd16d..c2d7bba 100644
--- a/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt
+++ b/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt
@@ -154,13 +154,13 @@
 Strengthen2	3|4|5|6|7	0	0	0	0
 StrengthenLevelLimit	1_1|2_1|3_1|4_1|5_1|6_1|7_1|8_2|9_3|10_3	1_1|2_1|8_1|9_1|10_1|3_2|4_2|5_2|6_2|7_2			
 StrengthenLevelBroadCast	20|35|50|70|90|110|130|150|170|190				
-LegendAttrCount	{(3,0):[1,0,0],(3,1):[0,1,0],(4,0):[2,0,0],(4,1):[1,1,0],(4,2):[0,2,0],(5,1):[2,1,0],(5,2):[1,2,0],(5,3):[0,3,0],(6,3):[0,3,1]}	0	0	0	0
+LegendAttrCount	{(3,0):[1,0,0],(3,1):[0,1,0],(4,0):[2,0,0],(4,1):[1,1,0],(4,2):[0,2,0],(5,1):[2,1,0],(5,2):[1,2,0],(5,3):[0,3,0],(6,3):[0,3,1]}	{(1,0):[3,0,0],(2,0):[3,0,0],(2,1):[2,1,0],(2,2):[1,2,0],(3,0):[3,0,0],(3,1):[2,1,0],(3,2):[1,2,0],(3,3):[0,3,0],(4,0):[3,0,0],(4,1):[2,1,0],(4,2):[1,2,0],(4,3):[0,3,0],(5,0):[3,0,0],(5,1):[2,1,0],(5,2):[1,2,0],(5,3):[0,3,0],(6,3):[0,3,1]}	0	0	0
 LegendAttrRule	{1:[[15,25,44,52,54,55],[11,51,19],0],2:[[15,25,44,52,54,55],[11,51,19],0],3:[[22,45,44,53,54,55],[20,50,69],18],4:[[22,45,44,53,54,55],[20,50,69],30],5:[[22,45,44,53,54,55],[20,50,11],29],6:[[22,45,44,53,54,55],[20,50,69],14],7:[[22,45,44,53,54,55],[20,50,69],71],8:[[15,25,44,52,54,55],[11,12,70],0],9:[[15,25,44,52,54,55],[20,12,70],0],10:[[15,25,44,52,54,55],[20,12,70],0],101:[[15,25,44,52,54,55],[11,51,19],0],102:[[15,25,44,52,54,55],[11,51,19],0],103:[[22,45,44,53,54,55],[20,50,69],18],104:[[22,45,44,53,54,55],[20,50,69],30],105:[[22,45,44,53,54,55],[20,50,11],29]}	0	0	0	0
 LegendAttrValueByColor	{51:{3:200,4:320,5:400,6:400},19:{3:200,4:320,5:400,6:400},11:{3:625,4:1000,5:1250,6:1250},12:{3:250,4:400,5:500,6:500},70:{3:1000,4:1600,5:2000,6:2000},20:{3:200,4:320,5:400,6:400},50:{3:200,4:320,5:400,6:400},69:{3:250,4:400,5:500,6:500},15:{3:500,4:800,5:1000,6:1000},25:{3:500,4:800,5:1000,6:1000},52:{3:20,4:25,5:33,6:33},45:{3:500,4:800,5:1000,6:1000},44:{3:500,4:800,5:1000,6:1000},22:{3:250,4:400,5:500,6:500},53:{3:3,4:4,5:5,6:5},54:{3:250,4:400,5:500,6:500},55:{3:250,4:400,5:500,6:500}}	0	0	0	0
 LegendAttrValueByColor2	{51:{3:200,4:320,5:400,6:400},19:{3:200,4:320,5:400,6:400},11:{3:625,4:1000,5:1250,6:1250},12:{3:250,4:400,5:500,6:500},70:{3:1000,4:1600,5:2000,6:2000},20:{3:200,4:320,5:400,6:400},50:{3:200,4:320,5:400,6:400},69:{3:250,4:400,5:500,6:500},15:{3:500,4:800,5:1000,6:1000},25:{3:500,4:800,5:1000,6:1000},52:{3:20,4:25,5:33,6:33},45:{3:500,4:800,5:1000,6:1000},44:{3:500,4:800,5:1000,6:1000},22:{3:250,4:400,5:500,6:500},53:{3:3,4:4,5:5,6:5},54:{3:250,4:400,5:500,6:500},55:{3:250,4:400,5:500,6:500}}				
 LegendAttrValueByClassLV	{29:{9:600,10:900,11:1200,12:1320,13:1425,14:1500,15:1575},30:{9:2000,10:3000,11:4000,12:4400,13:4750,14:5000,15:5250},14:{9:1600,10:2400,11:3200,12:3520,13:3800,14:4000,15:4200},18:{9:2000,10:3000,11:4000,12:4400,13:4750,14:5000,15:5250},71:{9:800,10:1200,11:1600,12:1760,13:1900,14:2000,15:2100}}	0	0	0	0
-EquipGSTypeForSort	101|102|103|104|105|106|107|108|109|110|111|112	0	0	0	0
-EquipGSFormula	int(((MinAtk+MaxAtk)*5.0+Def*5.0+MaxHP/4.0+AtkPer/10000.0+DamagePer/10000.0+SuperHitRate/10000.0+SuperHitPer/10000.0+DamReducePer/10000.0+MaxHPPer/10000.0+DefPer/10000.0+LuckyHitRate/10000.0+PetDamPer/10000.0+PerLVAtk/100.0+MissRate/10000.0+HitRate/10000.0+DamBackPer/10000.0+PerLVMaxHP+DropEquipPer/10000.0+DropMoneyPer/10000.0+IgnoreDefRateReduce/10000.0+DamChanceDef/10000.0+SuperHitReduce/10000.0+SkillAtkRate/10000.0+SpeedPer/10000.0+(math.sqrt((AtkSpeed+10000.0)/10000.0)-1)*AtkSpeedC+OnlyFinalHurt*5.0/2.0+PVPAtkBackHP*5.0))	[67,68,6,8,11,20,19,23]	0	0	0
+EquipGSTypeForSort	101|102|103|104|105|106|107|108|109|110|111|112|119|120|121|122|123	0	0	0	0
+EquipGSFormula	int(((MinAtk+MaxAtk)*5.0+Def*5.0+MaxHP/4.0+AtkPer/10000.0+DamagePer/10000.0+SuperHitRate/10000.0+SuperHitPer/10000.0+DamReducePer/10000.0+MaxHPPer/10000.0+DefPer/10000.0+LuckyHitRate/10000.0+PetDamPer/10000.0+PerLVAtk/100.0+MissRate/10000.0+HitRate/10000.0+DamBackPer/10000.0+PerLVMaxHP+DropEquipPer/10000.0+DropMoneyPer/10000.0+IgnoreDefRateReduce/10000.0+DamChanceDef/10000.0+SuperHitReduce/10000.0+SkillAtkRate/10000.0+SpeedPer/10000.0+(math.sqrt((AtkSpeed+10000.0)/10000.0)-1)*AtkSpeedC+OnlyFinalHurt*5.0/2.0+PVPAtkBackHP*5.0))	[67,68,6,8,11,20,19,23]	int(((MinAtk+MaxAtk)*5.0+Def*5.0+MaxHP/4.0+AtkPer/10000.0+DamagePer/10000.0+SuperHitRate/10000.0+SuperHitPer/10000.0+DamReducePer/10000.0+MaxHPPer/10000.0+DefPer/10000.0+LuckyHitRate/10000.0+PetDamPer/10000.0+PerLVAtk/100.0+MissRate/10000.0+HitRate/10000.0+DamBackPer/10000.0+PerLVMaxHP+DropEquipPer/10000.0+DropMoneyPer/10000.0+IgnoreDefRateReduce/10000.0+DamChanceDef/10000.0+SuperHitReduce/10000.0+SkillAtkRate/10000.0+SpeedPer/10000.0+(math.sqrt((AtkSpeed+10000.0)/10000.0)-1)*AtkSpeedC+OnlyFinalHurt*5.0/2.0+PVPAtkBackHP*5.0))	0	0
 HorseUpItem	181	20	0	0	0
 HorseSuperRate	{}	0	0	0	0
 NeedSysHorseLV	{100:(3,6,9),101:(3,6,9),102:(3,6,9),103:(3,6,9),104:(3,6,9),105:(3,6,9),106:(3,6,9),107:(3,6,9),108:(3,6,9),109:(3,6,9),110:(3,6,9)}				
@@ -237,11 +237,11 @@
 DiceFreeNum	5				
 DiceRandomList	{0:[[1600,1],[3200,2],[4800,3],[6400,4],[8000,5],[10000,6]],1:[[1300,1],[2600,2],[3900,3],[5200,4],[6500,5],[10000,6]],2:[[1300,1],[2600,2],[3900,3],[5200,4],[6500,5],[10000,6]],3:[[1300,1],[2600,2],[3900,3],[5200,4],[6500,5],[10000,6]],4:[[1200,1],[2400,2],[3600,3],[4800,4],[6000,5],[10000,6]],5:[[1000,1],[2000,2],[3000,3],[4000,4],[5000,5],[10000,6]]}				
 TJG	int(min((min(((aMinAtk+aMaxAtk)/2.0*(1-aLuckyHitRate/10000.0+aLuckyHitRate/10000.0*(1.2+aLuckyHit/10000.0))+aSuperHitRate*aSuperHit/10000.0+aIceAtk)*(1+aDamagePer/10000.0)*(attackEff/10000.0)/(npcMaxHP*1.0),1)*2.9*0.320833333333333+min(((aMinAtk+aMaxAtk)/2.0*(1-aLuckyHitRate/10000.0+aLuckyHitRate/10000.0*(1.2+aLuckyHit/10000.0))+aSuperHitRate*aSuperHit/10000.0+aIceAtk)*(1+aDamagePer/10000.0)*(150000/10000.0)/(npcMaxHP*1.0),1)*15*0.0166666666666667+skill2*min(((aMinAtk+aMaxAtk)/2.0*(1-aLuckyHitRate/10000.0+aLuckyHitRate/10000.0*(1.2+aLuckyHit/10000.0))+aSuperHitRate*aSuperHit/10000.0+aIceAtk)*(1+aDamagePer/10000.0)*(50000/10000.0)/(npcMaxHP*1.0),1)*2.1*0.041667+min((((aMinAtk+aMaxAtk)/2.0*(1-aLuckyHitRate/10000.0+aLuckyHitRate/10000.0*(1.2+aLuckyHit/10000.0))+aSuperHitRate*aSuperHit/10000.0+aIceAtk)*(1+aDamagePer/10000.0)*(10000.0/10000.0)+(petMinAtk+petMaxAtk)/2.0*(1+petDamPer/10000.0)*(petSkillPer/10000.0+PetSkill1*0.1+PetSkill2*0.15+PetSkill3*0.15+PetSkill4*0.2+PetSkill5*0.2+PetSkill6*0.2+PetSkill7*0.25))/(npcMaxHP*1.0),0.78)*2.06*(60*math.sqrt(atkSpeed/10000)-(4+60/8+60/12+60/16+60/20))/60*1)+max(min((petMinAtk+petMaxAtk)/2.0*(1+petDamPer/10000.0)*(petSkillPer/10000.0+PetSkill1*0.1+PetSkill2*0.15+PetSkill3*0.15+PetSkill4*0.2+PetSkill5*0.2+PetSkill6*0.2+PetSkill7*0.25)/(npcMaxHP*1.0),1)-0.5,0)*0.47*math.sqrt(atkSpeed/10000),5*math.sqrt(atkSpeed/10000.0))*npcExp*(1+max(min(0.14*max(aFightPower-npcCommendFightPower,0)/(npcCommendFightPower+max(aFightPower-npcCommendFightPower,0)*0.9),0.12),0)+max(min((0.15*max(aFightPower-npcCommendFightPower,0)/(npcCommendFightPower+max(aFightPower-npcCommendFightPower,0)*0.95)-0.12),0),0)))*times	300	72000	{1:[50900, 50902],2:[55900,55902]}	48215|48235|48245|48260|48275|48320|48290
-AutoUseGuardian	4101				
+AutoUseGuardian	4101	300			
 ItemTimeOut	{"4101":[4101,380,688],"4102":[4102,288,0],"4105":[4101,380,688]}				
 OutOfPrintValue	int(maxOOPValue*min(1,(0.001 + 0.05*(lv/350.0) + 0.1*pow((lv/350.0), 2) +0.15*pow((lv/350.0), 3) + 0.699*pow((lv/350.0), 4))))				
 BossStoneDelayTime	1500				
-DogzAssist	3|10	3511	2|3|4|5	1_10|2_20|3_30|4_40|5_50	
+DogzAssist	3|10	3511	2|3|4|5	1_10|2_20|3_30|4_40|5_50	8351
 DogzFBRefreshCfg	{(101,102,103,104,105,106,107,108,109):[20302001,1,'30',2,3], (121,122,123,124):[20302002,1,'40',2,3], (131,132,133):[20302003,10,'30',30,30]}	20303001	[20302001, 20302003]		
 DogzFBCollect	{20302001:1,20302002:1}	{20302001:1,20302002:1}			
 XMZZBetCfg	{}				
diff --git a/db/PyMongoDataServer/PySysDB/tagNPCDropItem.txt b/db/PyMongoDataServer/PySysDB/tagNPCDropItem.txt
index cf42360..8a9d41c 100644
--- a/db/PyMongoDataServer/PySysDB/tagNPCDropItem.txt
+++ b/db/PyMongoDataServer/PySysDB/tagNPCDropItem.txt
@@ -50,15 +50,15 @@
 10103001	0	70	0	0	[]	0	{}	0	{}	{}	[]	[]	{}	{}	{}	{}	{}	0	0	0	0	[1,1,1,[8011,1007]]	[]
 10203001	0	85	0	0	[]	0	{}	0	{}	{}	[]	[]	{}	{}	{}	{}	{}	0	0	0	0	[1,1,1,[8021,1008]]	[]
 10303001	210	190	2	0	[]	0	{}	0	{}	{}	[1,3,3,[(10000,1)],107]	[]	{}	{}	{}	{}	{}	25	800	915	1372	[1,1,1,[1014]]	[]
-10403001	210	205	2	0	[(411960,0),(555293,(3,2,107)),(1000000,(3,3,107))]	30	{(3,4,107):1000000,(3,5,107):0,(3,2,108):100000,(3,3,108):10000,(3,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[1,3,4,[(10000,2)],107]	[3,3,4,[(3000,1),(10000,2)],107]	{2320:100000,2339:83333,2340:1000000}	{}	{}	{}	{}	25	800	1077	1615	[]	[1005]
-10503001	210	300	2	0	[(409607,0),(552940,(4,2,107)),(1000000,(4,3,107))]	30	{(4,4,107):1495000,(4,5,107):80000,(4,2,108):100000,(4,3,108):20000,(4,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:20833,2320:100000,2339:166666,2340:1000000}	{}	{}	{}	{}	25	800	1115	1673	[]	[999]
-10603001	210	350	2	0	[(406076,0),(549409,(5,2,107)),(1000000,(5,3,107))]	30	{(5,4,107):1540000,(5,5,107):106667,(5,2,108):100000,(5,3,108):10000,(5,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:31250,9051:3472,2320:100000,222:8000,2339:166666,2340:1000000}	{}	{}	{}	{}	25	800	1123	1685	[]	[999]
-10303001	1000	190	2	0	[]	0	{}	0	{}	{}	[1,3,3,[(10000,1)],107]	[]	{}	{}	{}	{}	{}	25	800	915	1372	[1,1,1,[1014]]	[]
-10403001	1000	205	2	0	[(411960,0),(555293,(3,2,107)),(1000000,(3,3,107))]	30	{(3,4,107):1000000,(3,5,107):0,(3,2,108):100000,(3,3,108):10000,(3,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)]}	[1,3,4,[(10000,2)],107]	[3,3,4,[(3000,1),(10000,2)],107]	{2320:100000,2339:83333,2340:1000000}	{}	{}	{}	{}	25	800	1077	1615	[]	[999]
-10503001	1000	300	2	0	[(409607,0),(552940,(4,2,107)),(1000000,(4,3,107))]	30	{(4,4,107):1330000,(4,5,107):80000,(4,2,108):100000,(4,3,108):20000,(4,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:20833,2320:100000,2339:83333,2340:1000000}	{}	{}	{}	{}	25	800	1115	1673	[]	[999]
-10603001	1000	350	2	0	[(406076,0),(549409,(5,2,107)),(1000000,(5,3,107))]	30	{(5,4,107):1360000,(5,5,107):106667,(5,2,108):100000,(5,3,108):10000,(5,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:31250,9051:3472,2320:100000,2339:83333,2340:1000000}	{}	{}	{}	{}	25	800	1123	1685	[]	[999]
-10703001	1000	400	2	0	[(397839,0),(541172,(6,2,107)),(1000000,(6,3,107))]	30	{(6,4,107):1390000,(6,5,107):106667,(6,2,108):100000,(6,3,108):10000,(6,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:200000,3802:55556,3803:1173,9051:6173,2320:100000,2339:83333,2340:1000000}	{}	{}	{}	{}	25	800	1129	1694	[]	[999]
-10803001	1000	450	2	0	[(397839,0),(541172,(7,2,107)),(1000000,(7,3,107))]	30	{(7,4,107):1420000,(7,5,107):106667,(7,2,108):100000,(7,3,108):10000,(7,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:100000,3802:65972,3803:1330,9051:7330,2320:100000,2339:83333,2340:1000000}	{}	{}	{}	{}	25	800	1129	1694	[]	[999]
+10403001	210	205	2	0	[(411960,0),(555293,(3,2,107)),(1000000,(3,3,107))]	30	{(3,4,107):1000000,(3,5,107):0,(3,2,108):100000,(3,3,108):10000,(3,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(10000,1),(10000,2)],5:[(0,1),(10000,2)]}	[1,3,4,[(10000,1)],107]	[3,3,4,[(10000,1)],107]	{2320:100000,2339:83333,2340:300000}	{}	{}	{}	{}	25	800	1077	1615	[]	[1005]
+10503001	210	300	2	0	[(409607,0),(552940,(4,2,107)),(1000000,(4,3,107))]	30	{(4,4,107):1495000,(4,5,107):80000,(4,2,108):100000,(4,3,108):20000,(4,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:20833,2320:100000,2339:166666,2340:300000}	{}	{}	{}	{}	25	800	1115	1673	[]	[999]
+10603001	210	350	2	0	[(406076,0),(549409,(5,2,107)),(1000000,(5,3,107))]	30	{(5,4,107):1540000,(5,5,107):106667,(5,2,108):100000,(5,3,108):10000,(5,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:31250,9051:3472,2320:100000,222:8000,2339:166666,2340:300000}	{}	{}	{}	{}	25	800	1123	1685	[]	[999]
+10303001	1000	190	2	0	[]	0	{}	0	{}	{}	[1,3,3,[(10000,1)],107]	[3,3,4,[(10000,1)],107]	{}	{}	{}	{}	{}	25	800	915	1372	[1,1,1,[1014]]	[]
+10403001	1000	205	2	0	[(411960,0),(555293,(3,2,107)),(1000000,(3,3,107))]	30	{(3,4,107):1000000,(3,5,107):0,(3,2,108):100000,(3,3,108):10000,(3,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)]}	[1,3,4,[(10000,2)],107]	[3,3,4,[(3000,1),(10000,2)],107]	{2320:100000,2339:83333,2340:300000}	{}	{}	{}	{}	25	800	1077	1615	[]	[999]
+10503001	1000	300	2	0	[(409607,0),(552940,(4,2,107)),(1000000,(4,3,107))]	30	{(4,4,107):1330000,(4,5,107):80000,(4,2,108):100000,(4,3,108):20000,(4,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:20833,2320:100000,2339:83333,2340:300000}	{}	{}	{}	{}	25	800	1115	1673	[]	[999]
+10603001	1000	350	2	0	[(406076,0),(549409,(5,2,107)),(1000000,(5,3,107))]	30	{(5,4,107):1360000,(5,5,107):106667,(5,2,108):100000,(5,3,108):10000,(5,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:31250,9051:3472,2320:100000,2339:83333,2340:300000}	{}	{}	{}	{}	25	800	1123	1685	[]	[999]
+10703001	1000	400	2	0	[(397839,0),(541172,(6,2,107)),(1000000,(6,3,107))]	30	{(6,4,107):1390000,(6,5,107):106667,(6,2,108):100000,(6,3,108):10000,(6,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:200000,3802:55556,3803:1173,9051:6173,2320:100000,2339:83333,2340:300000}	{}	{}	{}	{}	25	800	1129	1694	[]	[999]
+10803001	1000	450	2	0	[(397839,0),(541172,(7,2,107)),(1000000,(7,3,107))]	30	{(7,4,107):1420000,(7,5,107):106667,(7,2,108):100000,(7,3,108):10000,(7,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:100000,3802:65972,3803:1330,9051:7330,2320:100000,2339:83333,2340:300000}	{}	{}	{}	{}	25	800	1129	1694	[]	[999]
 30201000	0	0	0	0	[]	0	{}	0	{}	{}	[]	[]	{}	{}	{}	{}	{}	0	0	0	0	[]	[]
 30201001	0	0	0	0	[]	0	{}	0	{}	{}	[]	[]	{}	{}	{}	{}	{}	0	0	0	0	[]	[]
 30201002	0	0	0	0	[]	0	{}	0	{}	{}	[]	[]	{}	{}	{}	{}	{}	0	0	0	0	[]	[]
@@ -93,34 +93,34 @@
 20202005	0	410	1	0	[(967006,0),(976216,(7,1,107)),(995834,(7,2,107)),(1000000,(7,3,107))]	1	{}	0	{}	{3:[(9600,0),(10000,1)]}	[]	[]	{951:260,4002:729,4003:729,4501:0,4008:191,4009:191,4005:417,4006:417,4502:0,956:590}	{}	{2:360000}	{}	{2:1}	1	800	1356	1824	[]	[]
 20202006	0	420	1	0	[(928882,0),(936250,(7,1,107)),(991250,(7,2,107)),(1000000,(7,3,107))]	1	{}	0	{}	{3:[(9600,0),(10000,1)]}	[]	[]	{951:208,4002:583,4003:583,4501:0,4008:153,4009:153,4005:333,4006:333,4502:0,956:500}	{}	{2:400000}	{}	{2:1}	1	800	1356	1824	[]	[]
 20202007	0	460	1	0	[(974945,0),(981945,(8,1,107)),(996667,(8,2,107)),(1000000,(8,3,107))]	1	{}	0	{}	{3:[(9600,0),(10000,1)]}	[]	[]	{951:208,4002:583,4003:583,4501:0,4008:208,4009:208,4005:417,4006:417,4502:0,956:528}	{}	{2:500000}	{}	{2:1}	1	800	1588	1962	[]	[]
-20103001	210	225	2	0	[(411960,0),(555293,(3,2,107)),(1000000,(3,3,107))]	30	{(3,4,107):1300000,(3,2,108):100000,(3,3,108):20000,(3,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[1,3,4,[(10000,2)],107]	[3,3,4,[(3000,1),(10000,2)],107]	{2320:100000,2339:166666,2340:1000000}	{}	{}	{}	{}	25	800	1077	1615	[]	[1005]
-20103002	210	245	2	0	[(411960,0),(555293,(3,2,107)),(1000000,(3,3,107))]	30	{(3,4,107):1450000,(3,2,108):100000,(3,3,108):20000,(3,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[1,3,4,[(10000,2)],107]	[3,3,4,[(3000,1),(10000,2)],107]	{3801:300000,2320:100000,2339:166666,2340:1000000}	{}	{}	{}	{}	25	800	1077	1615	[]	[1005]
-20103003	210	260	2	0	[(410784,0),(554117,(4,2,107)),(1000000,(4,3,107))]	30	{(4,4,107):1495000,(4,5,107):80000,(4,2,108):100000,(4,3,108):20000,(4,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[1,4,5,[(10000,2)],107]	[3,4,4,[(3000,1),(10000,2)],107]	{3801:300000,2320:100000,4209:8680,4250:23148,2339:166666,2340:1000000}	{}	{}	{}	{}	25	800	1115	1673	[]	[999]
-20103004	210	280	2	0	[(410784,0),(554117,(4,2,107)),(1000000,(4,3,107))]	30	{(4,4,107):1540000,(4,5,107):80000,(4,2,108):100000,(4,3,108):20000,(4,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,5202:420000,2320:100000,4209:8680,4250:23148,2339:166666,2340:1000000}	{}	{2:499200}	{}	{2:5}	25	800	1115	1673	[]	[999]
-20103005	210	315	2	0	[(406076,0),(549409,(5,2,107)),(1000000,(5,3,107))]	30	{(5,4,107):1540000,(5,5,107):106667,(5,2,108):100000,(5,3,108):10000,(5,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:31250,5202:440000,2320:100000,4209:15625,4250:41666,2339:166666,2340:1000000}	{}	{2:582400}	{}	{2:5}	25	800	1123	1685	[]	[999]
-20103006	210	335	2	0	[(406076,0),(549409,(5,2,107)),(1000000,(5,3,107))]	30	{(5,4,107):1585000,(5,5,107):106667,(5,2,108):100000,(5,3,108):10000,(5,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:31250,5202:460000,2320:100000,4209:15625,4250:41666,2339:166666,2340:1000000}	{}	{2:665600}	{}	{2:5}	25	800	1123	1685	[]	[999]
-20103007	210	365	2	0	[(402547,0),(545880,(6,2,107)),(1000000,(6,3,107))]	30	{(6,4,107):1585000,(6,5,107):106667,(6,2,108):100000,(6,3,108):10000,(6,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:41667,9051:4630,5202:480000,2320:100000,4209:10416,4250:27777,260:10416,222:27777,2339:166666,2340:1000000}	{}	{2:748800}	{}	{2:5}	25	800	1129	1694	[]	[999]
-20203001	210	355	2	0	[(394309,0),(537642,(6,2,107)),(1000000,(6,3,107))]	30	{(6,4,107):1585000,(6,5,107):106667,(6,2,108):100000,(6,3,108):10000,(6,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:65972,9051:7330,5202:440000,2320:100000,4209:3298,260:3298,4250:16493,222:16493,2339:166666,2340:1000000}	{}	{2:800000}	{}	{2:5}	25	800	1123	1685	[]	[999]
-20203002	210	360	2	0	[(394309,0),(537642,(6,2,107)),(1000000,(6,3,107))]	30	{(6,4,107):1585000,(6,5,107):106667,(6,2,108):100000,(6,3,108):10000,(6,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:65972,9051:7330,5202:460000,2320:100000,4209:3298,260:3298,4250:16493,222:16493,2339:166666,2340:1000000}	{}	{2:800000}	{}	{2:5}	25	800	1123	1685	[]	[999]
-20203003	210	405	2	0	[(391956,0),(535289,(7,2,107)),(1000000,(7,3,107))]	30	{(7,4,107):1630000,(7,5,107):100000,(7,2,108):100000,(7,3,108):10000,(7,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:72917,3803:8102,9051:8102,5202:480000,2320:100000,4209:3645,260:3645,4250:18229,222:18229,2339:166666,2340:1000000}	{}	{2:800000}	{}	{2:5}	25	800	1129	1694	[]	[999]
-20203004	210	410	2	0	[(391956,0),(535289,(7,2,107)),(1000000,(7,3,107))]	30	{(7,4,107):1630000,(7,5,107):100000,(7,2,108):100000,(7,3,108):10000,(7,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:72917,3803:8102,9051:8102,5202:500000,2320:100000,4209:3645,260:3645,4250:18229,222:18229,2339:166666,2340:1000000}	{}	{2:800000}	{}	{2:5}	25	800	1129	1694	[]	[999]
-20203005	210	455	2	0	[(388426,0),(531759,(8,2,107)),(1000000,(8,3,107))]	30	{(8,4,107):1675000,(8,5,107):93333,(8,2,108):100000,(8,3,108):10000,(8,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:83333,3803:9259,9051:9259,5202:520000,2320:100000,4209:4166,260:4166,4250:20833,222:20833,2339:166666,2340:1000000}	{}	{2:800000}	{}	{2:5}	25	800	1356	1824	[]	[999]
-20203006	210	460	2	0	[(388426,0),(531759,(8,2,107)),(1000000,(8,3,107))]	30	{(8,4,107):1675000,(8,5,107):93333,(8,2,108):100000,(8,3,108):10000,(8,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:83333,3803:9259,9051:9259,5202:540000,2320:100000,4209:4166,260:4166,4250:20833,222:20833,2339:166666,2340:1000000}	{}	{2:800000}	{}	{2:5}	25	800	1356	1824	[]	[999]
-20203007	210	505	2	0	[(388426,0),(531759,(8,2,107)),(1000000,(8,3,107))]	30	{(8,4,107):1675000,(8,5,107):93333,(8,2,108):100000,(8,3,108):10000,(8,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:104167,3803:11574,9051:11574,5202:560000,2320:100000,4209:5208,260:5208,4250:26041,222:26041,2339:166666,2340:1000000}	{}	{2:800000}	{}	{2:5}	25	800	1588	1962	[]	[999]
-20103001	1000	225	2	0	[(411960,0),(555293,(3,2,107)),(1000000,(3,3,107))]	30	{(3,4,107):1300000,(3,2,108):100000,(3,3,108):20000,(3,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[1,3,4,[(10000,2)],107]	[3,3,4,[(3000,1),(10000,2)],107]	{2320:100000,2339:83333,2340:1000000}	{}	{}	{}	{}	25	800	1077	1615	[]	[999]
-20103002	1000	245	2	0	[(411960,0),(555293,(3,2,107)),(1000000,(3,3,107))]	30	{(3,4,107):1300000,(3,2,108):100000,(3,3,108):20000,(3,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[1,3,4,[(10000,2)],107]	[3,3,4,[(3000,1),(10000,2)],107]	{3801:300000,2320:100000,2339:83333,2340:1000000}	{}	{}	{}	{}	25	800	1077	1615	[]	[999]
-20103003	1000	260	2	0	[(410784,0),(554117,(4,2,107)),(1000000,(4,3,107))]	30	{(4,4,107):1300000,(4,5,107):80000,(4,2,108):100000,(4,3,108):20000,(4,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[1,4,5,[(10000,2)],107]	[3,4,4,[(3000,1),(10000,2)],107]	{3801:300000,2320:100000,4209:1736,4250:6944,2339:83333,2340:1000000}	{}	{}	{}	{}	25	800	1115	1673	[]	[999]
-20103004	1000	280	2	0	[(410784,0),(554117,(4,2,107)),(1000000,(4,3,107))]	30	{(4,4,107):1360000,(4,5,107):80000,(4,2,108):100000,(4,3,108):20000,(4,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,5202:420000,2320:100000,4209:1736,4250:8680,2339:83333,2340:1000000}	{}	{2:499200}	{}	{2:5}	25	800	1115	1673	[]	[999]
-20103005	1000	315	2	0	[(406076,0),(549409,(5,2,107)),(1000000,(5,3,107))]	30	{(5,4,107):1360000,(5,5,107):106667,(5,2,108):100000,(5,3,108):10000,(5,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:31250,5202:440000,2320:100000,4209:3125,4250:8680,2339:83333,2340:1000000}	{}	{2:582400}	{}	{2:5}	25	800	1123	1685	[]	[999]
-20103006	1000	335	2	0	[(406076,0),(549409,(5,2,107)),(1000000,(5,3,107))]	30	{(5,4,107):1390000,(5,5,107):106667,(5,2,108):100000,(5,3,108):10000,(5,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:31250,5202:460000,2320:100000,4209:3125,4250:15625,2339:83333,2340:1000000}	{}	{2:665600}	{}	{2:5}	25	800	1123	1685	[]	[999]
-20103007	1000	365	2	0	[(402547,0),(545880,(6,2,107)),(1000000,(6,3,107))]	30	{(6,4,107):1390000,(6,5,107):106667,(6,2,108):100000,(6,3,108):10000,(6,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:200000,3802:41667,9051:4630,5202:480000,2320:100000,4209:2083,260:2083,4250:10416,222:10416,2339:83333,2340:1000000}	{}	{2:748800}	{}	{2:5}	25	800	1129	1694	[]	[999]
-20203001	1000	355	2	0	[(394309,0),(537642,(6,2,107)),(1000000,(6,3,107))]	30	{(6,4,107):1360000,(6,5,107):106667,(6,2,108):100000,(6,3,108):10000,(6,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:200000,3802:65972,9051:7330,5202:440000,2320:100000,4209:3298,260:3298,4250:16493,222:16493,2339:83333,2340:1000000}	{}	{2:800000}	{}	{2:5}	25	800	1123	1685	[]	[999]
-20203002	1000	360	2	0	[(394309,0),(537642,(6,2,107)),(1000000,(6,3,107))]	30	{(6,4,107):1390000,(6,5,107):106667,(6,2,108):100000,(6,3,108):10000,(6,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:200000,3802:65972,9051:7330,5202:460000,2320:100000,4209:3298,260:3298,4250:16493,222:16493,2339:83333,2340:1000000}	{}	{2:800000}	{}	{2:5}	25	800	1123	1685	[]	[999]
-20203003	1000	405	2	0	[(391956,0),(535289,(7,2,107)),(1000000,(7,3,107))]	30	{(7,4,107):1390000,(7,5,107):100000,(7,2,108):100000,(7,3,108):10000,(7,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:100000,3802:72917,3803:8102,9051:8102,5202:480000,2320:100000,4209:3645,260:3645,4250:18229,222:18229,2339:83333,2340:1000000}	{}	{2:800000}	{}	{2:5}	25	800	1129	1694	[]	[999]
-20203004	1000	410	2	0	[(391956,0),(535289,(7,2,107)),(1000000,(7,3,107))]	30	{(7,4,107):1390000,(7,5,107):100000,(7,2,108):100000,(7,3,108):10000,(7,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:100000,3802:72917,3803:8102,9051:8102,5202:500000,2320:100000,4209:3645,260:3645,4250:18229,222:18229,2339:83333,2340:1000000}	{}	{2:800000}	{}	{2:5}	25	800	1129	1694	[]	[999]
-20203005	1000	455	2	0	[(388426,0),(531759,(8,2,107)),(1000000,(8,3,107))]	30	{(8,4,107):1390000,(8,5,107):93333,(8,2,108):100000,(8,3,108):10000,(8,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:80000,3802:83333,3803:9259,9051:9259,5202:520000,2320:100000,4209:4166,260:4166,4250:20833,222:20833,2339:83333,2340:1000000}	{}	{2:800000}	{}	{2:5}	25	800	1356	1824	[]	[999]
-20203006	1000	460	2	0	[(388426,0),(531759,(8,2,107)),(1000000,(8,3,107))]	30	{(8,4,107):1390000,(8,5,107):93333,(8,2,108):100000,(8,3,108):10000,(8,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:80000,3802:83333,3803:9259,9051:9259,5202:540000,2320:100000,4209:4166,260:4166,4250:20833,222:20833,2339:83333,2340:1000000}	{}	{2:800000}	{}	{2:5}	25	800	1356	1824	[]	[999]
-20203007	1000	505	2	0	[(388426,0),(531759,(8,2,107)),(1000000,(8,3,107))]	30	{(8,4,107):1390000,(8,5,107):93333,(8,2,108):100000,(8,3,108):10000,(8,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:80000,3802:104167,3803:11574,9051:11574,5202:560000,2320:100000,4209:5208,260:5208,4250:26041,222:26041,2339:83333,2340:1000000}	{}	{2:800000}	{}	{2:5}	25	800	1588	1962	[]	[999]
+20103001	210	225	2	0	[(411960,0),(555293,(3,2,107)),(1000000,(3,3,107))]	30	{(3,4,107):1300000,(3,2,108):100000,(3,3,108):20000,(3,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[1,3,4,[(10000,2)],107]	[3,3,4,[(3000,1),(10000,2)],107]	{2320:100000,2339:166666,2340:300000}	{}	{}	{}	{}	25	800	1077	1615	[]	[1005]
+20103002	210	245	2	0	[(411960,0),(555293,(3,2,107)),(1000000,(3,3,107))]	30	{(3,4,107):1450000,(3,2,108):100000,(3,3,108):20000,(3,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[1,3,4,[(10000,2)],107]	[3,3,4,[(3000,1),(10000,2)],107]	{3801:300000,2320:100000,2339:166666,2340:300000}	{}	{}	{}	{}	25	800	1077	1615	[]	[1005]
+20103003	210	260	2	0	[(410784,0),(554117,(4,2,107)),(1000000,(4,3,107))]	30	{(4,4,107):1495000,(4,5,107):80000,(4,2,108):100000,(4,3,108):20000,(4,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[1,4,5,[(10000,2)],107]	[3,4,4,[(3000,1),(10000,2)],107]	{3801:300000,2320:100000,4209:8680,4250:23148,2339:166666,2340:300000}	{}	{}	{}	{}	25	800	1115	1673	[]	[999]
+20103004	210	280	2	0	[(410784,0),(554117,(4,2,107)),(1000000,(4,3,107))]	30	{(4,4,107):1540000,(4,5,107):80000,(4,2,108):100000,(4,3,108):20000,(4,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,5202:420000,2320:100000,4209:8680,4250:23148,2339:166666,2340:300000}	{}	{2:499200}	{}	{2:5}	25	800	1115	1673	[]	[999]
+20103005	210	315	2	0	[(406076,0),(549409,(5,2,107)),(1000000,(5,3,107))]	30	{(5,4,107):1540000,(5,5,107):106667,(5,2,108):100000,(5,3,108):10000,(5,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:31250,5202:440000,2320:100000,4209:15625,4250:41666,2339:166666,2340:300000}	{}	{2:582400}	{}	{2:5}	25	800	1123	1685	[]	[999]
+20103006	210	335	2	0	[(406076,0),(549409,(5,2,107)),(1000000,(5,3,107))]	30	{(5,4,107):1585000,(5,5,107):106667,(5,2,108):100000,(5,3,108):10000,(5,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:31250,5202:460000,2320:100000,4209:15625,4250:41666,2339:166666,2340:300000}	{}	{2:665600}	{}	{2:5}	25	800	1123	1685	[]	[999]
+20103007	210	365	2	0	[(402547,0),(545880,(6,2,107)),(1000000,(6,3,107))]	30	{(6,4,107):1585000,(6,5,107):106667,(6,2,108):100000,(6,3,108):10000,(6,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:41667,9051:4630,5202:480000,2320:100000,4209:10416,4250:27777,260:10416,222:27777,2339:166666,2340:300000}	{}	{2:748800}	{}	{2:5}	25	800	1129	1694	[]	[999]
+20203001	210	355	2	0	[(394309,0),(537642,(6,2,107)),(1000000,(6,3,107))]	30	{(6,4,107):1585000,(6,5,107):106667,(6,2,108):100000,(6,3,108):10000,(6,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:65972,9051:7330,5202:440000,2320:100000,4209:3298,260:3298,4250:16493,222:16493,2339:166666,2340:300000}	{}	{2:800000}	{}	{2:5}	25	800	1123	1685	[]	[999]
+20203002	210	360	2	0	[(394309,0),(537642,(6,2,107)),(1000000,(6,3,107))]	30	{(6,4,107):1585000,(6,5,107):106667,(6,2,108):100000,(6,3,108):10000,(6,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:65972,9051:7330,5202:460000,2320:100000,4209:3298,260:3298,4250:16493,222:16493,2339:166666,2340:300000}	{}	{2:800000}	{}	{2:5}	25	800	1123	1685	[]	[999]
+20203003	210	405	2	0	[(391956,0),(535289,(7,2,107)),(1000000,(7,3,107))]	30	{(7,4,107):1630000,(7,5,107):100000,(7,2,108):100000,(7,3,108):10000,(7,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:72917,3803:8102,9051:8102,5202:480000,2320:100000,4209:3645,260:3645,4250:18229,222:18229,2339:166666,2340:300000}	{}	{2:800000}	{}	{2:5}	25	800	1129	1694	[]	[999]
+20203004	210	410	2	0	[(391956,0),(535289,(7,2,107)),(1000000,(7,3,107))]	30	{(7,4,107):1630000,(7,5,107):100000,(7,2,108):100000,(7,3,108):10000,(7,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:72917,3803:8102,9051:8102,5202:500000,2320:100000,4209:3645,260:3645,4250:18229,222:18229,2339:166666,2340:300000}	{}	{2:800000}	{}	{2:5}	25	800	1129	1694	[]	[999]
+20203005	210	455	2	0	[(388426,0),(531759,(8,2,107)),(1000000,(8,3,107))]	30	{(8,4,107):1675000,(8,5,107):93333,(8,2,108):100000,(8,3,108):10000,(8,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:83333,3803:9259,9051:9259,5202:520000,2320:100000,4209:4166,260:4166,4250:20833,222:20833,2339:166666,2340:300000}	{}	{2:800000}	{}	{2:5}	25	800	1356	1824	[]	[999]
+20203006	210	460	2	0	[(388426,0),(531759,(8,2,107)),(1000000,(8,3,107))]	30	{(8,4,107):1675000,(8,5,107):93333,(8,2,108):100000,(8,3,108):10000,(8,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:83333,3803:9259,9051:9259,5202:540000,2320:100000,4209:4166,260:4166,4250:20833,222:20833,2339:166666,2340:300000}	{}	{2:800000}	{}	{2:5}	25	800	1356	1824	[]	[999]
+20203007	210	505	2	0	[(388426,0),(531759,(8,2,107)),(1000000,(8,3,107))]	30	{(8,4,107):1675000,(8,5,107):93333,(8,2,108):100000,(8,3,108):10000,(8,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:104167,3803:11574,9051:11574,5202:560000,2320:100000,4209:5208,260:5208,4250:26041,222:26041,2339:166666,2340:300000}	{}	{2:800000}	{}	{2:5}	25	800	1588	1962	[]	[999]
+20103001	1000	225	2	0	[(411960,0),(555293,(3,2,107)),(1000000,(3,3,107))]	30	{(3,4,107):1300000,(3,2,108):100000,(3,3,108):20000,(3,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[1,3,4,[(10000,2)],107]	[3,3,4,[(3000,1),(10000,2)],107]	{2320:100000,2339:83333,2340:300000}	{}	{}	{}	{}	25	800	1077	1615	[]	[999]
+20103002	1000	245	2	0	[(411960,0),(555293,(3,2,107)),(1000000,(3,3,107))]	30	{(3,4,107):1300000,(3,2,108):100000,(3,3,108):20000,(3,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[1,3,4,[(10000,2)],107]	[3,3,4,[(3000,1),(10000,2)],107]	{3801:300000,2320:100000,2339:83333,2340:300000}	{}	{}	{}	{}	25	800	1077	1615	[]	[999]
+20103003	1000	260	2	0	[(410784,0),(554117,(4,2,107)),(1000000,(4,3,107))]	30	{(4,4,107):1300000,(4,5,107):80000,(4,2,108):100000,(4,3,108):20000,(4,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[1,4,5,[(10000,2)],107]	[3,4,4,[(3000,1),(10000,2)],107]	{3801:300000,2320:100000,4209:1736,4250:6944,2339:83333,2340:300000}	{}	{}	{}	{}	25	800	1115	1673	[]	[999]
+20103004	1000	280	2	0	[(410784,0),(554117,(4,2,107)),(1000000,(4,3,107))]	30	{(4,4,107):1360000,(4,5,107):80000,(4,2,108):100000,(4,3,108):20000,(4,4,108):10000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,5202:420000,2320:100000,4209:1736,4250:8680,2339:83333,2340:300000}	{}	{2:499200}	{}	{2:5}	25	800	1115	1673	[]	[999]
+20103005	1000	315	2	0	[(406076,0),(549409,(5,2,107)),(1000000,(5,3,107))]	30	{(5,4,107):1360000,(5,5,107):106667,(5,2,108):100000,(5,3,108):10000,(5,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:31250,5202:440000,2320:100000,4209:3125,4250:8680,2339:83333,2340:300000}	{}	{2:582400}	{}	{2:5}	25	800	1123	1685	[]	[999]
+20103006	1000	335	2	0	[(406076,0),(549409,(5,2,107)),(1000000,(5,3,107))]	30	{(5,4,107):1390000,(5,5,107):106667,(5,2,108):100000,(5,3,108):10000,(5,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:300000,3802:31250,5202:460000,2320:100000,4209:3125,4250:15625,2339:83333,2340:300000}	{}	{2:665600}	{}	{2:5}	25	800	1123	1685	[]	[999]
+20103007	1000	365	2	0	[(402547,0),(545880,(6,2,107)),(1000000,(6,3,107))]	30	{(6,4,107):1390000,(6,5,107):106667,(6,2,108):100000,(6,3,108):10000,(6,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:200000,3802:41667,9051:4630,5202:480000,2320:100000,4209:2083,260:2083,4250:10416,222:10416,2339:83333,2340:300000}	{}	{2:748800}	{}	{2:5}	25	800	1129	1694	[]	[999]
+20203001	1000	355	2	0	[(394309,0),(537642,(6,2,107)),(1000000,(6,3,107))]	30	{(6,4,107):1360000,(6,5,107):106667,(6,2,108):100000,(6,3,108):10000,(6,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:200000,3802:65972,9051:7330,5202:440000,2320:100000,4209:3298,260:3298,4250:16493,222:16493,2339:83333,2340:300000}	{}	{2:800000}	{}	{2:5}	25	800	1123	1685	[]	[999]
+20203002	1000	360	2	0	[(394309,0),(537642,(6,2,107)),(1000000,(6,3,107))]	30	{(6,4,107):1390000,(6,5,107):106667,(6,2,108):100000,(6,3,108):10000,(6,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:200000,3802:65972,9051:7330,5202:460000,2320:100000,4209:3298,260:3298,4250:16493,222:16493,2339:83333,2340:300000}	{}	{2:800000}	{}	{2:5}	25	800	1123	1685	[]	[999]
+20203003	1000	405	2	0	[(391956,0),(535289,(7,2,107)),(1000000,(7,3,107))]	30	{(7,4,107):1390000,(7,5,107):100000,(7,2,108):100000,(7,3,108):10000,(7,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:100000,3802:72917,3803:8102,9051:8102,5202:480000,2320:100000,4209:3645,260:3645,4250:18229,222:18229,2339:83333,2340:300000}	{}	{2:800000}	{}	{2:5}	25	800	1129	1694	[]	[999]
+20203004	1000	410	2	0	[(391956,0),(535289,(7,2,107)),(1000000,(7,3,107))]	30	{(7,4,107):1390000,(7,5,107):100000,(7,2,108):100000,(7,3,108):10000,(7,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:100000,3802:72917,3803:8102,9051:8102,5202:500000,2320:100000,4209:3645,260:3645,4250:18229,222:18229,2339:83333,2340:300000}	{}	{2:800000}	{}	{2:5}	25	800	1129	1694	[]	[999]
+20203005	1000	455	2	0	[(388426,0),(531759,(8,2,107)),(1000000,(8,3,107))]	30	{(8,4,107):1390000,(8,5,107):93333,(8,2,108):100000,(8,3,108):10000,(8,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:80000,3802:83333,3803:9259,9051:9259,5202:520000,2320:100000,4209:4166,260:4166,4250:20833,222:20833,2339:83333,2340:300000}	{}	{2:800000}	{}	{2:5}	25	800	1356	1824	[]	[999]
+20203006	1000	460	2	0	[(388426,0),(531759,(8,2,107)),(1000000,(8,3,107))]	30	{(8,4,107):1390000,(8,5,107):93333,(8,2,108):100000,(8,3,108):10000,(8,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:80000,3802:83333,3803:9259,9051:9259,5202:540000,2320:100000,4209:4166,260:4166,4250:20833,222:20833,2339:83333,2340:300000}	{}	{2:800000}	{}	{2:5}	25	800	1356	1824	[]	[999]
+20203007	1000	505	2	0	[(388426,0),(531759,(8,2,107)),(1000000,(8,3,107))]	30	{(8,4,107):1390000,(8,5,107):93333,(8,2,108):100000,(8,3,108):10000,(8,4,108):5000}	1	{4:4,5:2}	{3:[(9600,0),(10000,1)],4:[(7000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:80000,3802:104167,3803:11574,9051:11574,5202:560000,2320:100000,4209:5208,260:5208,4250:26041,222:26041,2339:83333,2340:300000}	{}	{2:800000}	{}	{2:5}	25	800	1588	1962	[]	[999]
 30303001	210	255	0	0	[(628431,0),(728431,(4,2,107)),(998431,(4,3,107)),(999974,(4,2,108)),(1000000,(4,3,108))]	30	{(4,4,107):1596000,(4,5,107):80000}	1	{4:2,5:1}	{3:[(8000,0),(10000,1)],4:[(2000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:200000,2320:100000}	{}	{}	{}	{}	20	800	1123	1685	[]	[1004]
 30303002	210	280	0	0	[(627646,0),(727646,(4,2,107)),(997646,(4,3,107)),(999961,(4,2,108)),(1000000,(4,3,108))]	30	{(4,4,107):1596000,(4,5,107):80000}	1	{4:2,5:1}	{3:[(8000,0),(10000,1)],4:[(2000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:200000,2320:100000}	{}	{}	{}	{}	20	800	1129	1694	[]	[1004]
 30303003	210	310	0	0	[(627646,0),(727646,(5,2,107)),(997646,(5,3,107)),(999961,(5,2,108)),(1000000,(5,3,108))]	30	{(5,4,107):1632000,(5,5,107):146667}	1	{4:2,5:1}	{3:[(8000,0),(10000,1)],4:[(2000,1),(10000,2)],5:[(0,1),(10000,2)]}	[]	[]	{3801:200000,3802:6944,2320:100000}	{}	{}	{}	{}	20	800	1129	1694	[]	[1004]
diff --git a/db/PyMongoDataServer/PySysDB/tagRealm.txt b/db/PyMongoDataServer/PySysDB/tagRealm.txt
index 52ad271..4161939 100644
--- a/db/PyMongoDataServer/PySysDB/tagRealm.txt
+++ b/db/PyMongoDataServer/PySysDB/tagRealm.txt
@@ -1,14 +1,14 @@
 Lv	IsBigRealm	NeedPoint	NeedGood	NeedNum	NeedActiveTreasure	AddAttrType	AddAttrNum	BossID	SitTime	TeamAward
 0	0	450	0	0	0	6|7	0|0	61103000	{"1":0,"2":0,"3":0,"4":0,"5":0}	0
 1	0	650	0	0	0	6|7	4700|230	61103001	{"1":0,"2":0,"3":0,"4":0,"5":0}	0
-2	1	1130	0	0	0	6|7	9900|490	61203001	{"1":0,"2":0,"3":0,"4":0,"5":0}	{0:[(105,1,1),(102,3,1)]}
+2	1	1030	0	0	0	6|7	9900|490	61203001	{"1":0,"2":0,"3":0,"4":0,"5":0}	{0:[(105,1,1),(102,3,1)]}
 3	0	1150	0	0	0	6|7|19	18700|940|1000	61103002	{"1":0,"2":0,"3":0,"4":0,"5":0}	0
 4	1	1410	0	0	0	6|7|19	25100|1260|1000	61203002	{"1":0,"2":0,"3":0,"4":0,"5":0}	{0:[(105,3,1),(103,1,1)]}
 5	0	1160	0	0	0	6|7|19	35900|1800|3000	61103003	{"1":0,"2":0,"3":0,"4":0,"5":0}	0
 6	1	1270	0	0	0	6|7|19	43900|2200|3000	61203003	{"1":0,"2":0,"3":0,"4":0,"5":0}	{0:[(105,3,1),(103,1,1)]}
 7	0	1410	0	0	0	6|7|19|18	57400|2870|3000|2000	61103004	{"1":0,"2":0,"3":0,"4":0,"5":0}	0
 8	1	2250	0	0	0	6|7|19|18	67300|3360|3000|2000	61203004	{"1":0,"2":0,"3":0,"4":0,"5":0}	{0:[(106,1,1),(103,3,1)]}
-9	0	1800	0	0	0	6|7|19|18	83900|4200|3000|5000	61103005	{"1":0,"2":0,"3":0,"4":0,"5":0}	0
+9	0	2340	0	0	0	6|7|19|18	83900|4200|3000|5000	61103005	{"1":0,"2":0,"3":0,"4":0,"5":0}	0
 10	0	2670	0	0	0	6|7|19|18	96100|4810|3000|5000	61103006	{"1":0,"2":0,"3":0,"4":0,"5":0}	0
 11	1	4890	0	0	0	6|7|19|18	109800|5490|3000|5000	61203005	{"1":0,"2":0,"3":0,"4":0,"5":0}	{0:[(106,1,1),(103,3,1)]}
 12	0	3710	0	0	0	6|7|19|18|49	132500|6630|3000|5000|3000	61103007	{"1":0,"2":0,"3":0,"4":0,"5":0}	0
diff --git a/db/PyMongoDataServer/PySysDB/tagStore.txt b/db/PyMongoDataServer/PySysDB/tagStore.txt
index 7d6d2ca..c50dd66 100644
--- a/db/PyMongoDataServer/PySysDB/tagStore.txt
+++ b/db/PyMongoDataServer/PySysDB/tagStore.txt
@@ -24,8 +24,8 @@
 62	2	0	4004	1	0	[]	0		0	0	240	0	1	20	0	0	
 63	2	0	957	1	0	[]	0		0	0	0	0	1	50	0	0	
 64	2	0	2050	1	0	[]	0		0	0	0	0	1	50	0	0	
-65	2	0	982	1	0	[]	0		0	0	500	0	1	248	0	0	
-66	2	0	983	1	0	[]	0		0	0	500	0	1	98	0	0	
+65	2	0	982	1	0	[]	0		0	0	150	0	1	248	0	0	
+66	2	0	983	1	0	[]	0		0	0	150	0	1	98	0	0	
 101	3	0	181	1	0	[]	0		0	0	0	0	1	10	0	0	
 103	3	0	3501	1	0	[]	0		0	0	0	0	1	10	0	0	
 104	3	0	3511	1	0	[]	0		0	0	0	0	1	10	0	0	
diff --git a/db/PyMongoDataServer/PySysDB/tagSuccess.txt b/db/PyMongoDataServer/PySysDB/tagSuccess.txt
index 3d95531..575940c 100644
--- a/db/PyMongoDataServer/PySysDB/tagSuccess.txt
+++ b/db/PyMongoDataServer/PySysDB/tagSuccess.txt
@@ -25,7 +25,7 @@
 108	49	1	2	0		2_10	0		0	105	10
 201	1	70	0	0		2_10	0		0	106	10
 202	36	1	60203003	0		2_10	0		0	106	10
-203	3	1	4000	0		2_10	0		0	106	10
+203	33	1	201|0	0		2_10	0		0	106	10
 221	114	450	0	0		2_10	0		0	106	10
 222	50	1	0	0		2_10	0		0	106	10
 223	46	1	0	0		2_10	0		0	106	10
@@ -238,11 +238,11 @@
 713	1	340	0	0	0	0	0		0		
 714	1	360	0	0	0	0	0		0		
 715	1	380	0	0	0	0	0		0		
-752	3	1	20511	0	0	0	1		0		
-753	3	1	20512	0	0	0	1		0		
-754	3	1	20513	0	0	0	1		0		
-755	3	1	20514	0	0	0	1		0		
-756	3	1	20515	0	0	0	1		0		
+752	3	1	20511	0	0	0	0		0	301	1
+753	3	1	20512	0	0	0	0		0	301	1
+754	3	1	20513	0	0	0	0		0	301	1
+755	3	1	20514	0	0	0	0		0	301	1
+756	3	1	20515	0	0	0	0		0	301	1
 761	112	1	2122	0	0	0	0		0		
 762	112	1	2123	0	0	0	0		0		
 763	112	1	2124	0	0	0	0		0		
diff --git a/db/PyMongoDataServer/PySysDB/tagTreasure.txt b/db/PyMongoDataServer/PySysDB/tagTreasure.txt
index b7d6817..f187aaa 100644
--- a/db/PyMongoDataServer/PySysDB/tagTreasure.txt
+++ b/db/PyMongoDataServer/PySysDB/tagTreasure.txt
@@ -23,7 +23,7 @@
 212	2	211	712|842		
 213	2	212	713|843		
 214	2	213	714|844		
-301	3	0	752|753|754|755|756		
+301	3	0			
 302	3	0	761		
 303	3	0	762		
 304	3	0	763		
diff --git a/db/PyMongoDataServer/SysDB/tagChinItem.txt b/db/PyMongoDataServer/SysDB/tagChinItem.txt
index 31458c1..f92bffb 100644
--- a/db/PyMongoDataServer/SysDB/tagChinItem.txt
+++ b/db/PyMongoDataServer/SysDB/tagChinItem.txt
@@ -190,8 +190,8 @@
 979	1	0	钻石充值卡	80	0	0	0	0	999	1	0	1	0	1	0	0	0	0	0	1	3000	0	50	0	1	0	0	228	300	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
 980	1	0	白金充值卡	80	0	0	0	0	999	1	0	1	0	1	0	0	0	0	0	1	1000	0	50	0	1	0	0	228	100	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
 981	1	0	黄金充值卡	80	0	0	0	0	999	1	0	1	0	1	0	0	0	0	0	1	500	0	50	0	1	0	0	228	50	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	3	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
-982	1	0	极品寻宝令	15	0	0	0	0	999	1	1	1	0	1	0	0	0	0	0	1	248	0	50	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
-983	1	0	符印寻宝令	15	0	0	0	0	999	1	1	1	0	1	0	0	0	0	0	1	98	0	50	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
+982	1	0	极品寻宝令	15	0	0	0	0	999	1	0	1	0	1	0	0	0	0	0	1	248	0	50	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
+983	1	0	符印寻宝令	15	0	0	0	0	999	1	0	1	0	1	0	0	0	0	0	1	98	0	50	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
 984	1	0	中型等级经验丹	13	0	0	0	0	999	1	1	1	0	1	0	0	0	0	0	1	3	0	50	0	1	0	0	215	1000	400	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
 985	1	0	VIP体验卡	80	0	0	0	0	999	1	1	1	0	1	0	0	0	0	0	1	0	0	50	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	2	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 986	1	0	经验祈愿符	15	0	0	0	0	999	1	1	1	0	1	0	0	0	0	0	1	0	0	50	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	3	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0
diff --git a/db/PyMongoDataServer/SysDB/tagChinNPC.txt b/db/PyMongoDataServer/SysDB/tagChinNPC.txt
index c17104a..e20ace3 100644
--- a/db/PyMongoDataServer/SysDB/tagChinNPC.txt
+++ b/db/PyMongoDataServer/SysDB/tagChinNPC.txt
@@ -611,19 +611,19 @@
 31803003	2	0	玄界独角狮	360	0	16342	16342	12316	0	0	0	10000	4800	0	1	0	0	0	0	0	0	2000	512460	46	0	300	2	6	23010	20001	20002	0	0	0	0	0	0	20	2	95469773	3	0	0	0	5	0	0	186	1	1
 31803004	2	0	死亡之灵	380	0	20081	20081	15380	0	0	0	10000	5281	0	1	0	0	0	0	0	0	2000	540930	48	0	300	2	6	23010	20003	20004	0	0	0	0	0	0	20	2	36697361	5	0	0	0	5	0	0	186	1	1
 31803005	2	0	玄界古妖	400	0	24917	24917	17900	0	0	0	10000	5634	0	1	0	0	0	0	0	0	2000	569400	50	0	300	2	6	23010	20001	20002	0	0	0	0	0	0	20	2	48355262	7	0	0	0	5	0	0	186	1	1
-31903001	2	0	逍遥城主	150	0	1273	1273	734	1	0	0	10000	499	0	0	0	0	0	0	0	0	3000	582685	21	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	1097139	0	0	0	0	3	0	0	1	1	1
-31903002	2	0	极寒之心	200	0	2459	2459	1655	2	0	0	10000	989	0	0	0	0	0	0	0	0	3000	880671	27	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	2962807	0	0	0	0	3	0	0	1	1	1
-31903003	2	0	潮汐巨兽	250	0	4093	4093	2853	3	0	0	10000	1709	0	0	0	0	0	0	0	0	3000	1270711	33	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	8495308	0	0	0	0	3	0	0	1	1	1
-31903004	2	0	极炎巨兽	300	0	9193	9193	6491	5	0	0	10000	3466	0	0	0	0	0	0	0	0	3000	1683526	39	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	26472904	0	0	0	0	3	0	0	1	1	1
-31903005	2	0	白泽	350	0	15989	15989	12066	8	0	0	10000	5611	0	0	0	0	0	0	0	0	3000	2096341	45	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	64642293	0	0	0	0	3	0	0	1	1	1
-31903006	2	0	山寨天枢	400	0	29038	29038	19125	12	0	0	10000	8805	0	0	0	0	0	0	0	0	3000	2167516	50	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	42294584	1	0	0	0	3	0	0	1	1	1
-31903007	2	0	山寨天枢	450	0	48065	48065	27488	17	0	0	10000	12585	0	0	0	0	0	0	0	0	3000	2238691	55	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	78921359	2	0	0	0	3	0	0	1	1	1
+31903001	2	0	逍遥城主	150	0	1273	1273	734	2	0	0	10000	499	0	0	0	0	0	0	0	0	3000	582685	21	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	1097139	0	0	0	0	3	0	0	1	1	1
+31903002	2	0	极寒之心	200	0	2459	2459	1655	3	0	0	10000	989	0	0	0	0	0	0	0	0	3000	880671	27	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	2962807	0	0	0	0	3	0	0	1	1	1
+31903003	2	0	潮汐巨兽	250	0	4093	4093	2853	6	0	0	10000	1709	0	0	0	0	0	0	0	0	3000	1270711	33	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	8495308	0	0	0	0	3	0	0	1	1	1
+31903004	2	0	极炎巨兽	300	0	9193	9193	6491	10	0	0	10000	3466	0	0	0	0	0	0	0	0	3000	1683526	39	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	26472904	0	0	0	0	3	0	0	1	1	1
+31903005	2	0	白泽	350	0	15989	15989	12066	14	0	0	10000	5611	0	0	0	0	0	0	0	0	3000	2096341	45	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	64642293	0	0	0	0	3	0	0	1	1	1
+31903006	2	0	山寨天枢	400	0	29038	29038	19125	19	0	0	10000	8805	0	0	0	0	0	0	0	0	3000	2167516	50	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	42294584	1	0	0	0	3	0	0	1	1	1
+31903007	2	0	山寨天枢	450	0	48065	48065	27488	21	0	0	10000	12585	0	0	0	0	0	0	0	0	3000	2238691	55	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	78921359	2	0	0	0	3	0	0	1	1	1
 31903008	2	0	山寨天枢	500	0	59982	59982	35414	21	0	0	10000	15901	0	0	0	0	0	0	0	0	3000	2309866	60	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	28427855	4	0	0	0	3	0	0	1	1	1
-31903009	2	0	山寨天枢	550	0	66712	66712	38423	0	0	0	10000	18295	0	0	0	0	0	0	0	0	3000	2381041	65	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	19494464	5	0	0	0	3	0	0	1	1	1
-31903010	2	0	山寨天枢	600	0	59896	59896	36123	0	0	0	10000	20930	0	0	0	0	0	0	0	0	3000	2452216	70	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	58180902	5	0	0	0	3	0	0	1	1	1
-31903011	2	0	山寨天枢	650	0	9000	9000	0	0	0	0	10000	9000	0	0	0	0	0	0	0	0	3000	0	0	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	0	0	0	0	0	3	0	0	1	1	1
-31903012	2	0	山寨天枢	700	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	0	0	0	0	0	3	0	0	1	1	1
-31903013	2	0	山寨天枢	780	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	0	0	0	0	0	3	0	0	1	1	1
+31903009	2	0	山寨天枢	550	0	66712	66712	38423	21	0	0	10000	18295	0	0	0	0	0	0	0	0	3000	2381041	65	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	19494464	5	0	0	0	3	0	0	1	1	1
+31903010	2	0	山寨天枢	600	0	59896	59896	36123	21	0	0	10000	20930	0	0	0	0	0	0	0	0	3000	2452216	70	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	58180902	5	0	0	0	3	0	0	1	1	1
+31903011	2	0	山寨天枢	650	0	9000	9000	0	21	0	0	10000	9000	0	0	0	0	0	0	0	0	3000	0	0	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	0	0	0	0	0	3	0	0	1	1	1
+31903012	2	0	山寨天枢	700	0	0	0	0	21	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	0	0	0	0	0	3	0	0	1	1	1
+31903013	2	0	山寨天枢	780	0	0	0	0	21	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	0	0	0	0	0	3	0	0	1	1	1
 32501001	2	0	强盗	32	0	62	66	0	0	0	0	10000	0	0	0	0	0	0	0	0	0	3000	854099	0	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	2115	0	0	0	0	0	0	0	1	1	1
 32502001	2	0	笼子	100	0	1	1	0	0	0	0	10000	0	0	0	0	0	0	0	0	0	2000	939508	0	0	300	2	6	0	0	0	0	0	0	0	0	1	10	2	3000	0	0	0	0	1	0	0	201	1	1
 32503001	2	0	强盗首领	32	0	131	131	0	0	0	0	10000	55	0	0	0	0	0	0	0	0	2000	1033458	0	0	300	2	6	0	0	0	0	0	0	0	0	0	10	2	9517	0	0	0	0	3	0	0	1	1	1
@@ -736,39 +736,39 @@
 60204010	8	0	我是渣渣辉	25	1	905	922	0	0	0	0	7500	57	0	0	0	0	0	0	0	0	1200	63582	7	0	300	0	6	0	0	0	0	0	0	0	0	0	10	2	100000	100	0	0	0	0	0	0	186	1	1
 60204011	8	0	电动小马达	25	1	964	972	0	0	0	0	7500	59	0	0	0	0	0	0	0	0	1200	63582	7	0	300	0	6	0	0	0	0	0	0	0	0	0	10	2	100000	100	0	0	0	0	0	0	186	1	1
 60204012	8	0	战神浅夏	25	1	877	888	0	0	0	0	7500	51	0	0	0	0	0	0	0	0	1200	63582	7	0	300	0	6	0	0	0	0	0	0	0	0	0	10	2	100000	100	0	0	0	0	0	0	186	1	1
-60203001	18	0	魔坛巨熊	20	2	54	54	0	0	0	0	10000	63	0	0	0	0	0	0	0	0	2500	87307	3	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	31000000	41	0	0	0	5	0	0	186	1	1
-60203002	18	0	魔坛巨猿	40	2	200	200	0	0	0	0	10000	67	0	0	0	0	0	0	0	0	2500	147095	6	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	68850000	82	0	0	0	5	0	0	186	1	1
-60203003	18	0	魔坛牙刃	70	2	330	330	0	0	0	0	10000	130	0	0	0	0	0	0	0	0	2500	209729	9	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	7892980	234	0	0	0	5	0	0	186	1	1
-60203004	18	0	魔坛左翼	85	2	489	489	0	1	0	0	10000	143	0	0	0	0	0	0	0	0	2500	279006	12	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	47626349	517	0	0	0	5	0	0	186	1	1
-60203005	18	0	魔坛右翼	85	2	565	565	0	1	0	0	10000	208	0	0	0	0	0	0	0	0	2500	353028	14	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	21584929	672	0	0	0	5	0	0	186	1	1
-60203006	18	0	魔坛龙王	110	2	1400	1400	0	1	0	0	10000	242	0	0	0	0	0	0	0	0	2500	453622	18	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	63565856	1025	0	0	0	5	0	0	186	1	1
-60203007	18	0	魔坛秘影	130	2	1687	1687	0	2	0	0	10000	363	0	0	0	0	0	0	0	0	2500	582685	21	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	78291474	1465	0	0	0	5	0	0	186	1	1
-60203008	18	0	魔坛帝皇	155	2	4014	4014	0	3	0	0	10000	572	0	0	0	0	0	0	0	0	2500	710800	24	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	76601484	2454	0	0	0	5	0	0	186	1	1
-60203009	18	0	魔坛暗影	180	2	4745	4745	0	4	0	0	10000	845	0	0	0	0	0	0	0	0	2500	880671	27	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	90904815	4141	0	0	0	5	0	0	186	1	1
-60203010	18	0	魔坛麒麟	205	2	9209	9209	0	5	0	0	10000	1077	0	0	0	0	0	0	0	0	2500	1064778	30	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	44215040	7261	0	0	0	5	0	0	186	1	1
-60203011	18	0	魔坛石人	230	2	11979	11979	0	6	0	0	10000	1686	0	0	0	0	0	0	0	0	2500	1270711	33	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	73316764	12131	0	0	0	5	0	0	186	1	1
-60203012	18	0	魔坛水怪	255	2	17680	17680	0	8	0	0	10000	2252	0	0	0	0	0	0	0	0	2500	1477593	36	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	290790	20397	0	0	0	5	0	0	186	1	1
-60203013	18	0	魔坛古妖	280	2	26816	26816	0	10	0	0	10000	3050	0	0	0	0	0	0	0	0	2500	1683526	39	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	96875345	37649	0	0	0	5	0	0	186	1	1
-60203014	18	0	魔坛妖龙	305	2	36495	36495	0	12	0	0	10000	3666	0	0	0	0	0	0	0	0	2500	1890408	42	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	28743399	57573	0	0	0	5	0	0	186	1	1
-60203015	18	0	魔坛海王	330	2	44892	44892	0	14	0	0	10000	5094	0	0	0	0	0	0	0	0	2500	2096341	45	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	71444839	91876	0	0	0	5	0	0	186	1	1
-60203016	18	0	魔坛冰魔	355	2	55895	55895	0	17	0	0	10000	5773	0	0	0	0	0	0	0	0	2500	2132403	47	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	62544180	142746	0	0	0	5	0	0	186	1	1
-60203017	18	0	魔坛白泽	380	2	84671	84671	0	19	0	0	10000	7264	0	0	0	0	0	0	0	0	2500	2167516	50	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	42699321	202646	0	0	0	5	0	0	186	1	1
+60203001	18	0	魔坛巨熊	20	2	54	54	0	1	0	0	10000	63	0	0	0	0	0	0	0	0	2500	87307	3	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	31000000	41	0	0	0	5	0	0	186	1	1
+60203002	18	0	魔坛巨猿	40	2	200	200	0	1	0	0	10000	67	0	0	0	0	0	0	0	0	2500	147095	6	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	68850000	82	0	0	0	5	0	0	186	1	1
+60203003	18	0	魔坛牙刃	70	2	330	330	0	1	0	0	10000	130	0	0	0	0	0	0	0	0	2500	209729	9	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	7892980	234	0	0	0	5	0	0	186	1	1
+60203004	18	0	魔坛左翼	85	2	489	489	0	2	0	0	10000	143	0	0	0	0	0	0	0	0	2500	279006	12	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	47626349	517	0	0	0	5	0	0	186	1	1
+60203005	18	0	魔坛右翼	85	2	565	565	0	4	0	0	10000	208	0	0	0	0	0	0	0	0	2500	353028	14	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	21584929	672	0	0	0	5	0	0	186	1	1
+60203006	18	0	魔坛龙王	110	2	1400	1400	0	5	0	0	10000	242	0	0	0	0	0	0	0	0	2500	453622	18	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	63565856	1025	0	0	0	5	0	0	186	1	1
+60203007	18	0	魔坛秘影	130	2	1687	1687	0	6	0	0	10000	363	0	0	0	0	0	0	0	0	2500	582685	21	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	78291474	1465	0	0	0	5	0	0	186	1	1
+60203008	18	0	魔坛帝皇	155	2	4014	4014	0	8	0	0	10000	572	0	0	0	0	0	0	0	0	2500	710800	24	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	76601484	2454	0	0	0	5	0	0	186	1	1
+60203009	18	0	魔坛暗影	180	2	4745	4745	0	10	0	0	10000	845	0	0	0	0	0	0	0	0	2500	880671	27	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	90904815	4141	0	0	0	5	0	0	186	1	1
+60203010	18	0	魔坛麒麟	205	2	9209	9209	0	12	0	0	10000	1077	0	0	0	0	0	0	0	0	2500	1064778	30	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	44215040	7261	0	0	0	5	0	0	186	1	1
+60203011	18	0	魔坛石人	230	2	11979	11979	0	14	0	0	10000	1686	0	0	0	0	0	0	0	0	2500	1270711	33	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	73316764	12131	0	0	0	5	0	0	186	1	1
+60203012	18	0	魔坛水怪	255	2	17680	17680	0	16	0	0	10000	2252	0	0	0	0	0	0	0	0	2500	1477593	36	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	290790	20397	0	0	0	5	0	0	186	1	1
+60203013	18	0	魔坛古妖	280	2	26816	26816	0	19	0	0	10000	3050	0	0	0	0	0	0	0	0	2500	1683526	39	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	96875345	37649	0	0	0	5	0	0	186	1	1
+60203014	18	0	魔坛妖龙	305	2	36495	36495	0	21	0	0	10000	3666	0	0	0	0	0	0	0	0	2500	1890408	42	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	28743399	57573	0	0	0	5	0	0	186	1	1
+60203015	18	0	魔坛海王	330	2	44892	44892	0	21	0	0	10000	5094	0	0	0	0	0	0	0	0	2500	2096341	45	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	71444839	91876	0	0	0	5	0	0	186	1	1
+60203016	18	0	魔坛冰魔	355	2	55895	55895	0	21	0	0	10000	5773	0	0	0	0	0	0	0	0	2500	2132403	47	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	62544180	142746	0	0	0	5	0	0	186	1	1
+60203017	18	0	魔坛白泽	380	2	84671	84671	0	21	0	0	10000	7264	0	0	0	0	0	0	0	0	2500	2167516	50	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	42699321	202646	0	0	0	5	0	0	186	1	1
 60203018	18	0	魔坛巨兽	405	2	111128	111128	0	21	0	0	10000	8142	0	0	0	0	0	0	0	0	2500	2203578	52	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	53075605	280626	0	0	0	5	0	0	186	1	1
 60203019	18	0	魔坛炎兽	430	2	168371	168371	0	21	0	0	10000	9455	0	0	0	0	0	0	0	0	2500	2238691	55	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	80306981	391553	0	0	0	5	0	0	186	1	1
 60203020	18	0	刑天之主	455	2	303827	303827	0	21	0	0	10000	10546	0	0	0	0	0	0	0	0	2500	2274753	57	0	300	0	6	23010	0	0	0	0	0	0	0	1	10	2	72283925	477365	0	0	0	5	0	0	186	1	1
 61103000	2	0	境界·个人	80	2	970	970	210	1	0	0	10000	357	0	0	0	0	0	0	32406	0	2500	279006	12	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	75546	0	0	0	0	3	0	7	186	1	1
 61103001	2	0	境界·个人	100	2	1509	1509	447	2	0	0	10000	578	0	0	0	0	0	0	67294	0	2500	355875	15	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	160819	0	0	0	0	3	0	8	186	1	1
-61103002	2	0	境界·个人	175	2	4047	4047	1888	3	0	0	10000	1550	0	0	0	0	0	0	319964	0	2500	582685	21	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	1251688	0	0	0	0	3	0	9	186	1	1
-61103003	2	0	境界·个人	220	2	8322	8322	3363	5	0	0	10000	2971	0	0	0	0	0	0	851127	0	2500	845558	27	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	3565386	0	0	0	0	3	0	10	186	1	1
-61103004	2	0	境界·个人	250	2	11832	11832	1631	6	0	0	10000	4015	0	0	0	0	0	0	1336445	0	2500	1023022	29	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	12395118	0	0	0	0	3	0	11	186	1	1
-61103005	2	0	境界·个人	270	2	17182	17182	2351	7	0	0	10000	5474	0	0	0	0	0	0	2179851	0	2500	1270711	33	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	26590847	0	0	0	0	3	0	12	186	1	1
-61103006	2	0	境界·个人	280	2	24475	24475	3309	9	0	0	10000	7686	0	0	0	0	0	0	3421372	0	2500	1395030	35	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	53204079	0	0	0	0	3	0	13	186	1	1
-61103007	2	0	境界·个人	310	2	33909	33909	4584	10	0	0	10000	10021	0	0	0	0	0	0	5512052	0	2500	1642719	38	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	1986288	0	0	0	0	3	0	14	186	1	1
-61103008	2	0	境界·个人	320	2	38642	38642	5132	11	0	0	10000	11025	0	0	0	0	0	0	6325527	0	2500	1725282	39	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	26923343	0	0	0	0	3	0	15	186	1	1
-61103009	2	0	境界·个人	340	2	45829	45829	6213	13	0	0	10000	15161	0	0	0	0	0	0	8368191	0	2500	1890408	42	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	96578437	1	0	0	0	3	0	16	186	1	1
-61103010	2	0	境界·个人	350	2	50049	50049	6806	14	0	0	10000	17726	0	0	0	0	0	0	9370147	0	2500	1972971	43	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	31342624	1	0	0	0	3	0	17	186	1	1
-61103011	2	0	境界·个人	370	2	65451	65451	8645	15	0	0	10000	31020	0	0	0	0	0	0	12521420	0	2500	2103933	45	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	65077135	2	0	0	0	3	0	18	186	1	1
-61103012	2	0	境界·个人	380	2	73726	73726	9617	17	0	0	10000	31910	0	0	0	0	0	0	13987212	0	2500	2118168	46	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	13937338	4	0	0	0	3	0	19	186	1	1
+61103002	2	0	境界·个人	175	2	4047	4047	1888	4	0	0	10000	1550	0	0	0	0	0	0	319964	0	2500	582685	21	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	1251688	0	0	0	0	3	0	9	186	1	1
+61103003	2	0	境界·个人	220	2	8322	8322	3363	6	0	0	10000	2971	0	0	0	0	0	0	851127	0	2500	845558	27	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	3565386	0	0	0	0	3	0	10	186	1	1
+61103004	2	0	境界·个人	250	2	11832	11832	1631	8	0	0	10000	4015	0	0	0	0	0	0	1336445	0	2500	1023022	29	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	12395118	0	0	0	0	3	0	11	186	1	1
+61103005	2	0	境界·个人	270	2	17182	17182	2351	10	0	0	10000	5474	0	0	0	0	0	0	2179851	0	2500	1270711	33	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	26590847	0	0	0	0	3	0	12	186	1	1
+61103006	2	0	境界·个人	280	2	24475	24475	3309	11	0	0	10000	7686	0	0	0	0	0	0	3421372	0	2500	1395030	35	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	53204079	0	0	0	0	3	0	13	186	1	1
+61103007	2	0	境界·个人	310	2	33909	33909	4584	13	0	0	10000	10021	0	0	0	0	0	0	5512052	0	2500	1642719	38	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	1986288	0	0	0	0	3	0	14	186	1	1
+61103008	2	0	境界·个人	320	2	38642	38642	5132	14	0	0	10000	11025	0	0	0	0	0	0	6325527	0	2500	1725282	39	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	26923343	0	0	0	0	3	0	15	186	1	1
+61103009	2	0	境界·个人	340	2	45829	45829	6213	16	0	0	10000	15161	0	0	0	0	0	0	8368191	0	2500	1890408	42	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	96578437	1	0	0	0	3	0	16	186	1	1
+61103010	2	0	境界·个人	350	2	50049	50049	6806	17	0	0	10000	17726	0	0	0	0	0	0	9370147	0	2500	1972971	43	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	31342624	1	0	0	0	3	0	17	186	1	1
+61103011	2	0	境界·个人	370	2	65451	65451	8645	19	0	0	10000	31020	0	0	0	0	0	0	12521420	0	2500	2103933	45	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	65077135	2	0	0	0	3	0	18	186	1	1
+61103012	2	0	境界·个人	380	2	73726	73726	9617	20	0	0	10000	31910	0	0	0	0	0	0	13987212	0	2500	2118168	46	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	13937338	4	0	0	0	3	0	19	186	1	1
 61103013	2	0	境界·个人	360	2	123330	123330	13150	18	0	0	10000	46971	0	0	0	0	0	0	22509995	0	2500	2189343	51	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	72459983	5	0	0	0	3	0	20	186	1	1
 61103014	2	0	境界·个人	380	2	128984	128984	13655	20	0	0	10000	47778	0	0	0	0	0	0	24495215	0	2500	2203578	52	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	13502352	6	0	0	0	3	0	21	186	1	1
 61103015	2	0	境界·个人	400	2	134342	134342	14276	21	0	0	10000	48542	0	0	0	0	0	0	26577560	0	2500	2217813	53	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	64594118	8	0	0	0	3	0	22	186	1	1
@@ -777,11 +777,11 @@
 61103018	2	0	境界·个人	430	2	153755	153755	16275	25	0	0	10000	51257	0	0	0	0	0	0	33486803	0	2500	2260518	56	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	43437054	10	0	0	0	3	0	25	186	1	1
 61103019	2	0	境界·个人	440	2	158765	158765	16889	27	0	0	10000	51986	0	0	0	0	0	0	35665846	0	2500	2274753	57	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	88718048	10	0	0	0	3	0	26	186	1	1
 61103020	2	0	境界·个人	450	2	164071	164071	17597	28	0	0	10000	52724	0	0	0	0	0	0	37828455	0	2500	2288988	58	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	38320562	7	0	0	0	3	0	27	186	1	1
-61203001	2	0	境界·组队	140	2	3472	3472	400	4	0	0	10000	1372	0	0	0	0	0	0	202286	0	2500	480194	19	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	1009577	0	0	0	0	3	0	28	186	1	1
-61203002	2	0	境界·组队	200	2	5586	5586	872	8	0	0	10000	2092	0	0	0	0	0	0	478985	0	2500	710800	24	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	3188114	0	0	0	0	3	0	29	186	1	1
-61203003	2	0	境界·组队	235	2	10150	10150	1408	12	0	0	10000	3528	0	0	0	0	0	0	1132621	0	2500	951846	28	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	9899933	0	0	0	0	3	0	30	186	1	1
-61203004	2	0	境界·组队	260	2	13650	13650	2128	16	0	0	10000	4507	0	0	0	0	0	0	1825117	0	2500	1188148	32	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	23279867	3	0	0	0	3	0	31	186	1	1
-61203005	2	0	境界·组队	300	2	32937	32937	4163	19	0	0	10000	9952	0	0	0	0	0	0	4961645	0	2500	1560156	37	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	94811187	6	0	0	0	3	0	32	186	1	1
+61203001	2	0	境界·组队	140	2	3472	3472	400	3	0	0	10000	1372	0	0	0	0	0	0	202286	0	2500	480194	19	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	1009577	0	0	0	0	3	0	28	186	1	1
+61203002	2	0	境界·组队	200	2	5586	5586	872	5	0	0	10000	2092	0	0	0	0	0	0	478985	0	2500	710800	24	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	3188114	0	0	0	0	3	0	29	186	1	1
+61203003	2	0	境界·组队	235	2	10150	10150	1408	7	0	0	10000	3528	0	0	0	0	0	0	1132621	0	2500	951846	28	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	9899933	0	0	0	0	3	0	30	186	1	1
+61203004	2	0	境界·组队	260	2	13650	13650	2128	9	0	0	10000	4507	0	0	0	0	0	0	1825117	0	2500	1188148	32	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	23279867	3	0	0	0	3	0	31	186	1	1
+61203005	2	0	境界·组队	300	2	32937	32937	4163	12	0	0	10000	9952	0	0	0	0	0	0	4961645	0	2500	1560156	37	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	94811187	6	0	0	0	3	0	32	186	1	1
 61203006	2	0	境界·组队	330	2	45232	45232	5704	22	0	0	10000	13863	0	0	0	0	0	0	7353082	0	2500	1807845	40	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	71693508	8	0	0	0	3	0	33	186	1	1
 61203007	2	0	境界·组队	360	2	60986	60986	7591	26	0	0	10000	26137	0	0	0	0	0	0	10734421	0	2500	2055534	44	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	99714635	10	0	0	0	3	0	34	186	1	1
 61203008	2	0	境界·组队	400	2	89381	89381	10458	29	0	0	10000	38528	0	0	0	0	0	0	15423908	0	2500	2132403	47	0	300	0	6	23010	0	0	0	0	0	0	0	1	20	2	85368194	40	0	0	0	3	0	35	186	1	1
diff --git a/db/PyMongoDataServer/SysDB/tagChinSkill.txt b/db/PyMongoDataServer/SysDB/tagChinSkill.txt
index 0eb96e9..d992603 100644
--- a/db/PyMongoDataServer/SysDB/tagChinSkill.txt
+++ b/db/PyMongoDataServer/SysDB/tagChinSkill.txt
@@ -1422,7 +1422,7 @@
 50905	幽冥附体	50905	1	1	2	2	0	7	0	0	0	0	0	0	0	10000	0	0	0	0	0	4023	10000	0	0	4046	1000	5000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	0	0	0	0	0	0	0	0	0	0	0	0	0	2	19030	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 50906	天玄秘法	50906	1	1	2	2	0	7	0	0	0	0	0	0	0	0	0	0	0	0	0	4049	3000	2000	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	0	0	0	0	0	0	0	0	0	0	0	0	0	2	23681	0	0	0	0	0	0	0	4	0	0	0	0	0	0
 50907	混元决	50907	1	1	2	2	0	7	0	0	0	0	0	0	0	15000	0	0	0	0	0	4026	5000	0	14	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	0	0	0	0	0	0	0	0	0	0	0	0	0	2	27230	0	0	0	0	0	0	0	4	0	0	0	0	0	0
-50908	千幻冥炎	50908	1	1	2	2	0	16	0	0	0	0	10	0	0	20000	0	0	0	0	0	4023	10000	0	0	4024	10000	2500	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	10000	0	0	0	0	0	0	0	0	0	0	0	0	2	30979	0	0	0	0	0	0	0	4	0	0	0	0	0	0
+50908	千幻冥炎	50908	1	1	2	2	0	16	0	0	0	0	10	0	0	20000	0	0	0	0	0	4023	10000	0	0	4515	10000	2500	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	10000	0	0	0	0	0	0	0	0	0	0	0	0	2	30979	0	0	0	0	0	0	0	4	0	0	0	0	0	0
 50909	神火护身	50909	1	1	2	2	0	16	0	0	0	0	10	0	0	20000	0	0	0	0	0	808	1000	20000	50939	4023	10000	5000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	5000	0	0	0	0	0	0	0	0	0	0	0	0	2	35041	0	0	0	0	0	0	0	4	0	0	0	0	0	0
 50910	元素召唤	50910	1	1	2	2	0	7	0	0	16	6	10	6	0	60000	0	0	0	0	0	1060	50105002	0	0	1013	10000	0	0	4004	10000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	5000	0	0	0	0	0	0	0	0	0	0	0	0	2	40174	0	0	0	0	0	0	0	4	0	0	0	0	0	0
 50911	森罗万象 	50911	1	1	2	2	0	16	0	0	0	0	10	0	0	20000	0	0	0	0	0	4004	2000	0	0	4513	500	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	5000	0	0	0	0	0	0	0	0	0	0	0	0	2	48037	0	0	0	0	0	0	0	4	0	0	0	0	0	0
@@ -2194,7 +2194,7 @@
 55905	幽冥附体	55905	1	1	4	2	0	7	0	0	0	0	0	0	0	10000	0	0	0	0	0	4023	10000	0	0	4046	1000	5000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	0	0	0	0	0	0	0	0	0	0	0	0	0	2	19030	0	0	0	0	0	0	0	0	0	0	0	0	0	0
 55906	天玄秘法	55906	1	1	4	2	0	7	0	0	0	0	0	0	0	0	0	0	0	0	0	4049	3000	2000	0	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	0	0	0	0	0	0	0	0	0	0	0	0	0	2	23681	0	0	0	0	0	0	0	4	0	0	0	0	0	0
 55907	混元决	55907	1	1	4	2	0	7	0	0	0	0	0	0	0	15000	0	0	0	0	0	4026	5000	0	14	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	0	0	0	0	0	0	0	0	0	0	0	0	0	2	27230	0	0	0	0	0	0	0	4	0	0	0	0	0	0
-55908	千幻冥炎	55908	1	1	4	2	0	16	0	0	0	0	10	0	0	20000	0	0	0	0	0	4023	10000	0	0	4024	10000	2500	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	10000	0	0	0	0	0	0	0	0	0	0	0	0	2	30979	0	0	0	0	0	0	0	4	0	0	0	0	0	0
+55908	千幻冥炎	55908	1	1	4	2	0	16	0	0	0	0	10	0	0	20000	0	0	0	0	0	4023	10000	0	0	4515	10000	2500	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	10000	0	0	0	0	0	0	0	0	0	0	0	0	2	30979	0	0	0	0	0	0	0	4	0	0	0	0	0	0
 55909	神火护身	55909	1	1	4	2	0	16	0	0	0	0	10	0	0	20000	0	0	0	0	0	808	1000	20000	50939	4023	10000	5000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	5000	0	0	0	0	0	0	0	0	0	0	0	0	2	35041	0	0	0	0	0	0	0	4	0	0	0	0	0	0
 55910	元素召唤	55910	1	1	4	2	0	7	0	0	16	6	10	6	0	60000	0	0	0	0	0	1060	50105003	0	0	4004	10000	0	0	1013	10000	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	5000	0	0	0	0	0	0	0	0	0	0	0	0	2	40174	0	0	0	0	0	0	0	4	0	0	0	0	0	0
 55911	森罗万象 	55911	1	1	4	2	0	16	0	0	0	0	10	0	0	20000	0	0	0	0	0	4004	2000	0	0	4513	500	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	10000	5000	0	0	0	0	0	0	0	0	0	0	0	0	2	48037	0	0	0	0	0	0	0	4	0	0	0	0	0	0

--
Gitblit v1.8.0