Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | if (i < config.rewardIdsLevelA.Length) |
| | | { |
| | | var id = config.rewardIdsLevelA[i]; |
| | | var count = config.rewardIdsLevelS[i]; |
| | | var count = config.rewardCountsLevelA[i]; |
| | | behaviour.gameObject.SetActive(true); |
| | | behaviour.SetItem(id, count); |
| | | } |
| | |
| | | { |
| | | model.RequestAward(); |
| | | |
| | | if (model.IsTopFloor(model.currentFloor)) |
| | | if (model.IsTopFloor(model.highestPassFloor)) |
| | | { |
| | | dungeonModel.ExitCurrentDungeon(); |
| | | } |
| | |
| | | { |
| | | var title = StringUtility.Contact(stageId, "地图加载超时"); |
| | | var description = StringUtility.Contact( |
| | | "开始时间:", startTime.ToString("HH:mm:ss"), ";", |
| | | "超时时间:", DateTime.Now.ToString("HH:mm:ss"), |
| | | "0102记录:", got0102Time.ToString(), ";", |
| | | "A126记录:", gotA126Time.ToString(), ";", |
| | | "A127记录:", gotA127Time.ToString(), ";", |
| | | "0109记录:", got0109Time.ToString(), ";", |
| | | "0107记录:", send0107Time.ToString()); |
| | | "开始时间:", startTime.ToString("HH:mm:ss"), "$$", |
| | | got0102Time.ToString(), "$$", |
| | | gotA126Time.ToString(), "$$", |
| | | gotA127Time.ToString(), "$$", |
| | | got0109Time.ToString(), "$$", |
| | | send0107Time.ToString()); |
| | | |
| | | ExceptionCatcher.ReportException(title, description); |
| | | Stop(); |