| | |
| | | m_BossAlive = findPreciousModel.IsBossAlive(config.npcId);
|
| | | }
|
| | |
|
| | | HazyRegionModel.Incident incident;
|
| | | model.TryGetIncident(incidentId, out incident);
|
| | | var error = 0;
|
| | | redpointAble = model.TryGotoIncident(incidentId, false, out error);
|
| | | redpointAble = model.TryGotoIncident(incidentId, false, out error)
|
| | | && incident.state == HazyRegionModel.IncidentState.Processing;
|
| | |
|
| | |
|
| | | DisplayBase();
|
| | | DisplayItems();
|
| | |
| | | bossAlive = findPreciousModel.IsBossAlive(config.npcId);
|
| | | }
|
| | |
|
| | | var error = 0;
|
| | | redpointAble = model.TryGotoIncident(incidentId, false, out error);
|
| | | HazyRegionModel.Incident incident;
|
| | | if (model.TryGetIncident(incidentId, out incident))
|
| | | {
|
| | | var error = 0;
|
| | | redpointAble = model.TryGotoIncident(incidentId, false, out error)
|
| | | && incident.state == HazyRegionModel.IncidentState.Processing;
|
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | |
| | | var error = 0;
|
| | | foreach (var id in incidents)
|
| | | {
|
| | | if (model.TryGotoIncident(id, false, out error))
|
| | | HazyRegionModel.Incident incident;
|
| | | if (model.TryGotoIncident(id, false, out error)
|
| | | && model.TryGetIncident(id, out incident)
|
| | | && incident.state == HazyRegionModel.IncidentState.Processing)
|
| | | {
|
| | | model.selectIncident = id;
|
| | | break;
|