| | |
| | |
|
| | | public void RequestCreateTeam(int _mapId, int _lineId, int _levelMin = 1, int _levelMax = 1)
|
| | | {
|
| | | if (_mapId == 31110)
|
| | | {
|
| | | var config = RealmConfig.Get(PlayerDatas.Instance.baseData.realmLevel);
|
| | | if (config.IsBigRealm != 1 || !ModelCenter.Instance.GetModel<RealmModel>().IsDungeonState)
|
| | | {
|
| | | SysNotifyMgr.Instance.ShowTip("NOGreatBourn");
|
| | | return;
|
| | | }
|
| | | }
|
| | |
|
| | | var mapId = _mapId == NONE_MISSION ? 0 : _mapId == CURRENTMAP_MISSION ? PlayerDatas.Instance.baseData.MapID : _mapId;
|
| | | var mapEx = _lineId <= 0 ? 0 : _lineId;
|
| | | var dungeonId = dungeonModel.GetDungeonId(mapId, mapEx);
|