| | |
| | |
|
| | | public bool CanCollectClientNpc(int npcId)
|
| | | {
|
| | | var collectCount = dungeonModel.GetDugneonNpcCollectCount(npcId);
|
| | | if (ClientDungeonStageUtility.isClientDungeon
|
| | | && ClientDungeonStageUtility.clientMapId == Client_ReikiGrassMapID)
|
| | | {
|
| | | var config = HazyRegionConfig.Get(hazyRegionModel.processingIncidentId);
|
| | | if (config != null)
|
| | | {
|
| | | var collectCount = dungeonModel.GetDugneonNpcCollectCount(npcId);
|
| | | var hintId = dungeonModel.GetDungeonHintId(config.dungeonId, config.lineId); |
| | | var hintConfig = DungeonHintConfig.Get(hintId); |
| | | if (hintConfig.NPC1ID.Length > 0 && hintConfig.NPC1ID[0] == npcId)
|