| | |
| | | #if UNITY_EDITOR |
| | | string hint = Language.Get("L1093", key); |
| | | ScrollTip.ShowTip(hint); |
| | | ChatManager.Instance.RevChatInfo(hint); |
| | | #endif |
| | | } |
| | | else |
| | |
| | | case SysNotifyType.SysMarqueeTip: |
| | | ServerTipDetails.ShowMarquee(msg, tipInfoList,order); |
| | | break; |
| | | |
| | | case SysNotifyType.SysChanelTip: |
| | | ChatManager.Instance.RevChatInfo(msg, tipInfoList); |
| | | case SysNotifyType.ChatChannelWorld: |
| | | ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.World); |
| | | break; |
| | | case SysNotifyType.SysFairyQuestionTip: |
| | | ChatManager.Instance.RevChatInfo(msg, tipInfoList, ChatInfoType.FairyQuestion); |
| | | break; |
| | | case SysNotifyType.SysFairyTip: |
| | | ChatManager.Instance.RevChatInfo(msg, tipInfoList, ChatInfoType.FairyTip); |
| | | break; |
| | | case SysNotifyType.SysTeamTip: |
| | | ChatManager.Instance.RevChatInfo(msg, tipInfoList, ChatInfoType.TeamTip); |
| | | case SysNotifyType.ChatChannelGuild: |
| | | ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.Guild); |
| | | break; |
| | | case SysNotifyType.SysRealmTip: |
| | | if (OnSysTipEvent != null) |
| | |
| | | // case SysNotifyType.SysEvenKill: |
| | | // BattleHint.Instance.ReceiveEvenKill(msg, tipInfoList); |
| | | // break; |
| | | case SysNotifyType.SysFactionTip: |
| | | ChatManager.Instance.RevChatInfo(msg, tipInfoList, ChatInfoType.default2); |
| | | break; |
| | | |
| | | |
| | | } |
| | | } |
| | |
| | | SysChatWin = 6, //聊天位置的提示 |
| | | SysEvenKill = 7,//上古战场连杀提示 |
| | | SysFixedTip1 = 11,//固定提示2 |
| | | SysChanelTip = 20,//系统频道显示 |
| | | ChatChannelWorld = 20,//聊天-世界频道 |
| | | ChatChannelGuild = 21,//聊天-公会频道 |
| | | SysFairyQuestionTip = 31,//仙盟频道问答提示 |
| | | SysFairyTip = 32,//仙盟频道信息提示 |
| | | SysTeamTip = 41,//队伍频道提示 |