From b52ff3e9760025c654b028351fe05b4e6c797d53 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 11 十二月 2025 14:36:16 +0800 Subject: [PATCH] 129 【战斗】战斗系统-服务端(修复NPC等级不存在时导致取不到HeroID的bug) --- ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Store.txt | 35 +++++++++++++++++++++++------------ 1 files changed, 23 insertions(+), 12 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Store.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Store.txt index bacc538..eb9822a 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Store.txt +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Store.txt @@ -23,15 +23,26 @@ 107 2 2 20000 [] 1 2 15 1080 0 0 108 2 5 10 [] 2 10 15 3000 0 0 109 2 20 10 [] 2 100 15 5000 0 0 -200 3 510007 1 [] 2 5 43 12500 0 2 1000 -201 3 520005 1 [] 2 5 43 12500 0 2 1000 -202 3 530004 1 [] 2 5 43 12500 0 2 1000 -203 3 540006 1 [] 2 5 43 12500 0 2 1000 -204 3 510009 1 [] 2 5 43 40000 0 2 1000 -205 3 520008 1 [] 2 5 43 40000 0 2 1000 -206 3 530010 1 [] 2 5 43 40000 0 2 1000 -207 3 540009 1 [] 2 5 43 40000 0 2 1000 -208 3 510014 1 [] 2 5 43 50000 0 2 1000 -209 3 520013 1 [] 2 5 43 50000 0 2 1000 -210 3 530012 1 [] 2 5 43 50000 0 2 1000 -211 3 540013 1 [] 2 5 43 50000 0 2 1000 +200 3 510007 1 [] 0 1 43 12500 0 2 1000 +201 3 520005 1 [] 0 1 43 12500 0 2 1000 +202 3 530004 1 [] 0 1 43 12500 0 2 1000 +203 3 540006 1 [] 0 1 43 12500 0 2 1000 +204 3 510009 1 [] 0 1 43 40000 0 2 1000 +205 3 520008 1 [] 0 1 43 40000 0 2 1000 +206 3 530010 1 [] 0 1 43 40000 0 2 1000 +207 3 540009 1 [] 0 1 43 40000 0 2 1000 +208 3 510014 1 [] 0 1 43 50000 0 2 1000 +209 3 520013 1 [] 0 1 43 50000 0 2 1000 +210 3 530012 1 [] 0 1 43 50000 0 2 1000 +211 3 540013 1 [] 0 1 43 50000 0 2 1000 +300 5 3 5 [] 0 50 55 20 0 0 0 +301 5 12 2 [] 0 20 55 30 0 0 0 +302 5 2 500 [] 0 40 55 40 0 0 0 +303 5 7 200 [] 0 50 55 50 0 0 0 +304 5 8 20 [] 0 5 55 200 0 0 0 +305 5 6 3 [] 0 5 55 300 0 0 0 +306 5 13 4 [] 0 4 55 400 0 0 0 +307 5 5 5 [] 0 5 55 1000 0 0 0 +10001 4 3 10 [] 1 1 1 0 50 0 0 +10002 4 5 7 [] 1 1 1 1588 1960 0 0 +10010 6 3 10 [[3,20]] 1 1 1 0 110 0 0 -- Gitblit v1.8.0