Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | }
|
| | | var activityline = 0;
|
| | | fairyGrabBossModel.TryGetFairyGrabBossLine(out activityline);
|
| | | if (mapID == 10010)//Boss争夺战第一只boss道士鼠修改为只能是和平模式
|
| | | {
|
| | | SysNotifyMgr.Instance.ShowTip("Map_AtkType");
|
| | | return;
|
| | | }
|
| | | if (onMainModel.ActivityList.Contains(PlayerDatas.Instance.baseData.MapID) && activityline!=PlayerDatas.Instance.baseData.FBID)//再前四章新手地图且不在活动区域
|
| | | {
|
| | | SysNotifyMgr.Instance.ShowTip("Map_AtkType");
|
| | |
| | | {
|
| | | Event_Duplicates(true, CopyOfThePanelSpeed);
|
| | | }
|
| | | if (Vector3.Distance(CopyOfThePanel.position, CopyOfThePosition1.position) < 2)
|
| | | {
|
| | | CopyOfThePositionBool = true;
|
| | | m_ContainerBossList.localPosition = CopyOfThePosition2.localPosition;
|
| | | }
|
| | | m_FunctionForecastTip.gameObject.SetActive(true);
|
| | | }
|
| | | mapId = PlayerDatas.Instance.baseData.MapID;
|
| | |
| | | [SerializeField] Button m_GodBeastButton; |
| | | [SerializeField] RedpointBehaviour m_RedPoint; |
| | | [SerializeField] Image m_GodBeastIcon; |
| | | public float Magnification = 1f; |
| | | public Button GodBeastButton
|
| | | {
|
| | | get { return m_GodBeastButton; }
|
| | |
| | | if (DogZConfig != null)
|
| | | {
|
| | | m_GodBeastIcon.SetSprite(DogZConfig.HeadIcon);
|
| | | m_GodBeastIcon.SetNativeSize();
|
| | | m_GodBeastIcon.transform.localScale = Vector3.one * Magnification;
|
| | | }
|
| | | List<ItemModel> itemModel = dogz_model.GetDogzEquips(godBeastNumber);
|
| | | if (itemModel != null)
|
| | |
| | | {
|
| | | if (_isAutoMatch)
|
| | | {
|
| | | var dungeon = new Dungeon(GeneralDefine.ruinsTranscriptMapId, main.LayerNumberNow);
|
| | | dungeonModel.GroupChallenge(dungeon);
|
| | | bool iamCaptainer = ModelCenter.Instance.GetModel<TeamModel>().myTeam.iamCaptainer;
|
| | | if (iamCaptainer)
|
| | | {
|
| | | dungeonModel.RequestChallangeDungeon(GeneralDefine.ruinsTranscriptMapId, main.LayerNumberNow);
|
| | | }
|
| | | |
| | | //var dungeon = new Dungeon(GeneralDefine.ruinsTranscriptMapId, main.LayerNumberNow);
|
| | | //dungeonModel.GroupChallenge(dungeon);
|
| | | }
|
| | | else
|
| | | {
|