yyl
6 天以前 31b986a6dfe7b0e3cd01f15037be0278307eb2dd
npc配表更新
1个文件已修改
14 ■■■■ 已修改文件
Main/Config/Configs/NPCConfig.cs 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Config/Configs/NPCConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月8日
//    [  Date ]:           Thursday, September 18, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -18,8 +18,6 @@
    public int NPCID;
    public string NPCName;
    public int Country;
    public int AtkDistType;
    public int LV;
    public int SkinID;
    public float ModelScale;
@@ -38,15 +36,11 @@
            NPCName = tables[1];
            int.TryParse(tables[2],out Country);
            int.TryParse(tables[2],out LV);
            int.TryParse(tables[3],out AtkDistType);
            int.TryParse(tables[3],out SkinID);
            int.TryParse(tables[4],out LV);
            int.TryParse(tables[5],out SkinID);
            float.TryParse(tables[6],out ModelScale);
            float.TryParse(tables[4],out ModelScale);
        }
        catch (Exception exception)
        {