Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | }
|
| | | }
|
| | |
|
| | | public void StopHandupAI()
|
| | | public void StopHandupAI(bool force = false)
|
| | | {
|
| | | if (!force)
|
| | | {
|
| | | if (StageManager.Instance.StageType == Stage.E_StageType.Dungeon)
|
| | | {
|
| | | if (DungeonStage.CurrentMapType != MapType.OpenCountry)
|
| | | {
|
| | | return;
|
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | | if (PreFightMission.Instance.IsFinished() == false)
|
| | | {
|
| | | return;
|
| | |
| | | HurtHP = _serverHurtList[i].HurtHP
|
| | | };
|
| | | }
|
| | | |
| | | if(!GameNetSystem.Instance.crossServerSocketConnected)
|
| | |
|
| | | if (!GameNetSystem.Instance.crossServerSocketConnected)
|
| | | {
|
| | | GameNetSystem.Instance.SendInfo(_b405);
|
| | | }
|
| | |
| | |
|
| | | private void OnClickWingsCompose()
|
| | | {
|
| | |
|
| | | CloseSubWindows();
|
| | | if (windowState == WindowState.Opened)
|
| | | {
|
| | |
| | |
|
| | | private void GatherSoulCompose()
|
| | | {
|
| | | ComposeModel.SetCurComposeModel(null);
|
| | | CloseSubWindows();
|
| | | if (windowState == WindowState.Opened)
|
| | | {
|
| | |
| | | Equip = 4,
|
| | | Item = 5,
|
| | | MountDogz = 6,
|
| | | GatherSoul = 7,
|
| | | }
|
| | |
|
| | | public enum NeedMatType
|
| | |
| | | }
|
| | | else
|
| | | {
|
| | | stateImg.gameObject.SetActive(false);
|
| | | sellImg.gameObject.SetActive(true);
|
| | | itemCell.countText.text = StringUtility.Contact(UIHelper.AppendStringColor(TextColType.Red, remainNum.ToString()),
|
| | | "/" + canBuyCnt.ToString());
|
| | |
| | | public class GatherSoulDungeonHintWin : Window
|
| | | {
|
| | | [SerializeField] Text m_HelpRemind;
|
| | | [SerializeField] Image m_HeadIcon;
|
| | |
|
| | | [SerializeField] RectTransform m_ContainerReady;
|
| | | [SerializeField] RectTransform m_ContainerTarget;
|
| | |
| | | if (mission.step <= 1)
|
| | | {
|
| | | m_HelpRemind.text = UIHelper.ReplaceNewLine(Language.Get("GatherSoulHelpRemind_0"));
|
| | | m_HeadIcon.SetSprite("XT_JH_11");
|
| | | }
|
| | | else
|
| | | {
|
| | | m_HelpRemind.text = UIHelper.ReplaceNewLine(Language.Get("GatherSoulHelpRemind_1"));
|
| | | m_HeadIcon.SetSprite("XT_JH_10");
|
| | | }
|
| | | m_HeadIcon.SetNativeSize();
|
| | | }
|
| | |
|
| | | void DisplayMissionTarget()
|
| | |
| | | case JumpUIType.ComposeFunc5:
|
| | | case JumpUIType.TicketCompose1:
|
| | | case JumpUIType.TicketCompose2:
|
| | | SetJumpLogic<ComposeWin>(_tagWinSearchModel.TABID);
|
| | | break;
|
| | | case JumpUIType.GatherSoul271:
|
| | | composeModel.SetCurComposeModel(null);
|
| | | SetJumpLogic<ComposeWin>(_tagWinSearchModel.TABID);
|
| | | break;
|
| | | case JumpUIType.EquipCompose1:
|