| | |
| | | public List<int> bossHomeNoRebornRemindMaps = null;
|
| | | public List<int> elderGodNoRebornRemindMaps = null;
|
| | | public List<int> demonJarNoRebornRemindMaps = null;
|
| | | public List<int> dogzNoRebornRemindMaps = null;
|
| | |
|
| | | public string[][] ModeDefaultConfig { get; private set; }
|
| | | public int[] RealmGroup { get; private set; }
|
| | |
| | | public int inGameDownLoadHighestLevelPoint { get; private set; }
|
| | |
|
| | | public List<int> dungeonCanUseMoneyIds { get; private set; }
|
| | | public int dogzBoxLimit { get; private set; }
|
| | |
|
| | | public Dictionary<int, int> dungeonRebornClientTimes { get; private set; }
|
| | | public int[] CompareEquipPlaces { get; private set; }
|
| | |
| | | bossHomeNoRebornRemindMaps = new List<int>(GetIntArray("NoRebornRemindMap", 2));
|
| | | elderGodNoRebornRemindMaps = new List<int>(GetIntArray("NoRebornRemindMap", 3));
|
| | | demonJarNoRebornRemindMaps = new List<int>(GetIntArray("NoRebornRemindMap", 4));
|
| | | dogzNoRebornRemindMaps = new List<int>(GetIntArray("NoRebornRemindMap", 5));
|
| | |
|
| | | if (ModeDefaultConfig == null)
|
| | | {
|
| | |
| | |
|
| | | dungeonCanUseMoneyIds = new List<int>(GetIntArray("FBEnterTickeyAuto", 1));
|
| | | dungeonRebornClientTimes = ConfigParse.GetDic<int, int>(GetInputString("DuplicatesRebornTime", 2));
|
| | | dogzBoxLimit = GetInt("DogzBoxLimit");
|
| | |
|
| | | fairyGrabBossMapLines = ConfigParse.GetDic<int, int>(GetInputString("MapLine", 2));
|
| | | var grabBossMaps = fairyGrabBossMapLines.Keys.ToList();
|