| | |
| | | autoRebornTime = RebornConditions[3];
|
| | | }
|
| | |
|
| | | if(!WindowCenter.Instance.CheckOpen<RebornWin>())
|
| | | if(!WindowCenter.Instance.IsOpen<RebornWin>())
|
| | | {
|
| | | WindowCenter.Instance.Open<RebornWin>();
|
| | | }
|
| | |
| | | case 31150:
|
| | | if (dungeonModel.mission.score >= 100)
|
| | | {
|
| | | if(!WindowCenter.Instance.CheckOpen<ElderGodAreaExitWin>())
|
| | | if(!WindowCenter.Instance.IsOpen<ElderGodAreaExitWin>())
|
| | | {
|
| | | WindowCenter.Instance.Open<ElderGodAreaExitWin>();
|
| | | }
|
| | | }
|
| | | else
|
| | | {
|
| | | if (!WindowCenter.Instance.CheckOpen<ElderGodAreaRebornWin>())
|
| | | if (!WindowCenter.Instance.IsOpen<ElderGodAreaRebornWin>())
|
| | | {
|
| | | WindowCenter.Instance.Open<ElderGodAreaRebornWin>();
|
| | | }
|
| | |
| | | case 31110:
|
| | | if(dungeonModel.mission.leaderID != playerId)
|
| | | {
|
| | | if (!WindowCenter.Instance.CheckOpen<ReliveWin>())
|
| | | if (!WindowCenter.Instance.IsOpen<ReliveWin>())
|
| | | {
|
| | | WindowCenter.Instance.Open<ReliveWin>();
|
| | | }
|
| | | }
|
| | | break;
|
| | | default:
|
| | | if (!WindowCenter.Instance.CheckOpen<ReliveWin>())
|
| | | if (!WindowCenter.Instance.IsOpen<ReliveWin>())
|
| | | {
|
| | | WindowCenter.Instance.Open<ReliveWin>();
|
| | | }
|