From 66d347182b319d3179bcc1fd6df6a2dfc478805e Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 20 Dec 2024 17:38:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Scenes.config):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=8C=82=E6=9C=BA=E5=B0=8F=E6=80=AA=E7=9A=84=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将多个场景中的挂机小怪刷新范围从 42 调整为 30 - 优化了挂机小怪的分布,提高了玩家的挂机效率 --- LogicServer/data/envir/Scenes.config | 34 ++++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/LogicServer/data/envir/Scenes.config b/LogicServer/data/envir/Scenes.config index b95bb4c..2f8f1e6 100755 --- a/LogicServer/data/envir/Scenes.config +++ b/LogicServer/data/envir/Scenes.config @@ -538,19 +538,19 @@ Scenes={ {count=2,time=21600,firstTime=3,x=46,y=160,range=20,entityid=459,progress=0,}, {count=8,time=3600,firstTime=3,x=63,y=122,range=20,entityid=458,progress=0,}, {count=2,time=21600,firstTime=3,x=63,y=122,range=20,entityid=459,progress=0,}, - --常规挂机小怪 - { count=16, time=15, firstTime=3, x=52,y=148, range = 42, entityid=449, progress=0, }, - { count=16, time=15, firstTime=3, x=52,y=148, range = 42, entityid=450, progress=0, }, - { count=16, time=15, firstTime=3, x=52,y=148, range = 42, entityid=451, progress=0, }, - { count=16, time=13, firstTime=3, x=63,y=122, range = 42, entityid=452, progress=0, }, - { count=16, time=13, firstTime=3, x=63,y=122 range = 42, entityid=453, progress=0, }, - { count=16, time=12, firstTime=3, x=63,y=122 range = 42, entityid=454, progress=0, }, - { count=16, time=15, firstTime=3, x=16,y=136, range = 42, entityid=449, progress=0, }, - { count=16, time=15, firstTime=3, x=16,y=136, range = 42, entityid=450, progress=0, }, - { count=16, time=15, firstTime=3, x=16,y=136, range = 42, entityid=451, progress=0, }, - { count=16, time=13, firstTime=3, x=46,y=160, range = 42, entityid=452, progress=0, }, - { count=16, time=13, firstTime=3, x=46,y=160, range = 42, entityid=453, progress=0, }, - { count=16, time=12, firstTime=3, x=46,y=160, range = 42, entityid=454, progress=0, } + + { count=16, time=15, firstTime=3, x=52,y=148, range=30, entityid=449, progress=0, }, + { count=16, time=15, firstTime=3, x=52,y=148, range=30, entityid=450, progress=0, }, + { count=16, time=15, firstTime=3, x=52,y=148, range=30, entityid=451, progress=0, }, + { count=16, time=13, firstTime=3, x=63,y=122, range=30, entityid=452, progress=0, }, + { count=16, time=13, firstTime=3, x=63,y=122 range=30, entityid=453, progress=0, }, + { count=16, time=12, firstTime=3, x=63,y=122 range=30, entityid=454, progress=0, }, + { count=16, time=15, firstTime=3, x=16,y=136, range=30, entityid=449, progress=0, }, + { count=16, time=15, firstTime=3, x=16,y=136, range=30, entityid=450, progress=0, }, + { count=16, time=15, firstTime=3, x=16,y=136, range=30, entityid=451, progress=0, }, + { count=16, time=13, firstTime=3, x=46,y=160, range=30, entityid=452, progress=0, }, + { count=16, time=13, firstTime=3, x=46,y=160, range=30, entityid=453, progress=0, }, + { count=16, time=12, firstTime=3, x=46,y=160, range=30, entityid=454, progress=0, }, }, npc = { { id =125, posx = 54, posy = 124 }, @@ -13717,7 +13717,7 @@ Scenes={ } }, }, - refresh = {{ count=4, time=15, firstTime=3, x=48,y=26, range = 42, entityid=449, progress=0, }, { count=4, time=15, firstTime=3, x=48,y=26, range = 42, entityid=450, progress=0, }, { count=4, time=15, firstTime=3, x=48,y=26, range = 42, entityid=451, progress=0, }, { count=3, time=13, firstTime=3, x=48,y=26, range = 42, entityid=452, progress=0, }, { count=3, time=13, firstTime=3, x=48,y=26, range = 42, entityid=453, progress=0, }, { count=1, time=12, firstTime=3, x=48,y=26, range = 42, entityid=454, progress=0, }, { count=1, time=7200, firstTime=3, x=48,y=26, range = 1, entityid=455, progress=0, }, } , + refresh = {{ count=4, time=15, firstTime=3, x=48,y=26, range=30, entityid=449, progress=0, }, { count=4, time=15, firstTime=3, x=48,y=26, range=30, entityid=450, progress=0, }, { count=4, time=15, firstTime=3, x=48,y=26, range=30, entityid=451, progress=0, }, { count=3, time=13, firstTime=3, x=48,y=26, range=30, entityid=452, progress=0, }, { count=3, time=13, firstTime=3, x=48,y=26, range=30, entityid=453, progress=0, }, { count=1, time=12, firstTime=3, x=48,y=26, range=30, entityid=454, progress=0, }, { count=1, time=7200, firstTime=3, x=48,y=26, range = 1, entityid=455, progress=0, }, } , npc = { }, teleport = { { posx=87,posy=24,dist = 0,toSceneid=350,toPosx=23,toPosy=15,modelid=105,name = Lang.Scenes.s00350,mapHide =false, }, } , @@ -13747,7 +13747,7 @@ Scenes={ } }, }, - refresh = {{ count=4, time=15, firstTime=3, x=48,y=26, range = 42, entityid=449, progress=0, }, { count=4, time=15, firstTime=3, x=48,y=26, range = 42, entityid=450, progress=0, }, { count=4, time=15, firstTime=3, x=48,y=26, range = 42, entityid=451, progress=0, }, { count=3, time=13, firstTime=3, x=48,y=26, range = 42, entityid=452, progress=0, }, { count=3, time=13, firstTime=3, x=48,y=26, range = 42, entityid=453, progress=0, }, { count=1, time=12, firstTime=3, x=48,y=26, range = 42, entityid=454, progress=0, }, { count=1, time=7200, firstTime=3, x=48,y=26, range = 1, entityid=455, progress=0, }, } , + refresh = {{ count=4, time=15, firstTime=3, x=48,y=26, range=30, entityid=449, progress=0, }, { count=4, time=15, firstTime=3, x=48,y=26, range=30, entityid=450, progress=0, }, { count=4, time=15, firstTime=3, x=48,y=26, range=30, entityid=451, progress=0, }, { count=3, time=13, firstTime=3, x=48,y=26, range=30, entityid=452, progress=0, }, { count=3, time=13, firstTime=3, x=48,y=26, range=30, entityid=453, progress=0, }, { count=1, time=12, firstTime=3, x=48,y=26, range=30, entityid=454, progress=0, }, { count=1, time=7200, firstTime=3, x=48,y=26, range = 1, entityid=455, progress=0, }, } , npc = { }, teleport = { { posx=23,posy=15,dist = 0,toSceneid=349,toPosx=86,toPosy=24,modelid=105,name = Lang.Scenes.s00349,mapHide =false, },{ posx=87,posy=24,dist = 0,toSceneid=351,toPosx=23,toPosy=15,modelid=105,name = Lang.Scenes.s00351,mapHide =false, } } , @@ -13777,7 +13777,7 @@ Scenes={ } }, }, - refresh = {{ count=4, time=15, firstTime=3, x=48,y=26, range = 42, entityid=449, progress=0, }, { count=4, time=15, firstTime=3, x=48,y=26, range = 42, entityid=450, progress=0, }, { count=4, time=15, firstTime=3, x=48,y=26, range = 42, entityid=451, progress=0, }, { count=3, time=13, firstTime=3, x=48,y=26, range = 42, entityid=452, progress=0, }, { count=3, time=13, firstTime=3, x=48,y=26, range = 42, entityid=453, progress=0, }, { count=1, time=12, firstTime=3, x=48,y=26, range = 42, entityid=454, progress=0, }, { count=1, time=7200, firstTime=3, x=48,y=26, range = 1, entityid=455, progress=0, }, } , + refresh = {{ count=4, time=15, firstTime=3, x=48,y=26, range=30, entityid=449, progress=0, }, { count=4, time=15, firstTime=3, x=48,y=26, range=30, entityid=450, progress=0, }, { count=4, time=15, firstTime=3, x=48,y=26, range=30, entityid=451, progress=0, }, { count=3, time=13, firstTime=3, x=48,y=26, range=30, entityid=452, progress=0, }, { count=3, time=13, firstTime=3, x=48,y=26, range=30, entityid=453, progress=0, }, { count=1, time=12, firstTime=3, x=48,y=26, range=30, entityid=454, progress=0, }, { count=1, time=7200, firstTime=3, x=48,y=26, range = 1, entityid=455, progress=0, }, } , npc = { }, teleport = { { posx=23,posy=15,dist = 0,toSceneid=350,toPosx=86,toPosy=24,modelid=105,name = Lang.Scenes.s00350,mapHide =false, },{ posx=87,posy=24,dist = 0,toSceneid=352,toPosx=56,toPosy=11,modelid=105,name = Lang.Scenes.s00352,mapHide =false, } } , @@ -13807,7 +13807,7 @@ Scenes={ } }, }, - refresh = {{ count=5, time=15, firstTime=3, x=55,y=33, range = 42, entityid=449, progress=0, }, { count=5, time=15, firstTime=3, x=55,y=33, range = 42, entityid=450, progress=0, }, { count=5, time=15, firstTime=3, x=55,y=33, range = 42, entityid=451, progress=0, }, { count=3, time=13, firstTime=3, x=55,y=33, range = 42, entityid=452, progress=0, }, { count=3, time=13, firstTime=3, x=55,y=33, range = 42, entityid=453, progress=0, }, { count=3, time=12, firstTime=3, x=55,y=33, range = 42, entityid=454, progress=0, }, { count=1, time=7200, firstTime=3, x=55,y=33, range = 1, entityid=455, progress=0, }, { count=1, time=21600, firstTime=3, x=54,y=48, range = 1, entityid=456, progress=0, }, } , + refresh = {{ count=5, time=15, firstTime=3, x=55,y=33, range=30, entityid=449, progress=0, }, { count=5, time=15, firstTime=3, x=55,y=33, range=30, entityid=450, progress=0, }, { count=5, time=15, firstTime=3, x=55,y=33, range=30, entityid=451, progress=0, }, { count=3, time=13, firstTime=3, x=55,y=33, range=30, entityid=452, progress=0, }, { count=3, time=13, firstTime=3, x=55,y=33, range=30, entityid=453, progress=0, }, { count=3, time=12, firstTime=3, x=55,y=33, range=30, entityid=454, progress=0, }, { count=1, time=7200, firstTime=3, x=55,y=33, range = 1, entityid=455, progress=0, }, { count=1, time=21600, firstTime=3, x=54,y=48, range = 1, entityid=456, progress=0, }, } , npc = { }, teleport = { { posx=57,posy=10,dist = 0,toSceneid=351,toPosx=86,toPosy=24,modelid=105,name = Lang.Scenes.s00351,mapHide =false, }, } ,