Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | public PlayerRankData rank { get { return m_Rank; } }
|
| | |
|
| | | StoreModel m_StoreModel;
|
| | | StoreModel StoreModel {
|
| | | StoreModel StoreModel
|
| | | {
|
| | | get { return m_StoreModel ?? (m_StoreModel = ModelCenter.Instance.GetModel<StoreModel>()); }
|
| | | }
|
| | |
|
| | |
| | | HideSecondaryEffect();
|
| | | HideHorseEffect();
|
| | |
|
| | | m_EquipDict.Clear();
|
| | |
|
| | | if (m_HorseModel)
|
| | | {
|
| | | HorseConfig _horseConfig = Config.Instance.Get<HorseConfig>((int)HorseID);
|
| | |
| | | }
|
| | | else
|
| | | {
|
| | | SwitchHand(false);
|
| | | if (!m_EquipDict.ContainsKey((int)RoleEquipType.retWeapon2))
|
| | | {
|
| | | SwitchHand(true);
|
| | | }
|
| | | }
|
| | |
|
| | | // 重新确定当前状态
|
| | |
| | | }
|
| | |
|
| | | m_ClothesModel.transform.localRotation = Quaternion.identity;
|
| | |
|
| | | }
|
| | |
|
| | | if (State == E_ActorState.AutoRun ||
|
| | |
| | | && dungeonResult.leaderID == PlayerDatas.Instance.baseData.PlayerID)
|
| | | {
|
| | | RealmBossShow.Instance.Open(realmModel.cacheRealmLv);
|
| | | ModelCenter.Instance.GetModel<ChatCenter>().CheckSendRealmThanks();
|
| | | //ModelCenter.Instance.GetModel<ChatCenter>().CheckSendRealmThanks();
|
| | | }
|
| | | else
|
| | | {
|
| | |
| | |
|
| | | private void SetAtkType()//逍遥城非boss区域特殊处理
|
| | | {
|
| | | if (PlayerDatas.Instance.hero != null)
|
| | | {
|
| | | bool IsBossBool = MapArea.IsInMapArea(PlayerDatas.Instance.hero.CurMapArea, MapArea.E_Type.Boss);//是否在Boss区域
|
| | | if (PlayerDatas.Instance.baseData.MapID == 10040 && !IsBossBool && Buffmodel.PkType!=0)
|
| | | {
|
| | |
| | | Buffmodel.PkType = 0;
|
| | | }
|
| | | }
|
| | | }
|
| | | private void OnMaininterCDTime()
|
| | | {
|
| | | MarkRayButton();
|