From 79d996fd6a30e5f2f43d2a9d618191fe12972e8b Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 06 一月 2026 13:05:40 +0800
Subject: [PATCH] 412 【挑战】定军阁-服务端(效果属性暂时无效;)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.pyc                              |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc                                |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBDJGEffect.txt            |  165 ++++++++++++
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBDJGQuick.txt             |   12 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.pyc                                  |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc                                     |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBDJGLevel.txt             |  201 +++++++++++++++
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBFunc.txt                 |    1 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBDJGEffect.txt            |  165 ++++++++++++
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc                            |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini                                           |   16 +
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc                                  |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Dingjunge.pyc                        |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc                              |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt             |    2 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.pyc                       |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBFunc.txt                 |    1 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Dingjunge.pyc |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBDJGLevel.txt             |  201 +++++++++++++++
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBDJGQuick.txt             |   12 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt             |    2 
 21 files changed, 778 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini b/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
index 29922f9..8419b3a 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
@@ -1183,6 +1183,22 @@
 PacketSubCMD_1=0x15
 PacketCallFunc_1=OnMainDropItemOP
 
+;定军阁
+[GameLogic_Dingjunge]
+ScriptName = GameWorldLogic\FBProcess\GameLogic_Dingjunge.py
+Writer = hxp
+Releaser = hxp
+RegType = 0
+RegisterPackCount = 2
+
+PacketCMD_1=0xB1
+PacketSubCMD_1=0x01
+PacketCallFunc_1=OnDingjungeEffSet
+
+PacketCMD_2=0xB1
+PacketSubCMD_2=0x02
+PacketCallFunc_2=OnDingjungeEffSelect
+
 ;回合攻击
 [TurnAttack]
 ScriptName = Attack\TurnAttack.py
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc
index 4247741..271d866 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
index 674219c..967dbd0 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc
index db55daa..0a6dc79 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc
index b7d9904..91d0178 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Dingjunge.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Dingjunge.pyc
new file mode 100644
index 0000000..1ec0e65
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Dingjunge.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.pyc
index da10e04..11cb21b 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Dingjunge.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Dingjunge.pyc
new file mode 100644
index 0000000..b99bbce
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Dingjunge.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
index 393b33f..3e23e25 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.pyc
index f1f331d..05f7705 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFB.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.pyc
index 391b63c..0131c57 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBDJGEffect.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBDJGEffect.txt
new file mode 100644
index 0000000..0c983dd
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBDJGEffect.txt
@@ -0,0 +1,165 @@
+EffID	EffQuality	AttrID	AttrValue	RandWeight
+100	4	16	200	50
+110	4	17	200	50
+120	4	18	200	50
+130	4	21	500	50
+140	4	23	500	50
+150	4	25	500	50
+160	4	27	500	50
+170	4	29	500	50
+180	4	31	500	50
+190	4	35	200	50
+200	4	37	200	50
+210	4	39	200	50
+220	4	41	200	50
+230	4	43	200	50
+240	4	55	400	50
+250	4	45	750	50
+260	4	51	1000	50
+270	4	53	1000	50
+280	4	57	750	5
+290	4	59	750	5
+300	4	61	750	5
+310	4	63	750	5
+320	4	22	750	50
+330	4	24	750	50
+340	4	26	750	50
+350	4	28	750	50
+360	4	30	750	50
+370	4	32	750	50
+380	4	36	200	50
+390	4	38	200	50
+400	4	40	200	50
+410	4	42	200	50
+420	4	44	200	50
+430	4	56	400	50
+440	4	46	750	50
+450	4	52	1000	50
+460	4	54	1000	50
+470	4	58	750	0
+480	4	60	750	0
+490	4	62	750	0
+500	4	64	750	0
+510	3	16	150	80
+520	3	17	150	80
+530	3	18	150	80
+540	3	21	400	80
+550	3	23	400	80
+560	3	25	400	80
+570	3	27	400	80
+580	3	29	400	80
+590	3	31	400	80
+600	3	35	150	80
+610	3	37	150	80
+620	3	39	150	80
+630	3	41	150	80
+640	3	43	150	80
+650	3	55	300	80
+660	3	45	600	80
+670	3	51	800	80
+680	3	53	800	80
+690	3	57	600	0
+700	3	59	600	0
+710	3	61	600	0
+720	3	63	600	0
+730	3	22	600	80
+740	3	24	600	80
+750	3	26	600	80
+760	3	28	600	80
+770	3	30	600	80
+780	3	32	600	80
+790	3	36	150	80
+800	3	38	150	80
+810	3	40	150	80
+820	3	42	150	80
+830	3	44	150	80
+840	3	56	300	80
+850	3	46	600	80
+860	3	52	800	80
+870	3	54	800	80
+880	3	58	600	0
+890	3	60	600	0
+900	3	62	600	0
+910	3	64	600	0
+920	2	16	100	100
+930	2	17	100	100
+940	2	18	100	100
+950	2	21	300	100
+960	2	23	300	100
+970	2	25	300	100
+980	2	27	300	100
+990	2	29	300	100
+1000	2	31	300	100
+1010	2	35	100	100
+1020	2	37	100	100
+1030	2	39	100	100
+1040	2	41	100	100
+1050	2	43	100	100
+1060	2	55	200	100
+1070	2	45	450	100
+1080	2	51	600	100
+1090	2	53	600	100
+1100	2	57	450	0
+1110	2	59	450	0
+1120	2	61	450	0
+1130	2	63	450	0
+1140	2	22	450	100
+1150	2	24	450	100
+1160	2	26	450	100
+1170	2	28	450	100
+1180	2	30	450	100
+1190	2	32	450	100
+1200	2	36	100	100
+1210	2	38	100	100
+1220	2	40	100	100
+1230	2	42	100	100
+1240	2	44	100	100
+1250	2	56	200	100
+1260	2	46	450	100
+1270	2	52	600	100
+1280	2	54	600	100
+1290	2	58	450	0
+1300	2	60	450	0
+1310	2	62	450	0
+1320	2	64	450	0
+1330	1	16	50	100
+1340	1	17	50	100
+1350	1	18	50	100
+1360	1	21	200	100
+1370	1	23	200	100
+1380	1	25	200	100
+1390	1	27	200	100
+1400	1	29	200	100
+1410	1	31	200	100
+1420	1	35	50	100
+1430	1	37	50	100
+1440	1	39	50	100
+1450	1	41	50	100
+1460	1	43	50	100
+1470	1	55	100	100
+1480	1	45	300	100
+1490	1	51	400	100
+1500	1	53	400	100
+1510	1	57	300	0
+1520	1	59	300	0
+1530	1	61	300	0
+1540	1	63	300	0
+1550	1	22	300	100
+1560	1	24	300	100
+1570	1	26	300	100
+1580	1	28	300	100
+1590	1	30	300	100
+1600	1	32	300	100
+1610	1	36	50	100
+1620	1	38	50	100
+1630	1	40	50	100
+1640	1	42	50	100
+1650	1	44	50	100
+1660	1	56	100	100
+1670	1	46	300	100
+1680	1	52	400	100
+1690	1	54	400	100
+1700	1	58	300	0
+1710	1	60	300	0
+1720	1	62	300	0
+1730	1	64	300	0
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBDJGLevel.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBDJGLevel.txt
new file mode 100644
index 0000000..40676ee
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBDJGLevel.txt
@@ -0,0 +1,201 @@
+LayerNum	LevelNum	PassAwardList	AwardList	LineupIDList	NPCLV	Difficulty
+1	1	[[3,30],[5,2]]	[[3,50]]	30010	1	1
+1	2	[[3,35],[5,2]]	[[3,55]]	30011	2	1
+1	3	[[3,40],[5,2]]	[[3,60]]	30012	3	1
+1	4	[[3,45],[5,2]]	[[3,65]]	30013	4	1
+1	5	[[3,50],[5,2]]	[[3,70]]	30010	5	1
+1	6	[[3,55],[5,2]]	[[3,75]]	30011	6	1
+1	7	[[3,60],[5,2]]	[[3,80]]	30012	7	1
+1	8	[[3,65],[5,2]]	[[3,85]]	30013	8	1
+1	9	[[3,70],[5,2]]	[[3,90]]	30010	9	1
+1	10	[[3,75],[5,2]]	[[3,95]]	30011	10	1
+2	1	[[3,80],[5,2]]	[[3,100]]	30012	11	1
+2	2	[[3,85],[5,2]]	[[3,105]]	30013	12	1
+2	3	[[3,90],[5,2]]	[[3,110]]	30010	13	1
+2	4	[[3,95],[5,2]]	[[3,115]]	30011	14	1
+2	5	[[3,100],[5,2]]	[[3,120]]	30012	15	1
+2	6	[[3,105],[5,2]]	[[3,125]]	30013	16	1
+2	7	[[3,110],[5,2]]	[[3,130]]	30010	17	1
+2	8	[[3,115],[5,2]]	[[3,135]]	30011	18	1
+2	9	[[3,120],[5,2]]	[[3,140]]	30012	19	1
+2	10	[[3,125],[5,2]]	[[3,145]]	30013	20	1
+3	1	[[3,130],[5,2]]	[[3,150]]	30010	21	1
+3	2	[[3,135],[5,2]]	[[3,155]]	30011	22	1
+3	3	[[3,140],[5,2]]	[[3,160]]	30012	23	1
+3	4	[[3,145],[5,2]]	[[3,165]]	30013	24	1
+3	5	[[3,150],[5,2]]	[[3,170]]	30010	25	1
+3	6	[[3,155],[5,2]]	[[3,175]]	30011	26	1
+3	7	[[3,160],[5,2]]	[[3,180]]	30012	27	1
+3	8	[[3,165],[5,2]]	[[3,185]]	30013	28	1
+3	9	[[3,170],[5,2]]	[[3,190]]	30010	29	1
+3	10	[[3,175],[5,2]]	[[3,195]]	30011	30	1
+4	1	[[3,180],[5,2]]	[[3,200]]	30012	31	1
+4	2	[[3,185],[5,2]]	[[3,205]]	30013	32	1
+4	3	[[3,190],[5,2]]	[[3,210]]	30010	33	1
+4	4	[[3,195],[5,2]]	[[3,215]]	30011	34	1
+4	5	[[3,200],[5,2]]	[[3,220]]	30012	35	1
+4	6	[[3,220],[5,2]]	[[3,220]]	30013	36	1
+4	7	[[3,240],[5,2]]	[[3,220]]	30010	37	1
+4	8	[[3,260],[5,2]]	[[3,220]]	30011	38	1
+4	9	[[3,280],[5,2]]	[[3,220]]	30012	39	1
+4	10	[[3,300],[5,2]]	[[3,220]]	30013	40	1
+5	1	[[3,320],[5,2]]	[[3,220]]	30010	41	1
+5	2	[[3,340],[5,2]]	[[3,220]]	30011	42	1
+5	3	[[3,360],[5,2]]	[[3,220]]	30012	43	1
+5	4	[[3,380],[5,2]]	[[3,220]]	30013	44	1
+5	5	[[3,400],[5,2]]	[[3,220]]	30010	45	1
+5	6	[[3,420],[5,2]]	[[3,220]]	30011	46	1
+5	7	[[3,440],[5,2]]	[[3,220]]	30012	47	1
+5	8	[[3,460],[5,2]]	[[3,220]]	30013	48	1
+5	9	[[3,480],[5,2]]	[[3,220]]	30010	49	1
+5	10	[[3,500],[5,2]]	[[3,220]]	30011	50	1
+6	1	[[3,520],[5,2]]	[[3,220]]	30012	51	1
+6	2	[[3,540],[5,2]]	[[3,220]]	30013	52	1
+6	3	[[3,560],[5,2]]	[[3,220]]	30010	53	1
+6	4	[[3,580],[5,2]]	[[3,220]]	30011	54	1
+6	5	[[3,600],[5,2]]	[[3,220]]	30012	55	1
+6	6	[[3,620],[5,2]]	[[3,220]]	30013	56	1
+6	7	[[3,640],[5,2]]	[[3,220]]	30010	57	1
+6	8	[[3,660],[5,2]]	[[3,220]]	30011	58	1
+6	9	[[3,680],[5,2]]	[[3,220]]	30012	59	1
+6	10	[[3,700],[5,2]]	[[3,220]]	30013	60	1
+7	1	[[3,720],[5,2]]	[[3,220]]	30010	61	1
+7	2	[[3,740],[5,2]]	[[3,220]]	30011	62	1
+7	3	[[3,760],[5,2]]	[[3,220]]	30012	63	1
+7	4	[[3,780],[5,2]]	[[3,220]]	30013	64	1
+7	5	[[3,800],[5,2]]	[[3,220]]	30010	65	1
+7	6	[[3,820],[5,2]]	[[3,220]]	30011	66	1
+7	7	[[3,840],[5,2]]	[[3,220]]	30012	67	1
+7	8	[[3,860],[5,2]]	[[3,220]]	30013	68	1
+7	9	[[3,880],[5,2]]	[[3,220]]	30010	69	1
+7	10	[[3,900],[5,2]]	[[3,220]]	30011	70	1
+8	1	[[3,720],[5,2]]	[[3,220]]	30012	61	1
+8	2	[[3,740],[5,2]]	[[3,220]]	30013	62	1
+8	3	[[3,760],[5,2]]	[[3,220]]	30010	63	1
+8	4	[[3,780],[5,2]]	[[3,220]]	30011	64	1
+8	5	[[3,800],[5,2]]	[[3,220]]	30012	65	1
+8	6	[[3,820],[5,2]]	[[3,220]]	30013	66	1
+8	7	[[3,840],[5,2]]	[[3,220]]	30010	67	1
+8	8	[[3,860],[5,2]]	[[3,220]]	30011	68	1
+8	9	[[3,880],[5,2]]	[[3,220]]	30012	69	1
+8	10	[[3,900],[5,2]]	[[3,220]]	30013	70	1
+9	1	[[3,720],[5,2]]	[[3,220]]	30010	61	1
+9	2	[[3,740],[5,2]]	[[3,220]]	30011	62	1
+9	3	[[3,760],[5,2]]	[[3,220]]	30012	63	1
+9	4	[[3,780],[5,2]]	[[3,220]]	30013	64	1
+9	5	[[3,800],[5,2]]	[[3,220]]	30010	65	1
+9	6	[[3,820],[5,2]]	[[3,220]]	30011	66	1
+9	7	[[3,840],[5,2]]	[[3,220]]	30012	67	1
+9	8	[[3,860],[5,2]]	[[3,220]]	30013	68	1
+9	9	[[3,880],[5,2]]	[[3,220]]	30010	69	1
+9	10	[[3,900],[5,2]]	[[3,220]]	30011	70	1
+10	1	[[3,720],[5,2]]	[[3,220]]	30012	61	1
+10	2	[[3,740],[5,2]]	[[3,220]]	30013	62	1
+10	3	[[3,760],[5,2]]	[[3,220]]	30010	63	1
+10	4	[[3,780],[5,2]]	[[3,220]]	30011	64	1
+10	5	[[3,800],[5,2]]	[[3,220]]	30012	65	1
+10	6	[[3,820],[5,2]]	[[3,220]]	30013	66	1
+10	7	[[3,840],[5,2]]	[[3,220]]	30010	67	1
+10	8	[[3,860],[5,2]]	[[3,220]]	30011	68	1
+10	9	[[3,880],[5,2]]	[[3,220]]	30012	69	1
+10	10	[[3,900],[5,2]]	[[3,220]]	30013	70	1
+11	1	[[3,720],[5,2]]	[[3,220]]	30010	61	1
+11	2	[[3,740],[5,2]]	[[3,220]]	30011	62	1
+11	3	[[3,760],[5,2]]	[[3,220]]	30012	63	1
+11	4	[[3,780],[5,2]]	[[3,220]]	30013	64	1
+11	5	[[3,800],[5,2]]	[[3,220]]	30010	65	1
+11	6	[[3,820],[5,2]]	[[3,220]]	30011	66	1
+11	7	[[3,840],[5,2]]	[[3,220]]	30012	67	1
+11	8	[[3,860],[5,2]]	[[3,220]]	30013	68	1
+11	9	[[3,880],[5,2]]	[[3,220]]	30010	69	1
+11	10	[[3,900],[5,2]]	[[3,220]]	30011	70	1
+12	1	[[3,720],[5,2]]	[[3,220]]	30012	61	1
+12	2	[[3,740],[5,2]]	[[3,220]]	30013	62	1
+12	3	[[3,760],[5,2]]	[[3,220]]	30010	63	1
+12	4	[[3,780],[5,2]]	[[3,220]]	30011	64	1
+12	5	[[3,800],[5,2]]	[[3,220]]	30012	65	1
+12	6	[[3,820],[5,2]]	[[3,220]]	30013	66	1
+12	7	[[3,840],[5,2]]	[[3,220]]	30010	67	1
+12	8	[[3,860],[5,2]]	[[3,220]]	30011	68	1
+12	9	[[3,880],[5,2]]	[[3,220]]	30012	69	1
+12	10	[[3,900],[5,2]]	[[3,220]]	30013	70	1
+13	1	[[3,720],[5,2]]	[[3,220]]	30010	61	1
+13	2	[[3,740],[5,2]]	[[3,220]]	30011	62	1
+13	3	[[3,760],[5,2]]	[[3,220]]	30012	63	1
+13	4	[[3,780],[5,2]]	[[3,220]]	30013	64	1
+13	5	[[3,800],[5,2]]	[[3,220]]	30010	65	1
+13	6	[[3,820],[5,2]]	[[3,220]]	30011	66	1
+13	7	[[3,840],[5,2]]	[[3,220]]	30012	67	1
+13	8	[[3,860],[5,2]]	[[3,220]]	30013	68	1
+13	9	[[3,880],[5,2]]	[[3,220]]	30010	69	1
+13	10	[[3,900],[5,2]]	[[3,220]]	30011	70	1
+14	1	[[3,720],[5,2]]	[[3,220]]	30012	61	1
+14	2	[[3,740],[5,2]]	[[3,220]]	30013	62	1
+14	3	[[3,760],[5,2]]	[[3,220]]	30010	63	1
+14	4	[[3,780],[5,2]]	[[3,220]]	30011	64	1
+14	5	[[3,800],[5,2]]	[[3,220]]	30012	65	1
+14	6	[[3,820],[5,2]]	[[3,220]]	30013	66	1
+14	7	[[3,840],[5,2]]	[[3,220]]	30010	67	1
+14	8	[[3,860],[5,2]]	[[3,220]]	30011	68	1
+14	9	[[3,880],[5,2]]	[[3,220]]	30012	69	1
+14	10	[[3,900],[5,2]]	[[3,220]]	30013	70	1
+15	1	[[3,720],[5,2]]	[[3,220]]	30010	61	1
+15	2	[[3,740],[5,2]]	[[3,220]]	30011	62	1
+15	3	[[3,760],[5,2]]	[[3,220]]	30012	63	1
+15	4	[[3,780],[5,2]]	[[3,220]]	30013	64	1
+15	5	[[3,800],[5,2]]	[[3,220]]	30010	65	1
+15	6	[[3,820],[5,2]]	[[3,220]]	30011	66	1
+15	7	[[3,840],[5,2]]	[[3,220]]	30012	67	1
+15	8	[[3,860],[5,2]]	[[3,220]]	30013	68	1
+15	9	[[3,880],[5,2]]	[[3,220]]	30010	69	1
+15	10	[[3,900],[5,2]]	[[3,220]]	30011	70	1
+16	1	[[3,720],[5,2]]	[[3,220]]	30012	61	1
+16	2	[[3,740],[5,2]]	[[3,220]]	30013	62	1
+16	3	[[3,760],[5,2]]	[[3,220]]	30010	63	1
+16	4	[[3,780],[5,2]]	[[3,220]]	30011	64	1
+16	5	[[3,800],[5,2]]	[[3,220]]	30012	65	1
+16	6	[[3,820],[5,2]]	[[3,220]]	30013	66	1
+16	7	[[3,840],[5,2]]	[[3,220]]	30010	67	1
+16	8	[[3,860],[5,2]]	[[3,220]]	30011	68	1
+16	9	[[3,880],[5,2]]	[[3,220]]	30012	69	1
+16	10	[[3,900],[5,2]]	[[3,220]]	30013	70	1
+17	1	[[3,720],[5,2]]	[[3,220]]	30010	61	1
+17	2	[[3,740],[5,2]]	[[3,220]]	30011	62	1
+17	3	[[3,760],[5,2]]	[[3,220]]	30012	63	1
+17	4	[[3,780],[5,2]]	[[3,220]]	30013	64	1
+17	5	[[3,800],[5,2]]	[[3,220]]	30010	65	1
+17	6	[[3,820],[5,2]]	[[3,220]]	30011	66	1
+17	7	[[3,840],[5,2]]	[[3,220]]	30012	67	1
+17	8	[[3,860],[5,2]]	[[3,220]]	30013	68	1
+17	9	[[3,880],[5,2]]	[[3,220]]	30010	69	1
+17	10	[[3,900],[5,2]]	[[3,220]]	30011	70	1
+18	1	[[3,720],[5,2]]	[[3,220]]	30012	61	1
+18	2	[[3,740],[5,2]]	[[3,220]]	30013	62	1
+18	3	[[3,760],[5,2]]	[[3,220]]	30010	63	1
+18	4	[[3,780],[5,2]]	[[3,220]]	30011	64	1
+18	5	[[3,800],[5,2]]	[[3,220]]	30012	65	1
+18	6	[[3,820],[5,2]]	[[3,220]]	30013	66	1
+18	7	[[3,840],[5,2]]	[[3,220]]	30010	67	1
+18	8	[[3,860],[5,2]]	[[3,220]]	30011	68	1
+18	9	[[3,880],[5,2]]	[[3,220]]	30012	69	1
+18	10	[[3,900],[5,2]]	[[3,220]]	30013	70	1
+19	1	[[3,720],[5,2]]	[[3,220]]	30010	61	1
+19	2	[[3,740],[5,2]]	[[3,220]]	30011	62	1
+19	3	[[3,760],[5,2]]	[[3,220]]	30012	63	1
+19	4	[[3,780],[5,2]]	[[3,220]]	30013	64	1
+19	5	[[3,800],[5,2]]	[[3,220]]	30010	65	1
+19	6	[[3,820],[5,2]]	[[3,220]]	30011	66	1
+19	7	[[3,840],[5,2]]	[[3,220]]	30012	67	1
+19	8	[[3,860],[5,2]]	[[3,220]]	30013	68	1
+19	9	[[3,880],[5,2]]	[[3,220]]	30010	69	1
+19	10	[[3,900],[5,2]]	[[3,220]]	30011	70	1
+20	1	[[3,720],[5,2]]	[[3,220]]	30012	61	1
+20	2	[[3,740],[5,2]]	[[3,220]]	30013	62	1
+20	3	[[3,760],[5,2]]	[[3,220]]	30010	63	1
+20	4	[[3,780],[5,2]]	[[3,220]]	30011	64	1
+20	5	[[3,800],[5,2]]	[[3,220]]	30012	65	1
+20	6	[[3,820],[5,2]]	[[3,220]]	30013	66	1
+20	7	[[3,840],[5,2]]	[[3,220]]	30010	67	1
+20	8	[[3,860],[5,2]]	[[3,220]]	30011	68	1
+20	9	[[3,880],[5,2]]	[[3,220]]	30012	69	1
+20	10	[[3,900],[5,2]]	[[3,220]]	30013	70	1
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBDJGQuick.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBDJGQuick.txt
new file mode 100644
index 0000000..1b97d5e
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBDJGQuick.txt
@@ -0,0 +1,12 @@
+NeedLayer	QuickAwardList
+3	[[3,30],[5,2]]
+4	[[3,35],[5,2]]
+5	[[3,40],[5,2]]
+6	[[3,45],[5,2]]
+8	[[3,50],[5,2]]
+10	[[3,55],[5,2]]
+12	[[3,60],[5,2]]
+14	[[3,65],[5,2]]
+16	[[3,70],[5,2]]
+18	[[3,75],[5,2]]
+20	[[3,80],[5,2]]
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBFunc.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBFunc.txt
index c29c5ea..cee6578 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBFunc.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FBFunc.txt
@@ -1,3 +1,4 @@
 DataMapID	DayTimes	PayCntMax	PayMoneyType	PayMoneyValues
 30010	1	3	1	[50,100,200]
 30020	5	0	0	[]
+30030	0	0	0	[]
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt
index d083673..0a5538c 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt
@@ -460,3 +460,5 @@
 TravelSet	50	10	6|5		
 TravelRate	[1,8]	2000	[[60,1],[30,4],[10,6]]		
 DailyTehui	[220,221,222]	223	36		
+Dingjunge	2				
+DingjungeEff	[0,310,710,1010,2010,2210,2510,3010]	10	3	5	
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBDJGEffect.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBDJGEffect.txt
new file mode 100644
index 0000000..0c983dd
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBDJGEffect.txt
@@ -0,0 +1,165 @@
+EffID	EffQuality	AttrID	AttrValue	RandWeight
+100	4	16	200	50
+110	4	17	200	50
+120	4	18	200	50
+130	4	21	500	50
+140	4	23	500	50
+150	4	25	500	50
+160	4	27	500	50
+170	4	29	500	50
+180	4	31	500	50
+190	4	35	200	50
+200	4	37	200	50
+210	4	39	200	50
+220	4	41	200	50
+230	4	43	200	50
+240	4	55	400	50
+250	4	45	750	50
+260	4	51	1000	50
+270	4	53	1000	50
+280	4	57	750	5
+290	4	59	750	5
+300	4	61	750	5
+310	4	63	750	5
+320	4	22	750	50
+330	4	24	750	50
+340	4	26	750	50
+350	4	28	750	50
+360	4	30	750	50
+370	4	32	750	50
+380	4	36	200	50
+390	4	38	200	50
+400	4	40	200	50
+410	4	42	200	50
+420	4	44	200	50
+430	4	56	400	50
+440	4	46	750	50
+450	4	52	1000	50
+460	4	54	1000	50
+470	4	58	750	0
+480	4	60	750	0
+490	4	62	750	0
+500	4	64	750	0
+510	3	16	150	80
+520	3	17	150	80
+530	3	18	150	80
+540	3	21	400	80
+550	3	23	400	80
+560	3	25	400	80
+570	3	27	400	80
+580	3	29	400	80
+590	3	31	400	80
+600	3	35	150	80
+610	3	37	150	80
+620	3	39	150	80
+630	3	41	150	80
+640	3	43	150	80
+650	3	55	300	80
+660	3	45	600	80
+670	3	51	800	80
+680	3	53	800	80
+690	3	57	600	0
+700	3	59	600	0
+710	3	61	600	0
+720	3	63	600	0
+730	3	22	600	80
+740	3	24	600	80
+750	3	26	600	80
+760	3	28	600	80
+770	3	30	600	80
+780	3	32	600	80
+790	3	36	150	80
+800	3	38	150	80
+810	3	40	150	80
+820	3	42	150	80
+830	3	44	150	80
+840	3	56	300	80
+850	3	46	600	80
+860	3	52	800	80
+870	3	54	800	80
+880	3	58	600	0
+890	3	60	600	0
+900	3	62	600	0
+910	3	64	600	0
+920	2	16	100	100
+930	2	17	100	100
+940	2	18	100	100
+950	2	21	300	100
+960	2	23	300	100
+970	2	25	300	100
+980	2	27	300	100
+990	2	29	300	100
+1000	2	31	300	100
+1010	2	35	100	100
+1020	2	37	100	100
+1030	2	39	100	100
+1040	2	41	100	100
+1050	2	43	100	100
+1060	2	55	200	100
+1070	2	45	450	100
+1080	2	51	600	100
+1090	2	53	600	100
+1100	2	57	450	0
+1110	2	59	450	0
+1120	2	61	450	0
+1130	2	63	450	0
+1140	2	22	450	100
+1150	2	24	450	100
+1160	2	26	450	100
+1170	2	28	450	100
+1180	2	30	450	100
+1190	2	32	450	100
+1200	2	36	100	100
+1210	2	38	100	100
+1220	2	40	100	100
+1230	2	42	100	100
+1240	2	44	100	100
+1250	2	56	200	100
+1260	2	46	450	100
+1270	2	52	600	100
+1280	2	54	600	100
+1290	2	58	450	0
+1300	2	60	450	0
+1310	2	62	450	0
+1320	2	64	450	0
+1330	1	16	50	100
+1340	1	17	50	100
+1350	1	18	50	100
+1360	1	21	200	100
+1370	1	23	200	100
+1380	1	25	200	100
+1390	1	27	200	100
+1400	1	29	200	100
+1410	1	31	200	100
+1420	1	35	50	100
+1430	1	37	50	100
+1440	1	39	50	100
+1450	1	41	50	100
+1460	1	43	50	100
+1470	1	55	100	100
+1480	1	45	300	100
+1490	1	51	400	100
+1500	1	53	400	100
+1510	1	57	300	0
+1520	1	59	300	0
+1530	1	61	300	0
+1540	1	63	300	0
+1550	1	22	300	100
+1560	1	24	300	100
+1570	1	26	300	100
+1580	1	28	300	100
+1590	1	30	300	100
+1600	1	32	300	100
+1610	1	36	50	100
+1620	1	38	50	100
+1630	1	40	50	100
+1640	1	42	50	100
+1650	1	44	50	100
+1660	1	56	100	100
+1670	1	46	300	100
+1680	1	52	400	100
+1690	1	54	400	100
+1700	1	58	300	0
+1710	1	60	300	0
+1720	1	62	300	0
+1730	1	64	300	0
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBDJGLevel.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBDJGLevel.txt
new file mode 100644
index 0000000..40676ee
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBDJGLevel.txt
@@ -0,0 +1,201 @@
+LayerNum	LevelNum	PassAwardList	AwardList	LineupIDList	NPCLV	Difficulty
+1	1	[[3,30],[5,2]]	[[3,50]]	30010	1	1
+1	2	[[3,35],[5,2]]	[[3,55]]	30011	2	1
+1	3	[[3,40],[5,2]]	[[3,60]]	30012	3	1
+1	4	[[3,45],[5,2]]	[[3,65]]	30013	4	1
+1	5	[[3,50],[5,2]]	[[3,70]]	30010	5	1
+1	6	[[3,55],[5,2]]	[[3,75]]	30011	6	1
+1	7	[[3,60],[5,2]]	[[3,80]]	30012	7	1
+1	8	[[3,65],[5,2]]	[[3,85]]	30013	8	1
+1	9	[[3,70],[5,2]]	[[3,90]]	30010	9	1
+1	10	[[3,75],[5,2]]	[[3,95]]	30011	10	1
+2	1	[[3,80],[5,2]]	[[3,100]]	30012	11	1
+2	2	[[3,85],[5,2]]	[[3,105]]	30013	12	1
+2	3	[[3,90],[5,2]]	[[3,110]]	30010	13	1
+2	4	[[3,95],[5,2]]	[[3,115]]	30011	14	1
+2	5	[[3,100],[5,2]]	[[3,120]]	30012	15	1
+2	6	[[3,105],[5,2]]	[[3,125]]	30013	16	1
+2	7	[[3,110],[5,2]]	[[3,130]]	30010	17	1
+2	8	[[3,115],[5,2]]	[[3,135]]	30011	18	1
+2	9	[[3,120],[5,2]]	[[3,140]]	30012	19	1
+2	10	[[3,125],[5,2]]	[[3,145]]	30013	20	1
+3	1	[[3,130],[5,2]]	[[3,150]]	30010	21	1
+3	2	[[3,135],[5,2]]	[[3,155]]	30011	22	1
+3	3	[[3,140],[5,2]]	[[3,160]]	30012	23	1
+3	4	[[3,145],[5,2]]	[[3,165]]	30013	24	1
+3	5	[[3,150],[5,2]]	[[3,170]]	30010	25	1
+3	6	[[3,155],[5,2]]	[[3,175]]	30011	26	1
+3	7	[[3,160],[5,2]]	[[3,180]]	30012	27	1
+3	8	[[3,165],[5,2]]	[[3,185]]	30013	28	1
+3	9	[[3,170],[5,2]]	[[3,190]]	30010	29	1
+3	10	[[3,175],[5,2]]	[[3,195]]	30011	30	1
+4	1	[[3,180],[5,2]]	[[3,200]]	30012	31	1
+4	2	[[3,185],[5,2]]	[[3,205]]	30013	32	1
+4	3	[[3,190],[5,2]]	[[3,210]]	30010	33	1
+4	4	[[3,195],[5,2]]	[[3,215]]	30011	34	1
+4	5	[[3,200],[5,2]]	[[3,220]]	30012	35	1
+4	6	[[3,220],[5,2]]	[[3,220]]	30013	36	1
+4	7	[[3,240],[5,2]]	[[3,220]]	30010	37	1
+4	8	[[3,260],[5,2]]	[[3,220]]	30011	38	1
+4	9	[[3,280],[5,2]]	[[3,220]]	30012	39	1
+4	10	[[3,300],[5,2]]	[[3,220]]	30013	40	1
+5	1	[[3,320],[5,2]]	[[3,220]]	30010	41	1
+5	2	[[3,340],[5,2]]	[[3,220]]	30011	42	1
+5	3	[[3,360],[5,2]]	[[3,220]]	30012	43	1
+5	4	[[3,380],[5,2]]	[[3,220]]	30013	44	1
+5	5	[[3,400],[5,2]]	[[3,220]]	30010	45	1
+5	6	[[3,420],[5,2]]	[[3,220]]	30011	46	1
+5	7	[[3,440],[5,2]]	[[3,220]]	30012	47	1
+5	8	[[3,460],[5,2]]	[[3,220]]	30013	48	1
+5	9	[[3,480],[5,2]]	[[3,220]]	30010	49	1
+5	10	[[3,500],[5,2]]	[[3,220]]	30011	50	1
+6	1	[[3,520],[5,2]]	[[3,220]]	30012	51	1
+6	2	[[3,540],[5,2]]	[[3,220]]	30013	52	1
+6	3	[[3,560],[5,2]]	[[3,220]]	30010	53	1
+6	4	[[3,580],[5,2]]	[[3,220]]	30011	54	1
+6	5	[[3,600],[5,2]]	[[3,220]]	30012	55	1
+6	6	[[3,620],[5,2]]	[[3,220]]	30013	56	1
+6	7	[[3,640],[5,2]]	[[3,220]]	30010	57	1
+6	8	[[3,660],[5,2]]	[[3,220]]	30011	58	1
+6	9	[[3,680],[5,2]]	[[3,220]]	30012	59	1
+6	10	[[3,700],[5,2]]	[[3,220]]	30013	60	1
+7	1	[[3,720],[5,2]]	[[3,220]]	30010	61	1
+7	2	[[3,740],[5,2]]	[[3,220]]	30011	62	1
+7	3	[[3,760],[5,2]]	[[3,220]]	30012	63	1
+7	4	[[3,780],[5,2]]	[[3,220]]	30013	64	1
+7	5	[[3,800],[5,2]]	[[3,220]]	30010	65	1
+7	6	[[3,820],[5,2]]	[[3,220]]	30011	66	1
+7	7	[[3,840],[5,2]]	[[3,220]]	30012	67	1
+7	8	[[3,860],[5,2]]	[[3,220]]	30013	68	1
+7	9	[[3,880],[5,2]]	[[3,220]]	30010	69	1
+7	10	[[3,900],[5,2]]	[[3,220]]	30011	70	1
+8	1	[[3,720],[5,2]]	[[3,220]]	30012	61	1
+8	2	[[3,740],[5,2]]	[[3,220]]	30013	62	1
+8	3	[[3,760],[5,2]]	[[3,220]]	30010	63	1
+8	4	[[3,780],[5,2]]	[[3,220]]	30011	64	1
+8	5	[[3,800],[5,2]]	[[3,220]]	30012	65	1
+8	6	[[3,820],[5,2]]	[[3,220]]	30013	66	1
+8	7	[[3,840],[5,2]]	[[3,220]]	30010	67	1
+8	8	[[3,860],[5,2]]	[[3,220]]	30011	68	1
+8	9	[[3,880],[5,2]]	[[3,220]]	30012	69	1
+8	10	[[3,900],[5,2]]	[[3,220]]	30013	70	1
+9	1	[[3,720],[5,2]]	[[3,220]]	30010	61	1
+9	2	[[3,740],[5,2]]	[[3,220]]	30011	62	1
+9	3	[[3,760],[5,2]]	[[3,220]]	30012	63	1
+9	4	[[3,780],[5,2]]	[[3,220]]	30013	64	1
+9	5	[[3,800],[5,2]]	[[3,220]]	30010	65	1
+9	6	[[3,820],[5,2]]	[[3,220]]	30011	66	1
+9	7	[[3,840],[5,2]]	[[3,220]]	30012	67	1
+9	8	[[3,860],[5,2]]	[[3,220]]	30013	68	1
+9	9	[[3,880],[5,2]]	[[3,220]]	30010	69	1
+9	10	[[3,900],[5,2]]	[[3,220]]	30011	70	1
+10	1	[[3,720],[5,2]]	[[3,220]]	30012	61	1
+10	2	[[3,740],[5,2]]	[[3,220]]	30013	62	1
+10	3	[[3,760],[5,2]]	[[3,220]]	30010	63	1
+10	4	[[3,780],[5,2]]	[[3,220]]	30011	64	1
+10	5	[[3,800],[5,2]]	[[3,220]]	30012	65	1
+10	6	[[3,820],[5,2]]	[[3,220]]	30013	66	1
+10	7	[[3,840],[5,2]]	[[3,220]]	30010	67	1
+10	8	[[3,860],[5,2]]	[[3,220]]	30011	68	1
+10	9	[[3,880],[5,2]]	[[3,220]]	30012	69	1
+10	10	[[3,900],[5,2]]	[[3,220]]	30013	70	1
+11	1	[[3,720],[5,2]]	[[3,220]]	30010	61	1
+11	2	[[3,740],[5,2]]	[[3,220]]	30011	62	1
+11	3	[[3,760],[5,2]]	[[3,220]]	30012	63	1
+11	4	[[3,780],[5,2]]	[[3,220]]	30013	64	1
+11	5	[[3,800],[5,2]]	[[3,220]]	30010	65	1
+11	6	[[3,820],[5,2]]	[[3,220]]	30011	66	1
+11	7	[[3,840],[5,2]]	[[3,220]]	30012	67	1
+11	8	[[3,860],[5,2]]	[[3,220]]	30013	68	1
+11	9	[[3,880],[5,2]]	[[3,220]]	30010	69	1
+11	10	[[3,900],[5,2]]	[[3,220]]	30011	70	1
+12	1	[[3,720],[5,2]]	[[3,220]]	30012	61	1
+12	2	[[3,740],[5,2]]	[[3,220]]	30013	62	1
+12	3	[[3,760],[5,2]]	[[3,220]]	30010	63	1
+12	4	[[3,780],[5,2]]	[[3,220]]	30011	64	1
+12	5	[[3,800],[5,2]]	[[3,220]]	30012	65	1
+12	6	[[3,820],[5,2]]	[[3,220]]	30013	66	1
+12	7	[[3,840],[5,2]]	[[3,220]]	30010	67	1
+12	8	[[3,860],[5,2]]	[[3,220]]	30011	68	1
+12	9	[[3,880],[5,2]]	[[3,220]]	30012	69	1
+12	10	[[3,900],[5,2]]	[[3,220]]	30013	70	1
+13	1	[[3,720],[5,2]]	[[3,220]]	30010	61	1
+13	2	[[3,740],[5,2]]	[[3,220]]	30011	62	1
+13	3	[[3,760],[5,2]]	[[3,220]]	30012	63	1
+13	4	[[3,780],[5,2]]	[[3,220]]	30013	64	1
+13	5	[[3,800],[5,2]]	[[3,220]]	30010	65	1
+13	6	[[3,820],[5,2]]	[[3,220]]	30011	66	1
+13	7	[[3,840],[5,2]]	[[3,220]]	30012	67	1
+13	8	[[3,860],[5,2]]	[[3,220]]	30013	68	1
+13	9	[[3,880],[5,2]]	[[3,220]]	30010	69	1
+13	10	[[3,900],[5,2]]	[[3,220]]	30011	70	1
+14	1	[[3,720],[5,2]]	[[3,220]]	30012	61	1
+14	2	[[3,740],[5,2]]	[[3,220]]	30013	62	1
+14	3	[[3,760],[5,2]]	[[3,220]]	30010	63	1
+14	4	[[3,780],[5,2]]	[[3,220]]	30011	64	1
+14	5	[[3,800],[5,2]]	[[3,220]]	30012	65	1
+14	6	[[3,820],[5,2]]	[[3,220]]	30013	66	1
+14	7	[[3,840],[5,2]]	[[3,220]]	30010	67	1
+14	8	[[3,860],[5,2]]	[[3,220]]	30011	68	1
+14	9	[[3,880],[5,2]]	[[3,220]]	30012	69	1
+14	10	[[3,900],[5,2]]	[[3,220]]	30013	70	1
+15	1	[[3,720],[5,2]]	[[3,220]]	30010	61	1
+15	2	[[3,740],[5,2]]	[[3,220]]	30011	62	1
+15	3	[[3,760],[5,2]]	[[3,220]]	30012	63	1
+15	4	[[3,780],[5,2]]	[[3,220]]	30013	64	1
+15	5	[[3,800],[5,2]]	[[3,220]]	30010	65	1
+15	6	[[3,820],[5,2]]	[[3,220]]	30011	66	1
+15	7	[[3,840],[5,2]]	[[3,220]]	30012	67	1
+15	8	[[3,860],[5,2]]	[[3,220]]	30013	68	1
+15	9	[[3,880],[5,2]]	[[3,220]]	30010	69	1
+15	10	[[3,900],[5,2]]	[[3,220]]	30011	70	1
+16	1	[[3,720],[5,2]]	[[3,220]]	30012	61	1
+16	2	[[3,740],[5,2]]	[[3,220]]	30013	62	1
+16	3	[[3,760],[5,2]]	[[3,220]]	30010	63	1
+16	4	[[3,780],[5,2]]	[[3,220]]	30011	64	1
+16	5	[[3,800],[5,2]]	[[3,220]]	30012	65	1
+16	6	[[3,820],[5,2]]	[[3,220]]	30013	66	1
+16	7	[[3,840],[5,2]]	[[3,220]]	30010	67	1
+16	8	[[3,860],[5,2]]	[[3,220]]	30011	68	1
+16	9	[[3,880],[5,2]]	[[3,220]]	30012	69	1
+16	10	[[3,900],[5,2]]	[[3,220]]	30013	70	1
+17	1	[[3,720],[5,2]]	[[3,220]]	30010	61	1
+17	2	[[3,740],[5,2]]	[[3,220]]	30011	62	1
+17	3	[[3,760],[5,2]]	[[3,220]]	30012	63	1
+17	4	[[3,780],[5,2]]	[[3,220]]	30013	64	1
+17	5	[[3,800],[5,2]]	[[3,220]]	30010	65	1
+17	6	[[3,820],[5,2]]	[[3,220]]	30011	66	1
+17	7	[[3,840],[5,2]]	[[3,220]]	30012	67	1
+17	8	[[3,860],[5,2]]	[[3,220]]	30013	68	1
+17	9	[[3,880],[5,2]]	[[3,220]]	30010	69	1
+17	10	[[3,900],[5,2]]	[[3,220]]	30011	70	1
+18	1	[[3,720],[5,2]]	[[3,220]]	30012	61	1
+18	2	[[3,740],[5,2]]	[[3,220]]	30013	62	1
+18	3	[[3,760],[5,2]]	[[3,220]]	30010	63	1
+18	4	[[3,780],[5,2]]	[[3,220]]	30011	64	1
+18	5	[[3,800],[5,2]]	[[3,220]]	30012	65	1
+18	6	[[3,820],[5,2]]	[[3,220]]	30013	66	1
+18	7	[[3,840],[5,2]]	[[3,220]]	30010	67	1
+18	8	[[3,860],[5,2]]	[[3,220]]	30011	68	1
+18	9	[[3,880],[5,2]]	[[3,220]]	30012	69	1
+18	10	[[3,900],[5,2]]	[[3,220]]	30013	70	1
+19	1	[[3,720],[5,2]]	[[3,220]]	30010	61	1
+19	2	[[3,740],[5,2]]	[[3,220]]	30011	62	1
+19	3	[[3,760],[5,2]]	[[3,220]]	30012	63	1
+19	4	[[3,780],[5,2]]	[[3,220]]	30013	64	1
+19	5	[[3,800],[5,2]]	[[3,220]]	30010	65	1
+19	6	[[3,820],[5,2]]	[[3,220]]	30011	66	1
+19	7	[[3,840],[5,2]]	[[3,220]]	30012	67	1
+19	8	[[3,860],[5,2]]	[[3,220]]	30013	68	1
+19	9	[[3,880],[5,2]]	[[3,220]]	30010	69	1
+19	10	[[3,900],[5,2]]	[[3,220]]	30011	70	1
+20	1	[[3,720],[5,2]]	[[3,220]]	30012	61	1
+20	2	[[3,740],[5,2]]	[[3,220]]	30013	62	1
+20	3	[[3,760],[5,2]]	[[3,220]]	30010	63	1
+20	4	[[3,780],[5,2]]	[[3,220]]	30011	64	1
+20	5	[[3,800],[5,2]]	[[3,220]]	30012	65	1
+20	6	[[3,820],[5,2]]	[[3,220]]	30013	66	1
+20	7	[[3,840],[5,2]]	[[3,220]]	30010	67	1
+20	8	[[3,860],[5,2]]	[[3,220]]	30011	68	1
+20	9	[[3,880],[5,2]]	[[3,220]]	30012	69	1
+20	10	[[3,900],[5,2]]	[[3,220]]	30013	70	1
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBDJGQuick.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBDJGQuick.txt
new file mode 100644
index 0000000..1b97d5e
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBDJGQuick.txt
@@ -0,0 +1,12 @@
+NeedLayer	QuickAwardList
+3	[[3,30],[5,2]]
+4	[[3,35],[5,2]]
+5	[[3,40],[5,2]]
+6	[[3,45],[5,2]]
+8	[[3,50],[5,2]]
+10	[[3,55],[5,2]]
+12	[[3,60],[5,2]]
+14	[[3,65],[5,2]]
+16	[[3,70],[5,2]]
+18	[[3,75],[5,2]]
+20	[[3,80],[5,2]]
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBFunc.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBFunc.txt
index c29c5ea..cee6578 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBFunc.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FBFunc.txt
@@ -1,3 +1,4 @@
 DataMapID	DayTimes	PayCntMax	PayMoneyType	PayMoneyValues
 30010	1	3	1	[50,100,200]
 30020	5	0	0	[]
+30030	0	0	0	[]
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt
index d083673..0a5538c 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt
@@ -460,3 +460,5 @@
 TravelSet	50	10	6|5		
 TravelRate	[1,8]	2000	[[60,1],[30,4],[10,6]]		
 DailyTehui	[220,221,222]	223	36		
+Dingjunge	2				
+DingjungeEff	[0,310,710,1010,2010,2210,2510,3010]	10	3	5	

--
Gitblit v1.8.0