From d2b70af9f597e35c8a63076e7c3312134c3c04ba Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 15 五月 2019 11:22:01 +0800
Subject: [PATCH] 860312  推荐挂机修改,原按地图ID大小比较改为按顺序

---
 Tool/RobotTest/AI/AIFile/AILoginout.py                                                  |    7 
 Tool/RobotTest/Data/MapEventPoint.txt                                                   |  294 +++++++++++++++-----
 Tool/RobotTest/Data/gettable.bat                                                        |    3 
 Tool/RobotTest/Data/MonsterRefreshPoint.txt                                             |  352 +++++++++++++++++--------
 Tool/RobotTest/Data/tagChinMap.txt                                                      |  112 ++++---
 Tool/Robot/DataReader/ChinMapReader.py                                                  |    8 
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.py |    6 
 7 files changed, 532 insertions(+), 250 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.py
index 3b71ffc..eea0126 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.py
@@ -946,7 +946,7 @@
     
     ipyDataMgr = IpyGameDataPY.IPY_Data()
 
-    maxMapID = 0
+    maxMapID = 0    # 高级地图按表顺序行排
     # ---找到可以挂机的最高级地图---
     for i in xrange(ipyDataMgr.GetMapEventPointCount()):
         mapInfo = ipyDataMgr.GetMapEventPointByIndex(i)
@@ -958,7 +958,7 @@
         # ---判断地图表的任务和等级限制---
         mapData = GameWorld.GetGameData().GetChinMap().GetMapByID(mapID)
         if not mapData:
-            continue 
+            continue
         enterLV = mapData.GetLV()
     
         if curPlayer.GetLV() < enterLV:
@@ -967,8 +967,6 @@
         if missionMapStep < openMapStep:
             continue
 
-        if mapID < maxMapID:
-            continue
         maxMapID = mapID
         
     if not maxMapID:
diff --git a/Tool/Robot/DataReader/ChinMapReader.py b/Tool/Robot/DataReader/ChinMapReader.py
index fb270de..0128b57 100644
--- a/Tool/Robot/DataReader/ChinMapReader.py
+++ b/Tool/Robot/DataReader/ChinMapReader.py
@@ -17,12 +17,9 @@
 
 # 1. 构建表
 
-        
+## 改成读取服务器表
 class ChinMapData():
     def __init__(self):
-        #MapID    Name    Country    LV    ExistTime    MapFBType    AutoSize    Period    PeriodValue1    PeriodHour1    
-        #PeriodMinute1    PeriodValue2    PeriodHour2    PeriodMinute2    LocalReborn    SkillReborn    RebornMap    
-        #RebornMapX    RebornMapY    CanRide    CanOutPet    TreasureID
         self.MapID = 0
         self.LV = 0    
         self.TreasureID = 0  
@@ -59,6 +56,7 @@
             self.__Table.append(classObj)
             
     def FindMaxMapID(self, lv, fbID):
+        # 地图顺序即
         maxMapID = self.__Table[0].MapID    # 默认第一张地图
         for mapData in self.__Table:
 
@@ -72,7 +70,7 @@
             if mapData.TreasureID != 0 and fbID < mapData.TreasureID:
                 continue
             
-            maxMapID = max(mapData.MapID, maxMapID)
+            maxMapID = mapData.MapID
         
         return maxMapID
         
diff --git a/Tool/RobotTest/AI/AIFile/AILoginout.py b/Tool/RobotTest/AI/AIFile/AILoginout.py
index 462d3d8..8ab554e 100644
--- a/Tool/RobotTest/AI/AIFile/AILoginout.py
+++ b/Tool/RobotTest/AI/AIFile/AILoginout.py
@@ -440,6 +440,13 @@
 
         
         if self.robot.GetPlayerInfo().GetPlayerLV() == 1:
+            cmd = "OpenFunc 1"
+            pack = tagCGMCMD()
+            pack.Clear()
+            pack.CmdLen = len(cmd)
+            pack.Cmd = cmd
+            self.robot.Send(pack)
+            
             cmd = "imba %s"%random.randint(5, 300)
             pack = tagCGMCMD()
             pack.Clear()
diff --git a/Tool/RobotTest/Data/MapEventPoint.txt b/Tool/RobotTest/Data/MapEventPoint.txt
index 11322b4..fcca1e6 100644
--- a/Tool/RobotTest/Data/MapEventPoint.txt
+++ b/Tool/RobotTest/Data/MapEventPoint.txt
@@ -1,79 +1,215 @@
-int	int	int	int	int	int	int	int	string	string	string
-Key	MapID	NPCID	IsShowInfo	Colour	LowLV	HighestLV	Defense	Drop1	Drop2	EXP
-标识	地图ID	NPCID	是否显示具体信息	颜色(1.白;2..蓝;3.紫;4.橙;5.红;6.粉;7.褐;8.浅褐;9.绿)	推荐最低等级	推荐最高等级	推荐防御力	掉落1	掉落2	经验
-1	10010	10101001	1	1	2	6	12	一阶白装:   279件/天	<color=#44e863FF>标准经验:   605/分钟</color>	
-2	10010	10101002	1	9	4	8	17	<color=#28befcFF>一阶蓝装:   </color>140件/天	<color=#44e863FF>标准经验:   782/分钟</color>	
-3	10010	10101003	1	2	6	10	21	<color=#28befcFF>一阶蓝装:   </color>140件/天	<color=#44e863FF>标准经验:   760/分钟</color>	
-4	10010	10101004	1	3	8	12	33	<color=#28befcFF>一阶蓝装:   </color>279件/天	<color=#44e863FF>标准经验:   903/分钟</color>	
-5	10010	10101005	1	4	10	15	37	<color=#28befcFF>一阶蓝装:   </color>419件/天	<color=#44e863FF>标准经验:   1265/分钟</color>	
-6	10010	10102001	1	5	13	18	38	<color=#28befcFF>一阶蓝装:   </color>558件/天	<color=#f24cfcFF>一阶紫装:   </color>19件/天	<color=#44e863FF>标准经验:   1809/分钟</color>
-7	10010	10103001	0	6	0	0	0	0	0	0
-8	10020	10201001	1	1	16	22	54	<color=#28befcFF>一阶蓝装:   </color>698件/天	<color=#f24cfcFF>一阶紫装:   </color>57件/天	<color=#44e863FF>标准经验:   2072/分钟</color>
-9	10020	10201002	1	9	19	24	57	<color=#28befcFF>一阶蓝装:   </color>698件/天	<color=#f24cfcFF>一阶紫装:   </color>57件/天	<color=#44e863FF>标准经验:   2340/分钟</color>
-10	10020	10201003	1	2	22	26	74	<color=#28befcFF>一阶蓝装:   </color>698件/天	<color=#f24cfcFF>一阶紫装:   </color>76件/天	<color=#44e863FF>标准经验:   3009/分钟</color>
-11	10020	10201004	1	3	25	30	88	<color=#28befcFF>一阶蓝装:   </color>698件/天	<color=#f24cfcFF>一阶紫装:   </color>95件/天	<color=#44e863FF>标准经验:   3840/分钟</color>
-12	10020	10201005	1	4	28	33	125	<color=#28befcFF>一阶蓝装:   </color>698件/天	<color=#f24cfcFF>一阶紫装:   </color>95件/天	<color=#44e863FF>标准经验:   4830/分钟</color>
-13	10020	10202001	1	5	32	35	146	<color=#28befcFF>二阶蓝装:   </color>134件/天	<color=#f24cfcFF>一阶紫装:   </color>95件/天	<color=#44e863FF>标准经验:   6407/分钟</color>
-14	10020	10203001	0	6	0	0	0	0	0	0
-15	10030	10301001	1	1	35	41	148	<color=#28befcFF>二阶蓝装:   </color>268件/天	<color=#f24cfcFF>二阶紫装:   </color>19件/天	<color=#44e863FF>标准经验:   7854/分钟</color>
-16	10030	10301002	1	9	38	44	160	<color=#28befcFF>二阶蓝装:   </color>537件/天	<color=#f24cfcFF>二阶紫装:   </color>38件/天	<color=#44e863FF>标准经验:   9440/分钟</color>
-17	10030	10301003	1	2	41	47	173	<color=#28befcFF>二阶蓝装:   </color>671件/天	<color=#f24cfcFF>二阶紫装:   </color>57件/天	<color=#44e863FF>标准经验:   1.12万/分钟</color>
-18	10030	10301004	1	3	44	50	188	<color=#28befcFF>二阶蓝装:   </color>671件/天	<color=#f24cfcFF>二阶紫装:   </color>76件/天	<color=#44e863FF>标准经验:   1.35万/分钟</color>
-19	10030	10301005	1	4	47	52	224	<color=#28befcFF>二阶蓝装:   </color>671件/天	<color=#f24cfcFF>二阶紫装:   </color>95件/天	<color=#44e863FF>标准经验:   1.57万/分钟</color>
-20	10030	10302001	1	5	50	55	226	<color=#28befcFF>二阶蓝装:   </color>671件/天	<color=#f24cfcFF>二阶紫装:   </color>95件/天	<color=#44e863FF>标准经验:   1.86万/分钟</color>
-21	10030	10303001	0	6	0	0	0	0	0	0
-22	10040	10401001	1	1	55	65	292	<color=#28befcFF>三阶蓝装:   </color>256件/天	<color=#f24cfcFF>三阶紫装:   </color>19件/天	<color=#44e863FF>标准经验:   2.38万/分钟</color>
-23	10040	10401002	1	9	60	70	317	<color=#28befcFF>三阶蓝装:   </color>512件/天	<color=#f24cfcFF>三阶紫装:   </color>38件/天	<color=#44e863FF>标准经验:   3.26万/分钟</color>
-24	10040	10401003	1	2	65	75	358	<color=#28befcFF>三阶蓝装:   </color>640件/天	<color=#f24cfcFF>三阶紫装:   </color>57件/天	<color=#44e863FF>标准经验:   4.26万/分钟</color>
-25	10040	10401004	1	3	70	80	403	<color=#28befcFF>三阶蓝装:   </color>640件/天	<color=#f24cfcFF>三阶紫装:   </color>95件/天	<color=#44e863FF>标准经验:   5.62万/分钟</color>
-26	10040	10401005	1	4	75	85	473	<color=#28befcFF>三阶蓝装:   </color>640件/天	<color=#f24cfcFF>三阶紫装:   </color>95件/天	<color=#44e863FF>标准经验:   7.22万/分钟</color>
-27	10040	10402001	1	5	80	90	507	<color=#28befcFF>三阶蓝装:   </color>640件/天	<color=#f24cfcFF>三阶紫装:   </color>95件/天	<color=#44e863FF>标准经验:   8.47万/分钟</color>
-28	10040	10403001	0	6	0	0	0	0	0	0
-29	10050	10501001	1	1	90	110	529	<color=#28befcFF>四阶蓝装:   </color>242件/天	<color=#f24cfcFF>四阶紫装:   </color>13件/天	<color=#44e863FF>标准经验:   13.17万/分钟</color>
-30	10050	10501002	1	9	100	120	596	<color=#28befcFF>四阶蓝装:   </color>363件/天	<color=#f24cfcFF>四阶紫装:   </color>25件/天	<color=#44e863FF>标准经验:   19.24万/分钟</color>
-31	10050	10501003	1	2	110	130	690	<color=#28befcFF>四阶蓝装:   </color>604件/天	<color=#f24cfcFF>四阶紫装:   </color>38件/天	<color=#44e863FF>标准经验:   23.59万/分钟</color>
-32	10050	10501004	1	3	120	140	777	<color=#28befcFF>四阶蓝装:   </color>604件/天	<color=#f24cfcFF>四阶紫装:   </color>50件/天	<color=#44e863FF>标准经验:   34.92万/分钟</color>
-33	10050	10501005	1	4	130	150	882	<color=#28befcFF>四阶蓝装:   </color>604件/天	<color=#f24cfcFF>四阶紫装:   </color>63件/天	<color=#44e863FF>标准经验:   43.16万/分钟</color>
-34	10050	10502001	1	5	140	160	1200	<color=#28befcFF>四阶蓝装:   </color>785件/天	<color=#f24cfcFF>四阶紫装:   </color>81件/天	<color=#44e863FF>标准经验:   1.19百万/分钟</color>
-35	10050	10503001	0	6	0	0	0	0	0	0
-36	10060	10601001	1	1	150	170	1050	<color=#28befcFF>五阶蓝装:   </color>113件/天	<color=#f24cfcFF>五阶紫装:   </color>13件/天	<color=#44e863FF>标准经验:   84.64万/分钟</color>
-37	10060	10601002	1	9	160	180	1208	<color=#28befcFF>五阶蓝装:   </color>339件/天	<color=#f24cfcFF>五阶紫装:   </color>25件/天	<color=#44e863FF>标准经验:   1.35百万/分钟</color>
-38	10060	10601003	1	2	170	190	1383	<color=#28befcFF>五阶蓝装:   </color>564件/天	<color=#f24cfcFF>五阶紫装:   </color>38件/天	<color=#44e863FF>标准经验:   2.01百万/分钟</color>
-39	10060	10601004	1	3	180	200	1519	<color=#28befcFF>五阶蓝装:   </color>564件/天	<color=#f24cfcFF>五阶紫装:   </color>50件/天	<color=#44e863FF>标准经验:   2.94百万/分钟</color>
-40	10060	10601005	1	4	190	210	1703	<color=#28befcFF>五阶蓝装:   </color>564件/天	<color=#f24cfcFF>五阶紫装:   </color>63件/天	<color=#44e863FF>标准经验:   3.49百万/分钟</color>
-41	10060	10602001	1	5	200	220	2182	<color=#28befcFF>五阶蓝装:   </color>733件/天	<color=#f24cfcFF>五阶紫装:   </color>81件/天	<color=#44e863FF>标准经验:   8.06百万/分钟</color>
-42	10060	10603001	0	6	0	0	0	0	0	0
-43	10070	10701001	1	1	210	230	1980	<color=#28befcFF>六阶蓝装:   </color>208件/天	<color=#f24cfcFF>六阶紫装:   </color>13件/天	<color=#44e863FF>标准经验:   5.6百万/分钟</color>
-44	10070	10701003	1	9	220	240	2154	<color=#28befcFF>六阶蓝装:   </color>416件/天	<color=#f24cfcFF>六阶紫装:   </color>25件/天	<color=#44e863FF>标准经验:   7.55百万/分钟</color>
-45	10070	10701002	1	2	230	250	2375	<color=#28befcFF>六阶蓝装:   </color>520件/天	<color=#f24cfcFF>六阶紫装:   </color>38件/天	<color=#44e863FF>标准经验:   8.56百万/分钟</color>
-46	10070	10701004	1	3	240	260	2601	<color=#28befcFF>六阶蓝装:   </color>520件/天	<color=#f24cfcFF>六阶紫装:   </color>63件/天	<color=#44e863FF>标准经验:   9.79百万/分钟</color>
-47	10070	10701005	1	4	250	270	3006	<color=#28befcFF>六阶蓝装:   </color>520件/天	<color=#f24cfcFF>六阶紫装:   </color>63件/天	<color=#44e863FF>标准经验:   1.13千万/分钟</color>
-48	10070	10702001	1	5	250	270	3570	<color=#28befcFF>六阶蓝装:   </color>676件/天	<color=#f24cfcFF>六阶紫装:   </color>81件/天	<color=#44e863FF>标准经验:   2.26千万/分钟</color>
-49	10070	10703001	0	6	0	0	0	0	0	0
-50	21070	20102001	1	1	110	130	1078	<color=#28befcFF>四阶蓝装:   </color>604件/天	<color=#f24cfcFF>四阶紫装:   </color>63件/天	<color=#44e863FF>标准经验:   29.43万/分钟</color>
-51	21070	20102002	1	9	120	140	1200	<color=#28befcFF>四阶蓝装:   </color>604件/天	<color=#f24cfcFF>四阶紫装:   </color>63件/天	<color=#44e863FF>标准经验:   37.18万/分钟</color>
-52	21070	20102003	1	2	160	180	1825	<color=#28befcFF>五阶蓝装:   </color>564件/天	<color=#f24cfcFF>五阶紫装:   </color>50件/天	<color=#44e863FF>标准经验:   1.1百万/分钟</color>
-53	21070	20102004	1	3	170	190	2042	<color=#28befcFF>五阶蓝装:   </color>564件/天	<color=#f24cfcFF>五阶紫装:   </color>63件/天	<color=#44e863FF>标准经验:   1.16百万/分钟</color>
-54	21070	20102005	1	4	220	240	3132	<color=#28befcFF>六阶蓝装:   </color>520件/天	<color=#f24cfcFF>六阶紫装:   </color>63件/天	<color=#44e863FF>标准经验:   3.26百万/分钟</color>
-55	21070	20102006	1	5	230	250	3570	<color=#28befcFF>六阶蓝装:   </color>520件/天	<color=#f24cfcFF>六阶紫装:   </color>63件/天	<color=#44e863FF>标准经验:   3.77百万/分钟</color>
-56	21070	20103001	0	6	0	0	0	0	0	0
-57	21070	20103002	0	6	0	0	0	0	0	0
-58	21070	20103003	0	6	0	0	0	0	0	0
-59	21070	20103004	0	6	0	0	0	0	0	0
-60	21070	20103005	0	6	0	0	0	0	0	0
-61	21070	20103006	0	6	0	0	0	0	0	0
-62	21070	20103007	0	6	0	0	0	0	0	0
-63	21100	20202001	1	1	230	250	3570	<color=#28befcFF>六阶蓝装:   </color>520件/天	<color=#f24cfcFF>六阶紫装:   </color>63件/天	<color=#44e863FF>标准经验:   3.77百万/分钟</color>
-64	21100	20202002	1	9	240	260	4161	<color=#28befcFF>七阶蓝装:   </color>188件/天	<color=#f24cfcFF>七阶紫装:   </color>13件/天	<color=#44e863FF>标准经验:   5.27百万/分钟</color>
-65	21100	20202003	1	2	280	300	5686	<color=#28befcFF>七阶蓝装:   </color>471件/天	<color=#f24cfcFF>七阶紫装:   </color>63件/天	<color=#44e863FF>标准经验:   1.05千万/分钟</color>
-66	21100	20202004	1	3	290	310	6668	<color=#28befcFF>八阶蓝装:   </color>167件/天	<color=#f24cfcFF>八阶紫装:   </color>13件/天	<color=#44e863FF>标准经验:   1.45千万/分钟</color>
-67	21100	20202005	1	4	330	350	8629	<color=#28befcFF>八阶蓝装:   </color>418件/天	<color=#f24cfcFF>八阶紫装:   </color>63件/天	<color=#44e863FF>标准经验:   2.81千万/分钟</color>
-68	21100	20202006	1	5	340	360	10326	<color=#28befcFF>九阶蓝装:   </color>144件/天	<color=#f24cfcFF>九阶紫装:   </color>13件/天	<color=#44e863FF>标准经验:   3.87千万/分钟</color>
-69	21100	20202007	1	6	380	400	17199	<color=#28befcFF>九阶蓝装:   </color>360件/天	<color=#f24cfcFF>九阶紫装:   </color>63件/天	<color=#44e863FF>标准经验:   7.25千万/分钟</color>
-70	21100	20203001	0	6	0	0	0	0	0	0
-71	21100	20203002	0	6	0	0	0	0	0	0
-72	21100	20203003	0	6	0	0	0	0	0	0
-73	21100	20203004	0	6	0	0	0	0	0	0
-74	21100	20203005	0	6	0	0	0	0	0	0
-75	21100	20203006	0	6	0	0	0	0	0	0
-76	21100	20203007	0	6	0	0	0	0	0	0
+int	int	int	int	int	int	string	int	int	int	string	string	string
+Key	MapID	NPCID	IsShowInfo	ShowInMipMap	Colour	NpcDescription	LowLV	HighestLV	Defense	Drop1	Drop2	EXP
+鏍囪瘑	鍦板浘ID	NPCID	鏄惁鏄剧ず鍏蜂綋淇℃伅	鏄惁鍦ㄧ缉鐣ュ浘涓婃樉绀哄悕瀛�	棰滆壊(1.鐧斤紱2..钃濓紱3.绱紱4.姗欙紱5.绾紱5.绮夛紱7.瑜愶紱8.娴呰锛�9.缁�)	鍔熻兘鎬pc鐨勬弿杩�	鎺ㄨ崘鏈�浣庣瓑绾�	鎺ㄨ崘鏈�楂樼瓑绾�	鎺ㄨ崘闃插尽鍔�	鎺夎惤1	鎺夎惤2	缁忛獙
+1	10010	10104004	1			缂ョ紙闀胯��						
+2	10010	10104005	1			鐐煎櫒闃佸紵瀛�						
+3	10010	10104006	1			鐐间腹闃佸紵瀛�						
+4	10010	10104007	1			缂ョ紙闀胯��						
+5	10010	10104008	1			缂ョ紙闀胯��						
+6	10010	10104011	1			缂ョ紙瀹椾富						
+7	10010	10104012	1			浜戞父閬撲汉					0	0
+8	10020	10201001	1	1	1		15	20	66	<color=#31cefbFF>涓�闃惰摑瑁咃細 </color>698浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 2072/鍒嗛挓	
+9	10020	10201002	1	1	9		18	22	67	<color=#31cefbFF>涓�闃惰摑瑁咃細 </color>698浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 2340/鍒嗛挓	
+10	10020	10201003	1	1	2		21	24	73	<color=#31cefbFF>涓�闃惰摑瑁咃細 </color>698浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 3009/鍒嗛挓	
+11	10020	10201004	1	1	3		24	27	85	<color=#31cefbFF>涓�闃惰摑瑁咃細 </color>698浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 3840/鍒嗛挓	
+12	10020	10201005	1	1	4		27	30	87	<color=#31cefbFF>涓�闃惰摑瑁咃細 </color>698浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 4830/鍒嗛挓	
+13	10020	10202001	1	1	5		30	32	99	<color=#31cefbFF>浜岄樁钃濊锛� </color>134浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 6407/鍒嗛挓	
+14	10020	10203001	0	1	5		0	0	0	0	0	0
+15	10030	10301001	1	1	1		32	41	117	<color=#31cefbFF>浜岄樁钃濊锛� </color>268浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 7854/鍒嗛挓	
+16	10030	10301002	1	1	9		38	44	122	<color=#31cefbFF>浜岄樁钃濊锛� </color>537浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 9440/鍒嗛挓	
+17	10030	10301003	1	1	2		41	47	125	<color=#31cefbFF>浜岄樁钃濊锛� </color>671浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.12涓�/鍒嗛挓	
+18	10030	10301004	1	1	3		44	50	128	<color=#31cefbFF>浜岄樁钃濊锛� </color>671浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.35涓�/鍒嗛挓	
+19	10030	10301005	1	1	4		47	52	129	<color=#31cefbFF>浜岄樁钃濊锛� </color>671浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.57涓�/鍒嗛挓	
+20	10030	10302001	1	1	5		50	55	142	<color=#31cefbFF>浜岄樁钃濊锛� </color>671浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.86涓�/鍒嗛挓	
+21	10030	10303001	0	1	5		0	0	0	0	0	0
+22	10040	10401001	1	1	1		55	70	269	<color=#31cefbFF>浜岄樁钃濊锛� </color>244浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 5.3涓�/鍒嗛挓	
+23	10040	10401002	1	1	9		70	90	311	<color=#31cefbFF>浜岄樁钃濊锛� </color>256浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 9.01涓�/鍒嗛挓	
+24	10040	10401003	1	1	2		80	100	356	<color=#31cefbFF>浜岄樁钃濊锛� </color>256浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 20.45涓�/鍒嗛挓	
+25	10040	10401004	1	1	3		90	110	410	<color=#31cefbFF>涓夐樁钃濊锛� </color>104浠�/澶�	<color=#ec4bf6FF>涓夐樁绱锛� </color>5浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 25.81涓�/鍒嗛挓
+26	10040	10401005	1	1	4		100	120	488	<color=#31cefbFF>涓夐樁钃濊锛� </color>113浠�/澶�	<color=#ec4bf6FF>涓夐樁绱锛� </color>8浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 31.62涓�/鍒嗛挓
+27	10040	10402001	1	1	5		110	130	587	<color=#31cefbFF>涓夐樁钃濊锛� </color>208浠�/澶�	<color=#ec4bf6FF>涓夐樁绱锛� </color>13浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 41.69涓�/鍒嗛挓
+28	10040	10403001	0	1	5		0	0	0	0	0	0
+29	10050	10501001	1	1	1		120	140	681	<color=#31cefbFF>涓夐樁钃濊锛� </color>242浠�/澶�	<color=#ec4bf6FF>涓夐樁绱锛� </color>13浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 71.41涓�/鍒嗛挓
+30	10050	10501002	1	1	9		130	150	799	<color=#31cefbFF>涓夐樁钃濊锛� </color>363浠�/澶�	<color=#ec4bf6FF>涓夐樁绱锛� </color>20浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.08鐧句竾/鍒嗛挓
+31	10050	10501003	1	1	2		140	160	886	<color=#31cefbFF>涓夐樁钃濊锛� </color>416浠�/澶�	<color=#ec4bf6FF>涓夐樁绱锛� </color>25浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.26鐧句竾/鍒嗛挓
+32	10050	10501004	1	1	3		150	170	974	<color=#31cefbFF>鍥涢樁钃濊锛� </color>104浠�/澶�	<color=#ec4bf6FF>鍥涢樁绱锛� </color>20浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.56鐧句竾/鍒嗛挓
+33	10050	10501005	1	1	4		160	180	1080	<color=#31cefbFF>鍥涢樁钃濊锛� </color>113浠�/澶�	<color=#ec4bf6FF>鍥涢樁绱锛� </color>22浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.89鐧句竾/鍒嗛挓
+34	10050	10502001	1	1	5		170	190	1176	<color=#31cefbFF>鍥涢樁钃濊锛� </color>208浠�/澶�	<color=#ec4bf6FF>鍥涢樁绱锛� </color>24浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 2.58鐧句竾/鍒嗛挓
+35	10050	10503001	0	1	5		0	0	0	0	0	0
+36	10060	10601001	1	1	1		180	200	1313	<color=#31cefbFF>鍥涢樁钃濊锛� </color>242浠�/澶�	<color=#ec4bf6FF>鍥涢樁绱锛� </color>26浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 3.92鐧句竾/鍒嗛挓
+37	10060	10601002	1	1	9		190	210	1503	<color=#31cefbFF>鍥涢樁钃濊锛� </color>363浠�/澶�	<color=#ec4bf6FF>鍥涢樁绱锛� </color>28浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 5.01鐧句竾/鍒嗛挓
+38	10060	10601003	1	1	2		200	220	1660	<color=#31cefbFF>浜旈樁钃濊锛� </color>104浠�/澶�	<color=#ec4bf6FF>浜旈樁绱锛� </color>22浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 7.27鐧句竾/鍒嗛挓
+39	10060	10601004	1	1	3		210	230	1839	<color=#31cefbFF>浜旈樁钃濊锛� </color>113浠�/澶�	<color=#ec4bf6FF>浜旈樁绱锛� </color>24浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 11.12鐧句竾/鍒嗛挓
+40	10060	10601005	1	1	4		220	240	2080	<color=#31cefbFF>浜旈樁钃濊锛� </color>208浠�/澶�	<color=#ec4bf6FF>浜旈樁绱锛� </color>26浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 15.05鐧句竾/鍒嗛挓
+41	10060	10602001	1	1	5		230	250	2330	<color=#31cefbFF>浜旈樁钃濊锛� </color>242浠�/澶�	<color=#ec4bf6FF>浜旈樁绱锛� </color>28浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 20.23鐧句竾/鍒嗛挓
+42	10060	10603001	0	1	5		0	0	0	0	0	0
+43	10070	10701001	1	1	1		240	260	2696	<color=#31cefbFF>浜旈樁钃濊锛� </color>363浠�/澶�	<color=#ec4bf6FF>浜旈樁绱锛� </color>28浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 27.63鐧句竾/鍒嗛挓
+44	10070	10701002	1	1	2		250	270	3038	<color=#31cefbFF>鍏樁钃濊锛� </color>104浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>20浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 31.99鐧句竾/鍒嗛挓
+45	10070	10701003	1	1	9		260	280	3388	<color=#31cefbFF>鍏樁钃濊锛� </color>113浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>22浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 36.4鐧句竾/鍒嗛挓
+46	10070	10701004	1	1	3		270	290	3904	<color=#31cefbFF>鍏樁钃濊锛� </color>208浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>24浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 43.95鐧句竾/鍒嗛挓
+47	10070	10701005	1	1	4		280	300	4455	<color=#31cefbFF>鍏樁钃濊锛� </color>242浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>26浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 53.16鐧句竾/鍒嗛挓
+48	10070	10702001	1	1	5		290	310	5324	<color=#31cefbFF>鍏樁钃濊锛� </color>363浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>28浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 65.27鐧句竾/鍒嗛挓
+49	10070	10703001	0	1	5		0	0	0	0	0	0
+50	10080	10801001	1	1	1		300	320	5740	<color=#31cefbFF>涓冮樁钃濊锛� </color>104浠�/澶�	<color=#ec4bf6FF>涓冮樁绱锛� </color>20浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 87.32鐧句竾/鍒嗛挓
+51	10080	10801002	1	1	9		310	330	6177	<color=#31cefbFF>涓冮樁钃濊锛� </color>113浠�/澶�	<color=#ec4bf6FF>涓冮樁绱锛� </color>22浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.01浜�/鍒嗛挓
+52	10080	10801003	1	1	2		320	340	6697	<color=#31cefbFF>涓冮樁钃濊锛� </color>208浠�/澶�	<color=#ec4bf6FF>涓冮樁绱锛� </color>24浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.17浜�/鍒嗛挓
+53	10080	10801004	1	1	3		330	350	8223	<color=#31cefbFF>涓冮樁钃濊锛� </color>242浠�/澶�	<color=#ec4bf6FF>涓冮樁绱锛� </color>26浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.37浜�/鍒嗛挓
+54	10080	10801005	1	1	4		340	360	12124	<color=#31cefbFF>涓冮樁钃濊锛� </color>363浠�/澶�	<color=#ec4bf6FF>涓冮樁绱锛� </color>28浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.57浜�/鍒嗛挓
+55	10080	10802001	1	1	5		345	365	14548	<color=#31cefbFF>涓冮樁钃濊锛� </color>416浠�/澶�	<color=#ec4bf6FF>涓冮樁绱锛� </color>30浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.63浜�/鍒嗛挓
+56	10080	10803001	0	1	5		0	0	0	0	0	0
+57	10090	10901001	1	1	1		350	370	12510	<color=#31cefbFF>鍏樁钃濊锛� </color>104浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>20浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.95浜�/鍒嗛挓
+58	10090	10901002	1	1	9		360	380	13052	<color=#31cefbFF>鍏樁钃濊锛� </color>113浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>22浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 2.13浜�/鍒嗛挓
+59	10090	10901003	1	1	2		370	390	14110	<color=#31cefbFF>鍏樁钃濊锛� </color>208浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>24浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 2.35浜�/鍒嗛挓
+60	10090	10901004	1	1	3		380	400	14873	<color=#31cefbFF>鍏樁钃濊锛� </color>242浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>26浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 2.59浜�/鍒嗛挓
+61	10090	10901005	1	1	4		390	410	16232	<color=#31cefbFF>鍏樁钃濊锛� </color>363浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>28浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 2.84浜�/鍒嗛挓
+62	10090	10902001	1	1	5		395	415	18394	<color=#31cefbFF>鍏樁钃濊锛� </color>416浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>30浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 2.96浜�/鍒嗛挓
+63	10090	10903001	0	1	5		0	0	0	0	0	0
+64	10100	11001001	1	1	1		400	420	17343	<color=#31cefbFF>涔濋樁钃濊锛� </color>104浠�/澶�	<color=#ec4bf6FF>涔濋樁绱锛� </color>20浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 3.8浜�/鍒嗛挓
+65	10100	11001002	1	1	9		410	430	18058	<color=#31cefbFF>涔濋樁钃濊锛� </color>113浠�/澶�	<color=#ec4bf6FF>涔濋樁绱锛� </color>22浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 4.26浜�/鍒嗛挓
+66	10100	11001003	1	1	2		420	440	18932	<color=#31cefbFF>涔濋樁钃濊锛� </color>208浠�/澶�	<color=#ec4bf6FF>涔濋樁绱锛� </color>24浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 4.76浜�/鍒嗛挓
+67	10100	11001004	1	1	3		430	450	19857	<color=#31cefbFF>涔濋樁钃濊锛� </color>242浠�/澶�	<color=#ec4bf6FF>涔濋樁绱锛� </color>26浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 5.55浜�/鍒嗛挓
+68	10100	11001005	1	1	4		440	460	21459	<color=#31cefbFF>涔濋樁钃濊锛� </color>363浠�/澶�	<color=#ec4bf6FF>涔濋樁绱锛� </color>28浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 6.05浜�/鍒嗛挓
+69	10100	11002001	1	1	5		445	465	24349	<color=#31cefbFF>涔濋樁钃濊锛� </color>416浠�/澶�	<color=#ec4bf6FF>涔濋樁绱锛� </color>30浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 6.3浜�/鍒嗛挓
+70	10100	11003001	0	1	5		0	0	0	0	0	0
+71	10110	11101001	1	1	1		450	470	22783	<color=#31cefbFF>鍗侀樁钃濊锛� </color>104浠�/澶�	<color=#ec4bf6FF>鍗侀樁绱锛� </color>20浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 8.17浜�/鍒嗛挓
+72	10110	11101002	1	1	9		460	480	23635	<color=#31cefbFF>鍗侀樁钃濊锛� </color>113浠�/澶�	<color=#ec4bf6FF>鍗侀樁绱锛� </color>22浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 9.09浜�/鍒嗛挓
+73	10110	11101003	1	1	2		470	490	24601	<color=#31cefbFF>鍗侀樁钃濊锛� </color>208浠�/澶�	<color=#ec4bf6FF>鍗侀樁绱锛� </color>24浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 10.26浜�/鍒嗛挓
+74	10110	11101004	1	1	3		480	500	25806	<color=#31cefbFF>鍗侀樁钃濊锛� </color>242浠�/澶�	<color=#ec4bf6FF>鍗侀樁绱锛� </color>26浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 11.55浜�/鍒嗛挓
+75	10110	11101005	1	1	4		490	510	27697	<color=#31cefbFF>鍗侀樁钃濊锛� </color>363浠�/澶�	<color=#ec4bf6FF>鍗侀樁绱锛� </color>28浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 12.8浜�/鍒嗛挓
+76	10110	11102001	1	1	5		495	515	32059	<color=#31cefbFF>鍗侀樁钃濊锛� </color>416浠�/澶�	<color=#ec4bf6FF>鍗侀樁绱锛� </color>30浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 13.37浜�/鍒嗛挓
+77	10110	11103001	0	1	5		0	0	0	0	0	0
+78	21070	20102001	1	0	1		110	130	767	<color=#31cefbFF>涓夐樁钃濊锛� </color>188浠�/澶�	<color=#ec4bf6FF>涓夐樁绱锛� </color>13浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 62.42涓�/鍒嗛挓
+79	21070	20102002	1	0	9		120	140	867	<color=#31cefbFF>涓夐樁钃濊锛� </color>520浠�/澶�	<color=#ec4bf6FF>涓夐樁绱锛� </color>13浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 78.88涓�/鍒嗛挓
+80	21070	20102003	1	0	2		160	180	1336	<color=#31cefbFF>鍥涢樁钃濊锛� </color>167浠�/澶�	<color=#ec4bf6FF>鍥涢樁绱锛� </color>63浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 3.38鐧句竾/鍒嗛挓
+81	21070	20102004	1	0	3		170	190	1507	<color=#31cefbFF>鍥涢樁钃濊锛� </color>441浠�/澶�	<color=#ec4bf6FF>鍥涢樁绱锛� </color>63浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 3.89鐧句竾/鍒嗛挓
+82	21070	20102005	1	0	4		220	240	2470	<color=#31cefbFF>浜旈樁钃濊锛� </color>144浠�/澶�	<color=#ec4bf6FF>浜旈樁绱锛� </color>13浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 10.92鐧句竾/鍒嗛挓
+83	21070	20102006	1	0	5		230	250	2797	<color=#31cefbFF>浜旈樁钃濊锛� </color>418浠�/澶�	<color=#ec4bf6FF>浜旈樁绱锛� </color>63浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 12.83鐧句竾/鍒嗛挓
+84	21070	20103001	0	1	5		0	0	0	0	0	0
+85	21070	20103002	0	1	5		0	0	0	0	0	0
+86	21070	20103003	0	1	5		0	0	0	0	0	0
+87	21070	20103004	0	1	5		0	0	0	0	0	0
+88	21070	20103005	0	1	5		0	0	0	0	0	0
+89	21070	20103006	0	1	5		0	0	0	0	0	0
+90	21070	20103007	0	1	5		0	0	0	0	0	0
+91	21100	20202001	1	0	1		230	250	2797	<color=#31cefbFF>浜旈樁钃濊锛� </color>156浠�/澶�	<color=#ec4bf6FF>浜旈樁绱锛� </color>24浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 12.83鐧句竾/鍒嗛挓
+92	21100	20202002	1	0	9		240	260	3447	<color=#31cefbFF>鍏樁钃濊锛� </color>418浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>63浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 17.94鐧句竾/鍒嗛挓
+93	21100	20202003	1	0	2		280	300	4824	<color=#31cefbFF>鍏樁钃濊锛� </color>126浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>24浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 35.64鐧句竾/鍒嗛挓
+94	21100	20202004	1	0	3		290	310	5805	<color=#31cefbFF>涓冮樁钃濊锛� </color>407浠�/澶�	<color=#ec4bf6FF>涓冮樁绱锛� </color>63浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 49.55鐧句竾/鍒嗛挓
+95	21100	20202005	1	0	4		330	350	7814	<color=#31cefbFF>涓冮樁钃濊锛� </color>113浠�/澶�	<color=#ec4bf6FF>涓冮樁绱锛� </color>24浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 95.75鐧句竾/鍒嗛挓
+96	21100	20202006	1	0	5		340	360	9667	<color=#31cefbFF>鍏樁钃濊锛� </color>396浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>63浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.16浜�/鍒嗛挓
+97	21100	20202007	1	0	5		380	400	17422	<color=#31cefbFF>鍏樁钃濊锛� </color>106浠�/澶�	<color=#ec4bf6FF>鍏樁绱锛� </color>24浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 2.18浜�/鍒嗛挓
+98	21100	20203001	0	1	5		0	0	0	0	0	0
+99	21100	20203002	0	1	5		0	0	0	0	0	0
+100	21100	20203003	0	1	5		0	0	0	0	0	0
+101	21100	20203004	0	1	5		0	0	0	0	0	0
+102	21100	20203005	0	1	5		0	0	0	0	0	0
+103	21100	20203006	0	1	5		0	0	0	0	0	0
+104	21100	20203007	0	1	5		0	0	0	0	0	0
+105	21110	20302003	1	0	1		250	270	3619	<color=#F7F7F7FF>鐧借壊绁炲吔瑁呭锛� </color>76浠�/澶�	<color=#31cefbFF>钃濊壊绁炲吔瑁呭锛� </color>19浠�/澶�	
+106	21110	20302004	1	0	9		265	285	4327	<color=#F7F7F7FF>鐧借壊绁炲吔瑁呭锛� </color>76浠�/澶�	<color=#31cefbFF>钃濊壊绁炲吔瑁呭锛� </color>19浠�/澶�	
+107	21110	20302005	1	0	2		280	300	4978	<color=#F7F7F7FF>鐧借壊绁炲吔瑁呭锛� </color>76浠�/澶�	<color=#31cefbFF>钃濊壊绁炲吔瑁呭锛� </color>19浠�/澶�	
+108	21110	20302006	1	0	3		300	320	6428	<color=#F7F7F7FF>鐧借壊绁炲吔瑁呭锛� </color>76浠�/澶�	<color=#31cefbFF>钃濊壊绁炲吔瑁呭锛� </color>19浠�/澶�	
+109	21110	20302007	1	0	4		320	340	7397	<color=#F7F7F7FF>鐧借壊绁炲吔瑁呭锛� </color>76浠�/澶�	<color=#31cefbFF>钃濊壊绁炲吔瑁呭锛� </color>19浠�/澶�	
+110	21110	20302008	1	0	5		340	360	8638	<color=#F7F7F7FF>鐧借壊绁炲吔瑁呭锛� </color>76浠�/澶�	<color=#31cefbFF>钃濊壊绁炲吔瑁呭锛� </color>19浠�/澶�	
+111	21110	20302009	1	0	5		360	380	11288	<color=#F7F7F7FF>鐧借壊绁炲吔瑁呭锛� </color>76浠�/澶�	<color=#31cefbFF>钃濊壊绁炲吔瑁呭锛� </color>19浠�/澶�	
+112	21110	20303001	0	1	5		0	0	0	0	0	0
+113	21110	20303002	0	1	5		0	0	0	0	0	0
+114	21110	20303003	0	1	5		0	0	0	0	0	0
+115	21110	20303004	0	1	5		0	0	0	0	0	0
+116	21110	20303005	0	1	5		0	0	0	0	0	0
+117	21110	20303006	0	1	5		0	0	0	0	0	0
+118	21110	20303007	0	1	5		0	0	0	0	0	0
+119	31150	31501001	1	0	1		180	200	1059	<color=#31cefbFF>濂楄鐭崇鐗囷細 </color>1.6涓�/鍒嗛挓		
+120	31150	31501002	1	0	9		210	230	1985	<color=#31cefbFF>濂楄鐭崇鐗囷細 </color>1.68涓�/鍒嗛挓		
+121	31150	31501003	1	0	2		240	260	2343	<color=#31cefbFF>濂楄鐭崇鐗囷細 </color>1.76涓�/鍒嗛挓		
+122	31150	31501004	1	0	3		270	290	3109	<color=#31cefbFF>濂楄鐭崇鐗囷細 </color>1.84涓�/鍒嗛挓		
+123	31150	31501005	1	0	4		300	320	3954	<color=#31cefbFF>濂楄鐭崇鐗囷細 </color>1.92涓�/鍒嗛挓		
+124	31150	31501006	1	0	4		320	340	5305	<color=#31cefbFF>濂楄鐭崇鐗囷細 </color>2.5涓�/鍒嗛挓		
+125	31150	31501007	1	0	5		350	370	7444	<color=#31cefbFF>濂楄鐭崇鐗囷細 </color>2.6涓�/鍒嗛挓		
+126	31150	31501008	1	0	5		390	410	9348	<color=#31cefbFF>濂楄鐭崇鐗囷細 </color>2.7涓�/鍒嗛挓		
+127	31150	31501009	1	0	5		420	440	12550	<color=#31cefbFF>濂楄鐭崇鐗囷細 </color>2.8涓�/鍒嗛挓		
+128	31150	31503001	0	1	5		0	0	0	0	0	0
+129	31150	31503002	0	1	5		0	0	0	0	0	0
+130	31150	31503003	0	1	5		0	0	0	0	0	0
+131	31150	31503004	0	1	5		0	0	0	0	0	0
+132	31150	31503005	0	1	5		0	0	0	0	0	0
+133	31150	31503006	0	1	5		0	0	0	0	0	0
+134	31150	31503007	0	1	5		0	0	0	0	0	0
+135	31150	31503008	0	1	5		0	0	0	0	0	0
+136	31150	31503009	0	1	5		0	0	0	0	0	0
+137	31020	30301001	1	1	5		190	210	1503	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 7.51鐧句竾/鍒嗛挓		
+138	31020	30303001	1	0	5		160	160	2005			
+139	31020	30303002	1	0	5		180	180	2155			
+140	31020	30303003	1	0	5		210	210	3168			
+141	31020	30303004	1	0	5		235	235	3670			
+142	31020	30303005	1	0	5		260	260	6763			
+143	31020	30303006	1	0	5		285	285	7971			
+144	31020	30303007	1	0	5		325	325	15442			
+145	31030	30301002	1	1	5		220	240	1839	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 22.57鐧句竾/鍒嗛挓		
+146	31030	30303008	1	0	5		240	240	3266			
+147	31030	30303009	1	0	5		250	250	3670			
+148	31030	30303010	1	0	5		300	300	7971			
+149	31030	30303011	1	0	5		350	350	15442			
+150	31030	30303012	1	0	5		400	400	29763			
+151	31020	30303001	0	1	5		0	0	0	0	0	0
+152	31020	30303002	0	1	5		0	0	0	0	0	0
+153	31020	30303003	0	1	5		0	0	0	0	0	0
+154	31020	30303004	0	1	5		0	0	0	0	0	0
+155	31020	30303005	0	1	5		0	0	0	0	0	0
+156	31020	30303006	0	1	5		0	0	0	0	0	0
+157	31020	30303007	0	1	5		0	0	0	0	0	0
+158	31030	30303008	0	1	5		0	0	0	0	0	0
+159	31030	30303009	0	1	5		0	0	0	0	0	0
+160	31030	30303010	0	1	5		0	0	0	0	0	0
+161	31030	30303011	0	1	5		0	0	0	0	0	0
+162	31030	30303012	0	1	5		0	0	0	0	0	0
+163	31031	30301003	1	1	5		290	310	6273	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 97.91鐧句竾/鍒嗛挓		
+164	31031	30303013	1	0	5		330	330	31834			
+165	31031	30303014	1	0	5		380	380	59049			
+166	31031	30303015	1	0	5		450	450	83215			
+167	31031	30303016	1	0	5		500	500	102216			
+168	31031	30303013	0	1	5		0	0	0	0	0	0
+169	31031	30303014	0	1	5		0	0	0	0	0	0
+170	31031	30303015	0	1	5		0	0	0	0	0	0
+171	31031	30303016	0	1	5		0	0	0	0	0	0
+172	32020	40102001	1	0	1		325	345	13422	<color=#F7F7F7FF>鐧借壊绁炲吔瑁呭锛� </color>1152浠�/澶�	<color=#31cefbFF>钃濊壊绁炲吔瑁呭锛� </color>288浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 89.16鐧句竾/鍒嗛挓
+173	32020	40102002	1	0	9		350	370	18495	<color=#F7F7F7FF>鐧借壊绁炲吔瑁呭锛� </color>1152浠�/澶�	<color=#31cefbFF>钃濊壊绁炲吔瑁呭锛� </color>346浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 1.49浜�/鍒嗛挓
+174	32020	40102003	1	0	2		375	395	21934	<color=#F7F7F7FF>鐧借壊绁炲吔瑁呭锛� </color>1152浠�/澶�	<color=#31cefbFF>钃濊壊绁炲吔瑁呭锛� </color>403浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 2.33浜�/鍒嗛挓
+175	32020	40102004	1	0	3		400	420	26391	<color=#F7F7F7FF>鐧借壊绁炲吔瑁呭锛� </color>1152浠�/澶�	<color=#31cefbFF>钃濊壊绁炲吔瑁呭锛� </color>461浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 3.16浜�/鍒嗛挓
+176	32020	40102005	1	0	4		425	445	28866	<color=#F7F7F7FF>鐧借壊绁炲吔瑁呭锛� </color>1152浠�/澶�	<color=#31cefbFF>钃濊壊绁炲吔瑁呭锛� </color>518浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 4.43浜�/鍒嗛挓
+177	32020	40103001	0	1	5		340	340	0	0	0	0
+178	32020	40103002	0	1	5		365	365	0	0	0	0
+179	32020	40103003	0	1	5		390	390	0	0	0	0
+180	32020	40103004	0	1	5		415	415	0	0	0	0
+181	32020	40103005	0	1	5		440	440	0	0	0	0
+182	32020	40103006	0	1	5		460	460	0	0	0	0
+183	32020	40103007	0	1	5		480	480	0	0	0	0
+184	32020	40103008	0	1	5		500	500	0	0	0	0
+185	21310	20402001	1	0	1		395	415	25533	<color=#31cefbFF>涔濋樁钃濊锛�</color>103浠�/澶�	<color=#ec4bf6FF>涔濋樁绱锛�</color>13浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 4.74浜�/鍒嗛挓
+186	21310	20402002	1	0	9		430	450	29839	<color=#31cefbFF>涔濋樁钃濊锛�</color>116浠�/澶�	<color=#ec4bf6FF>涔濋樁绱锛�</color>24浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 7.14浜�/鍒嗛挓
+187	21310	20402003	1	0	2		440	460	31450	<color=#31cefbFF>鍗侀樁钃濊锛�</color>98浠�/澶�	<color=#ec4bf6FF>鍗侀樁绱锛�</color>13浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 8.23浜�/鍒嗛挓
+188	21310	20402004	1	0	3		480	500	36998	<color=#31cefbFF>鍗侀樁钃濊锛�</color>103浠�/澶�	<color=#ec4bf6FF>鍗侀樁绱锛�</color>24浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 14.89浜�/鍒嗛挓
+189	21310	20402005	1	0	4		490	510	39084	<color=#31cefbFF>鍗侀樁钃濊锛�</color>95浠�/澶�	<color=#ec4bf6FF>鍗侀樁绱锛�</color>13浠�/澶�	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 17.31浜�/鍒嗛挓
+190	21310	20403001	0	1	5		395	415	0	0	0	0
+191	21310	20403002	0	1	5		430	450	0	0	0	0
+192	21310	20403003	0	1	5		440	460	0	0	0	0
+193	21310	20403004	0	1	5		480	500	0	0	0	0
+194	21310	20403005	0	1	5		490	510	0	0	0	0
+195	21310	20403006	0	1	5		530	550	0	0	0	0
+196	21310	20403007	0	1	5		540	560	0	0	0	0
+197	31360	30301004	1	1	5		390	410	22079	<color=#35e122ff>鏍囧噯缁忛獙锛�</color> 4.6浜�/鍒嗛挓		
+198	31360	30303017	1	0	5		390	390	75896			
+199	31360	30303018	1	0	5		420	420	86179			
+200	31360	30303019	1	0	5		450	450	105152			
+201	31360	30303020	1	0	5		500	500	115919			
+202	31360	30303017	0	1	5		0	0	0	0	0	0
+203	31360	30303018	0	1	5		0	0	0	0	0	0
+204	31360	30303019	0	1	5		0	0	0	0	0	0
+205	31360	30303020	0	1	5		0	0	0	0	0	0
+206	10120	11204010	1			鐜夊噷闀胯��						
+207	10120	11204011	1			鐜夊噷闀胯��						
+208	10120	11204012	1			鐜夊噷闀胯��						
+209	10120	11204013	1			鐜夊噷闀胯��						
+210	10120	11204014	1			榫欓泙浠欏瓙						
+211	10120	11204015	1			鐜夊噷闀胯��						
+212	10120	11204016	1			鐜夊噷闀胯��					0	0
diff --git a/Tool/RobotTest/Data/MonsterRefreshPoint.txt b/Tool/RobotTest/Data/MonsterRefreshPoint.txt
index f6f8afa..41429fc 100644
--- a/Tool/RobotTest/Data/MonsterRefreshPoint.txt
+++ b/Tool/RobotTest/Data/MonsterRefreshPoint.txt
@@ -1,112 +1,240 @@
-int	int	Vector3
-NPCID	MapId	Position
-怪物id	地图id	刷新位置
-10403001	10040	(19,151)
-10503001	10050	(63,56)
-10603001	10060	(98,212)
-10703001	10070	(19,210)
-10803001	10080	(18,53)
-20103001	21070	(15,37)
-20103002	21070	(138,39)
-20103003	21070	(42,74)
-20103004	21070	(106,69)
-20103005	21070	(13,104)
-20103006	21070	(138,105)
-20103007	21070	(76,112)
-20203001	21100	(167,75)
-20203002	21100	(69,91)
-20203003	21100	(34,61)
-20203004	21100	(139,103)
-20203005	21100	(32,128)
-20203006	21100	(154,146)
-20203007	21100	(79,187)
-30303001	31020	(36,39)
-30303002	31020	(83,86)
-30303003	31020	(64,107)
-30303004	31020	(13,56)
-30303005	31020	(26,96)
-30303006	31020	(71,10)
-30303007	31020	(109,43)
-30303008	31030	(61,53)
-30303009	31030	(106,100)
-30303010	31030	(89,121)
-30303011	31030	(38,71)
-30303012	31030	(50,110)
-31503001	31150	(142,115)
-31503002	31150	(88,82)
-31503003	31150	(174,85)
-31503004	31150	(102,133)
-31503005	31150	(40,107)
-31503006	31150	(155,194)
-31503007	31150	(101,207)
-31503008	31150	(51,171)
-10101001	10010	(203,105)
-10101002	10010	(174,106)
-10101003	10010	(130,102)
-10101004	10010	(118,55)
-10101005	10010	(81,52)
-10102001	10010	(80,15)
-10103001	10010	(43,15)
-10201001	10020	(193,33)
-10201002	10020	(147,20)
-10201003	10020	(154,66)
-10201004	10020	(168,120)
-10201005	10020	(118,135)
-10202001	10020	(57,113)
-10203001	10020	(20,53)
-10301001	10030	(59,16)
-10301002	10030	(54,66)
-10301003	10030	(104,70)
-10301004	10030	(108,119)
-10301005	10030	(62,120)
-10302001	10030	(14,113)
-10303001	10030	(21,160)
-10401001	10040	(166,20)
-10401002	10040	(144,70)
-10401003	10040	(204,93)
-10401004	10040	(197,159)
-10401005	10040	(148,154)
-10402001	10040	(100,147)
-10501001	10050	(87,15)
-10501002	10050	(42,19)
-10501003	10050	(17,56)
-10501004	10050	(32,86)
-10501005	10050	(74,104)
-10502001	10050	(102,69)
-10601001	10060	(84,22)
-10601002	10060	(48,21)
-10601003	10060	(34,52)
-10601004	10060	(18,109)
-10601005	10060	(71,96)
-10602001	10060	(93,152)
-10701001	10070	(26,20)
-10701002	10070	(20,53)
-10701003	10070	(70,53)
-10701004	10070	(67,103)
-10701005	10070	(104,148)
-10702001	10070	(64,177)
-10801001	10080	(185,171)
-10801002	10080	(185,172)
-10801003	10080	(185,173)
-10801004	10080	(185,174)
-10801005	10080	(185,175)
-10802001	10080	(185,176)
-20102001	21070	(49,38)
-20102002	21070	(108,39)
-20102003	21070	(14,73)
-20102004	21070	(138,72)
-20102005	21070	(44,107)
-20102006	21070	(109,105)
-20202001	21100	(71,53)
-20202002	21100	(124,63)
-20202003	21100	(39,90)
-20202004	21100	(166,108)
-20202005	21100	(56,132)
-20202006	21100	(129,143)
-20202007	21100	(93,150)
-3011	10010	(12,11)
-3021	10020	(6,51)
-3031	10030	(7,142)
-3041	10040	(55,130)
-3051	10050	(78,48)
-3061	10060	(93,87)
+int	int	Vector3	int	int
+NPCID	MapId	Position	scope	turned
+鎬墿id	鍦板浘id	鍒锋柊浣嶇疆	瀵昏矾鑼冨洿	鏈濆悜
+10901001	10090	(160,25)	12	
+10901002	10090	(108,24)	12	
+10901003	10090	(107,78)	12	
+10901004	10090	(64,81)	12	
+10901005	10090	(66,131)	12	
+10902001	10090	(65,177)	12	
+11201001	10120	(125,82)	12	
+11201002	10120	(86,30)	12	
+11201003	10120	(15,53)	12	
+11201004	10120	(49,111)	12	
+11201005	10120	(43,171)	12	
+11202001	10120	(114,168)	12	
+10801001	10080	(120,79)	12	
+10801002	10080	(110,104)	12	
+10801003	10080	(57,109)	12	
+10801004	10080	(20,81)	12	
+10801005	10080	(21,38)	12	
+10802001	10080	(61,19)	12	
+10803001	10080	(62,61)	2	
+10201001	10020	(193,33)	10	
+10201002	10020	(147,19)	10	
+10201003	10020	(155,66)	10	
+10201004	10020	(168,117)	10	
+10201005	10020	(118,135)	10	
+10202001	10020	(57,110)	10	
+10203001	10020	(20,53)	2	
+3021	10020	(6,51)	1	
+50103002	10020	(20,53)	3	
+10301001	10030	(59,15)	10	
+10301002	10030	(54,65)	10	
+10301003	10030	(106,69)	10	
+10301004	10030	(106,120)	10	
+10301005	10030	(61,120)	10	
+10302001	10030	(15,114)	10	
+10303001	10030	(21,160)	2	
+3031	10030	(7,142)	1	
+50103003	10030	(21,160)	3	
+10403001	10040	(29,147)	2	
+10401001	10040	(161,21)	10	
+10401002	10040	(144,70)	10	
+10401003	10040	(203,94)	12	
+10401004	10040	(197,160)	12	
+10401005	10040	(151,154)	12	
+10402001	10040	(104,147)	12	
+3041	10040	(55,130)	1	
+50103004	10040	(29,147)	3	
+10503001	10050	(63,56)	2	
+10501001	10050	(86,14)	10	
+10501002	10050	(46,19)	10	
+10501003	10050	(18,55)	10	
+10501004	10050	(35,89)	10	
+10501005	10050	(74,100)	10	
+10502001	10050	(101,66)	10	
+3051	10050	(84,48)	1	
+10603001	10060	(86,197)	2	
+10601001	10060	(85,21)	10	
+10601002	10060	(50,19)	10	
+10601003	10060	(35,52)	10	
+10601004	10060	(20,108)	10	
+10601005	10060	(71,96)	10	
+10602001	10060	(91,150)	10	
+3061	10060	(99,168)	1	
+10703001	10070	(19,210)	2	
+10701001	10070	(28,20)	12	
+10701002	10070	(19,54)	12	
+10701003	10070	(69,57)	12	
+10701004	10070	(70,106)	12	
+10701005	10070	(104,148)	12	
+10702001	10070	(62,174)	12	
+3071	10070	(15,171)	1	
+11003001	10100	(62,97)	2	
+11001001	10100	(62,49)	12	
+11001002	10100	(108,49)	12	
+11001003	10100	(110,85)	12	
+11001004	10100	(111,121)	12	
+11001005	10100	(64,132)	12	
+11002001	10100	(22,136)	12	
+11101002	10110	(109,109)	12	
+11101003	10110	(64,110)	12	
+11101004	10110	(24,110)	12	
+11101005	10110	(22,62)	12	
+11102001	10110	(22,20)	12	
+20103001	21070	(15,37)	2	
+20103002	21070	(138,39)	2	
+20103003	21070	(42,74)	2	
+20103004	21070	(106,69)	2	
+20103005	21070	(13,104)	2	
+20103006	21070	(138,105)	2	
+20103007	21070	(76,112)	2	
+20102001	21070	(49,38)	6	
+20102002	21070	(108,39)	6	
+20102003	21070	(14,73)	6	
+20102004	21070	(138,72)	6	
+20102005	21070	(44,107)	6	
+20102006	21070	(109,105)	6	
+50103005	21070	(75,71)	3	
+20203001	21100	(167,75)	2	
+20203002	21100	(69,91)	2	
+20203003	21100	(34,61)	2	
+20203004	21100	(139,103)	2	
+20203005	21100	(32,128)	2	
+20203006	21100	(154,146)	2	
+20203007	21100	(79,187)	2	
+20202001	21100	(71,53)	6	
+20202002	21100	(124,63)	6	
+20202003	21100	(166,108)	6	
+20202004	21100	(39,90)	6	
+20202005	21100	(56,132)	6	
+20202006	21100	(129,143)	6	
+20202007	21100	(93,150)	6	
+50103006	21100	(104,120)	3	
+20303001	21110	(132,55)	2	
+20303002	21110	(132,128)	2	
+20303003	21110	(94,14)	2	
+20303004	21110	(97,166)	2	
+20303005	21110	(52,37)	2	
+20303006	21110	(51,144)	2	
+20303007	21110	(17,92)	2	
+20302001	21110	(131,94)	6	
+20302002	21110	(93,56)	6	
+20302003	21110	(131,91)	6	
+20302004	21110	(95,126)	6	
+20302005	21110	(95,56)	6	
+20302006	21110	(51,63)	6	
+20302007	21110	(52,115)	6	
+20302008	21110	(18,122)	6	
+20302009	21110	(17,62)	6	
+20403001	21310	(15,123)	2	
+20403002	21310	(15,57)	2	
+20403003	21310	(60,14)	2	
+20403004	21310	(110,13)	2	
+20403005	21310	(155,57)	2	
+20403006	21310	(154,123)	2	
+20403007	21310	(84,137)	2	
+20402001	21310	(8,94)	6	
+20402002	21310	(53,67)	6	
+20402003	21310	(83,44)	6	
+20402004	21310	(111,65)	6	
+20402005	21310	(151,94)	6	
+30301001	31020	(63,53)	3	
+30303001	31020	(37,37)	3	
+30303002	31020	(83,85)	3	
+30303003	31020	(63,107)	3	
+30303004	31020	(13,56)	3	
+30303005	31020	(25,96)	3	
+30303006	31020	(71,10)	3	
+30303007	31020	(110,44)	3	
+30301002	31030	(77,66)	3	
+30303008	31030	(95,30)	3	
+30303009	31030	(18,28)	3	
+30303010	31030	(31,67)	3	
+30303011	31030	(18,103)	3	
+30303012	31030	(93,98)	3	
+30301003	31031	(70,70)	3	
+30303013	31031	(71,17)	3	
+30303014	31031	(17,71)	3	
+30303015	31031	(70,124)	3	
+30303016	31031	(118,70)	3	
+31403001	31140	(14,15)	3	
+31503001	31150	(174,85)	2	
+31503002	31150	(146,120)	2	
+31503003	31150	(102,133)	2	
+31503004	31150	(88,82)	2	
+31503005	31150	(40,107)	2	
+31503006	31150	(155,194)	2	
+31503007	31150	(101,207)	2	
+31503008	31150	(51,171)	2	
+31503009	31150	(137,255)	2	
+31501001	31150	(126,76)	3	
+31501002	31150	(121,114)	3	
+31501003	31150	(101,105)	3	
+31501004	31150	(60,134)	3	
+31501005	31150	(38,145)	3	
+31501006	31150	(170,157)	3	
+31501007	31150	(116,169)	3	
+31501008	31150	(43,203)	3	
+31501009	31150	(131,222)	3	
+31702001	31170	(165,83)	1	
+31702002	31170	(152,65)	1	
+31703001	31170	(173,62)	1	
+31704001	31170	(54,50)	1	185
+31704002	31170	(36,25)	1	255
+31704003	31170	(60,27)	1	100
+31903001	31240	(22,20)	3	
+31903002	31240	(22,20)	3	
+31903003	31240	(22,20)	3	
+31903004	31240	(22,20)	3	
+31903005	31240	(22,20)	3	
+31903006	31240	(22,20)	3	
+31903007	31240	(22,20)	3	
+31903008	31240	(22,20)	3	
+31903009	31240	(22,20)	3	
+31903010	31240	(22,20)	3	
+31903011	31240	(22,20)	3	
+31903012	31240	(22,20)	3	
+31903013	31240	(22,20)	3	
+30301004	31360	(53,45)	3	
+30303017	31360	(17,81)	3	
+30303018	31360	(88,81)	3	
+30303019	31360	(53,115)	3	
+30303020	31360	(53,171)	3	
+40102001	32020	(159,333)	3	
+40102002	32020	(106,334)	3	
+40102003	32020	(191,268)	3	
+40102004	32020	(135,269)	3	
+40102005	32020	(78,261)	3	
+40102006	32020	(135,307)	3	
+40102007	32020	(198,331)	3	
+40103001	32020	(218,326)	3	
+40103002	32020	(220,270)	3	
+40103003	32020	(160,247)	3	
+40103004	32020	(107,247)	3	
+40103005	32020	(165,303)	3	
+40103006	32020	(103,303)	3	
+40103007	32020	(227,210)	3	
+40103008	32020	(213,135)	3	
+60203004	52010	(16,19)	3	
+60203005	52010	(16,19)	3	
+60203006	52010	(16,19)	3	
+60203007	52010	(16,19)	3	
+60203008	52010	(16,19)	3	
+60203009	52010	(16,19)	3	
+60203010	52010	(16,19)	3	
+60203011	52010	(16,19)	3	
+60203012	52010	(16,19)	3	
+60203013	52010	(16,19)	3	
+60203014	52010	(16,19)	3	
+60203015	52010	(16,19)	3	
+60203016	52010	(16,19)	3	
+60203017	52010	(16,19)	3	
+60203018	52010	(16,19)	3	
+60203019	52010	(16,19)	3	
+60203020	52010	(16,19)	3	
+60203001	52020	(16,19)	3	
+60203002	52020	(16,19)	3	
+60203003	52020	(16,19)	3	
+40208007	31190	(5.76,23.48)	1	235
diff --git a/Tool/RobotTest/Data/gettable.bat b/Tool/RobotTest/Data/gettable.bat
new file mode 100644
index 0000000..6539046
--- /dev/null
+++ b/Tool/RobotTest/Data/gettable.bat
@@ -0,0 +1,3 @@
+copy F:\GitPro\snxx_server\db\PyMongoDataServer\SysDB\tagChinMap.txt F:\GitPro\ServerCode\Tool\RobotTest\Data /Y
+copy F:\GitPro\U3DClient\Assets\ResourcesOut\Refdata\Config\MapEventPoint.txt F:\GitPro\ServerCode\Tool\RobotTest\Data /Y
+copy F:\GitPro\U3DClient\Assets\ResourcesOut\Refdata\Config\MonsterRefreshPoint.txt F:\GitPro\ServerCode\Tool\RobotTest\Data /Y
\ No newline at end of file
diff --git a/Tool/RobotTest/Data/tagChinMap.txt b/Tool/RobotTest/Data/tagChinMap.txt
index 5e6f5ce..136c5d1 100644
--- a/Tool/RobotTest/Data/tagChinMap.txt
+++ b/Tool/RobotTest/Data/tagChinMap.txt
@@ -1,50 +1,62 @@
-MapID	Name	Country	LV	ExistTime	MapFBType	AutoSize	Period	PeriodValue1	PeriodHour1	PeriodMinute1	PeriodValue2	PeriodHour2	PeriodMinute2	LocalReborn	SkillReborn	RebornMap	RebornMapX	RebornMapY	CanRide	CanOutPet	TreasureID	Camp	AtkType
-10010	神诀宗	1	1	0	0	0	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-10020	影谷	1	10	0	0	0	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	103	0	1
-10030	御剑山庄	1	25	0	0	0	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	104	0	1
-10040	逍遥城	1	50	0	0	0	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	105	0	35
-10050	冰封回廊	1	80	0	0	0	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	106	0	35
-10060	秘灵岛	1	140	0	0	0	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	35
-10070	极炎之窟	1	200	0	0	0	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	35
-10080	玄梦幻界	1	250	0	0	0	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	35
-21070	深海古墓	1	90	0	0	0	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	5	35
-21100	荒芜沙漠	1	240	0	0	0	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	5	35
-31010	登天之争	1	0	900000	1	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	35
-31020	BOSS之家一层	1	0	0	8	0	0	0	0	0	0	0	0	0	0	10000	50	50	1	1	0	0	35
-31030	BOSS之家二层	1	0	0	8	0	0	0	0	0	0	0	0	0	0	10000	50	50	1	1	0	0	35
-31040	灵界之森	1	0	360000	1	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-31050	仙之果山	1	0	360000	1	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-31060	迷幻森林	1	0	360000	1	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-31080	仙界秘境	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-31090	新手副本	1	0	600000	1	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	35
-31110	境界副本A	1	0	0	2	1	0	0	0	0	0	0	0	0	0	10000	50	50	1	1	0	0	35
-31120	境界副本B	1	0	0	2	1	0	0	0	0	0	0	0	0	0	10000	50	50	1	1	0	0	35
-31130	符印塔	1	0	0	1	1	0	0	0	0	0	0	0	0	0	10000	50	50	1	1	0	0	35
-31140	冰晶矿脉	1	0	900000	1	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-31150	古神禁地	1	0	0	8	0	0	0	0	0	0	0	0	0	0	10000	50	50	1	1	0	5	32
-31190	麒麟之府	1	0	900000	1	1	0	0	0	0	0	0	0	0	0	10000	50	50	1	1	0	0	35
-31210	仙盟BOSS	1	0	3600000	3	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	35
-31220	仙盟联赛	1	0	3600000	4	0	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	5	32
-31230	仙盟宴会	1	0	930000	3	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	35
-31240	个人BOSS	1	0	0	1	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-31170	守卫人皇	1	0	1800000	3	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	35
-51010	娲皇遗迹1层	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-51020	娲皇遗迹2层	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-51030	娲皇遗迹3层	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-51040	娲皇遗迹4层	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-51050	娲皇遗迹5层	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-51060	娲皇遗迹6层	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-51070	娲皇遗迹7层	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-51080	娲皇遗迹8层	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-41110	灵器认主	1	0	900000	1	1	0	0	0	0	0	0	0	0	0	10000	50	50	1	1	0	0	1
-41120	魔器争夺	1	0	900000	1	1	0	0	0	0	0	0	0	0	0	10000	50	50	1	1	0	0	35
-60010	宗门试炼一层	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-60020	宗门试炼二层	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-60030	宗门试炼三层	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-60040	宗门试炼四层	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-60050	宗门试炼五层	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-60060	宗门试炼六层	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-31180	混乱妖域	1	0	900000	2	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-31160	上古战场	1	0	1800000	8	0	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	35
-31250	守护副本	1	0	600000	1	1	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
-52010	封魔坛	1	0	900000	8	0	0	0	0	0	0	0	0	1	1	10000	50	50	1	1	0	0	1
+MapID	Name	Country	LV	ExistTime	MapFBType	AutoSize	Period	PeriodValue1	PeriodHour1	PeriodMinute1	PeriodValue2	PeriodHour2	PeriodMinute2	LocalReborn	SkillReborn	RebornMap	RebornMapX	RebornMapY	CanRide	CanOutPet	MainTaskID	Camp	AtkType
+1000	跨服竞技场	1	0	900000	10	1	0	0	0	0	0	0	0	1	1	10010	196	80	0	1	0	1	2
+10010	缥缈宗	1	1	0	0	0	0	0	0	0	0	0	0	1	1	10010	196	80	1	1	0	0	1
+10090	两仪山间	1	18	0	0	0	0	0	0	0	0	0	0	1	1	10090	163	73	1	1	1	0	1
+10120	封魔之地	1	38	0	0	0	0	0	0	0	0	0	0	1	1	10010	152	81	1	1	2	0	1
+10080	玄梦幻界	1	65	0	0	0	0	0	0	0	0	0	0	1	1	10080	121	45	1	1	3	0	1
+10060	秘灵岛	1	130	0	0	0	0	0	0	0	0	0	0	1	1	10060	102	11	1	1	4	0	35
+10040	逍遥城	1	190	0	0	0	0	0	0	0	0	0	0	1	1	10040	213	17	1	1	5	0	35
+10030	御剑山庄	1	250	0	0	0	0	0	0	0	0	0	0	1	1	10030	90	17	1	1	6	0	35
+10070	极炎之窟	1	300	0	0	0	0	0	0	0	0	0	0	1	1	10070	64	6	1	1	7	0	35
+10100	魔之古城	1	350	0	0	0	0	0	0	0	0	0	0	1	1	10100	60	18	1	1	8	0	35
+10020	影谷	1	400	0	0	0	0	0	0	0	0	0	0	1	1	10020	208	28	1	1	9	0	35
+10050	冰封回廊	1	450	0	0	0	0	0	0	0	0	0	0	1	1	10050	107	16	1	1	10	0	35
+10110	恒古地宫	1	500	0	0	0	0	0	0	0	0	0	0	1	1	10110	109	24	1	1	11	0	35
+21070	深海古墓	1	100	0	0	0	0	0	0	0	0	0	0	1	1	21070	75	12	1	1	0	5	35
+21100	荒芜沙漠	1	200	0	0	0	0	0	0	0	0	0	0	1	1	21100	103	37	1	1	0	5	35
+21110	空中楼宇	1	300	0	0	0	0	0	0	0	0	0	0	1	1	21110	94	91	1	1	0	5	35
+21310	古舰战场	1	350	0	0	0	0	0	0	0	0	0	0	1	1	21310	94	91	1	1	0	5	35
+31010	仙魔之争	1	0	900000	1	1	0	0	0	0	0	0	0	1	1	31010	26	6	0	1	0	1	2
+31020	BOSS之家一层	1	0	0	8	0	0	0	0	0	0	0	0	0	0	31020	49	71	0	1	0	5	35
+31030	BOSS之家二层	1	0	0	8	0	0	0	0	0	0	0	0	0	0	31030	55	14	0	1	0	5	35
+31031	BOSS之家三层	1	0	0	8	0	0	0	0	0	0	0	0	0	0	31031	97	42	0	1	0	5	35
+31040	日常副本	1	0	360000	1	1	0	0	0	0	0	0	0	1	1	31040	18	44	0	1	0	0	1
+31080	仙界秘境	1	0	900000	1	1	0	0	0	0	0	0	0	1	1	31080	20	19	0	1	0	0	1
+31110	渡劫	1	0	900000	1	1	0	0	0	0	0	0	0	0	0	10010	196	80	0	1	0	0	1
+31130	符印塔	1	0	0	1	1	0	0	0	0	0	0	0	0	0	31130	26	16	0	1	0	0	1
+31140	冰晶矿脉	1	0	900000	1	1	0	0	0	0	0	0	0	1	1	31140	16	12	0	1	0	0	1
+31150	古神禁地	1	0	0	8	0	0	0	0	0	0	0	0	0	0	31150	133	43	1	1	0	5	32
+31160	上古战场	1	0	1200000	8	0	0	0	0	0	0	0	0	1	1	31160	100	59	0	1	0	1	2
+31170	守卫人皇	1	0	1800000	3	1	0	0	0	0	0	0	0	1	1	31170	76	15	0	1	0	0	1
+31180	混乱妖域	1	0	1500000	2	1	0	0	0	0	0	0	0	1	1	31180	112	24	0	1	0	0	1
+31190	缥缈宝藏	1	0	900000	1	1	0	0	0	0	0	0	0	0	0	31190	35	5	0	1	0	0	35
+31200	骑宠地图	1	0	3600000	8	0	0	0	0	0	0	0	0	1	1	31200	9	6	0	1	0	0	1
+31210	仙盟圣兽	1	0	3600000	3	1	0	0	0	0	0	0	0	1	1	31210	11	29	0	1	0	0	1
+31220	仙盟联赛	1	0	3600000	4	0	0	0	0	0	0	0	0	1	1	31220	18	74	0	1	0	5	32
+31230	仙盟宴会	1	0	1200000	3	1	0	0	0	0	0	0	0	1	1	31230	12	23	0	1	0	0	1
+31240	VIPBoss	1	0	0	1	1	0	0	0	0	0	0	0	1	1	31240	32	16	0	1	0	0	1
+31250	守护副本	1	0	600000	1	1	0	0	0	0	0	0	0	1	1	31250	29	14	0	1	0	0	1
+31260	仙盟BOSS	1	0	3600000	8	0	0	0	0	0	0	0	0	1	1	31260	18	18	0	1	0	0	1
+31340	幽暗迷森	1	0	3600000	1	1	0	0	0	0	0	0	0	1	1	31340	23	29	0	1	0	0	1
+31360	BOSS之家四层	1	0	0	8	0	0	0	0	0	0	0	0	0	0	31360	53	7	0	1	0	5	35
+32010	跨服竞技场	1	0	900000	10	1	0	0	0	0	0	0	0	1	1	10010	196	80	0	1	0	1	2
+32011	跨服竞技场	1	0	900000	10	1	0	0	0	0	0	0	0	1	1	10010	196	80	0	1	0	1	2
+32012	跨服竞技场	1	0	900000	10	1	0	0	0	0	0	0	0	1	1	10010	196	80	0	1	0	1	2
+32013	跨服竞技场	1	0	900000	10	1	0	0	0	0	0	0	0	1	1	10010	196	80	0	1	0	1	2
+32014	跨服竞技场	1	0	900000	10	1	0	0	0	0	0	0	0	1	1	10010	196	80	0	1	0	1	2
+32020	蓬莱仙境	1	260	0	0	0	0	0	0	0	0	0	0	1	1	32020	199	380	1	1	0	5	35
+32021	蓬莱仙境	1	260	0	0	0	0	0	0	0	0	0	0	1	1	32020	199	380	1	1	0	5	35
+41110	法宝副本	1	0	900000	1	1	0	0	0	0	0	0	0	0	0	10010	196	80	0	1	0	0	1
+51010	娲皇遗迹	1	0	0	1	1	0	0	0	0	0	0	0	1	1	10010	196	80	0	1	0	0	1
+52010	封魔坛	1	0	900000	8	0	0	0	0	0	0	0	0	1	1	52010	21	16	0	1	0	0	1
+52020	封魔坛	1	0	900000	1	1	0	0	0	0	0	0	0	1	1	52020	21	16	0	1	0	0	1
+60010	宗门试炼	1	0	1500000	1	1	0	0	0	0	0	0	0	1	1	10010	196	80	0	1	0	0	1
+32030	妖王	1	0	900000	11	0	0	0	0	0	0	0	0	1	1	32030	199	380	1	1	0	7	128
+22030	妖王	1	0	900000	8	0	0	0	0	0	0	0	0	1	1	22030	199	380	1	1	0	7	128
+2000	妖王	1	0	900000	8	0	0	0	0	0	0	0	0	1	1	22030	199	380	1	1	0	7	128
+32040	灵草园	1	0	0	11	0	0	0	0	0	0	0	0	1	1	32040	39	9	1	1	0	0	35
+32050	仙草园	1	0	0	11	0	0	0	0	0	0	0	0	1	1	32050	39	9	1	1	0	0	35
+3240	灵草园	1	0	0	8	0	0	0	0	0	0	0	0	1	1	22030	39	9	1	1	0	0	35
+3250	仙草园	1	0	0	8	0	0	0	0	0	0	0	0	1	1	22030	39	9	1	1	0	0	35
+4000	法宝副本	1	0	900000	1	1	0	0	0	0	0	0	0	0	0	10010	196	80	0	1	0	0	1
+31370	天星塔	1	0	0	1	1	0	0	0	0	0	0	0	0	0	31370	18	18	0	1	0	0	1

--
Gitblit v1.8.0