| | |
| | | case SysNotifyType.SysMarqueeTip: |
| | | ServerTipDetails.ShowMarquee(msg, tipInfoList, order); |
| | | break; |
| | | case SysNotifyType.SysBulletScreen: |
| | | ChatManager.Instance.SendPureBullet(msg, tipInfoList); |
| | | break; |
| | | case SysNotifyType.ChatChannelWorld: |
| | | ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.World, true); |
| | | ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.World); |
| | | break; |
| | | case SysNotifyType.ChatChannelGuild: |
| | | ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.Guild, true); |
| | | ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.Guild); |
| | | break; |
| | | case SysNotifyType.SysRealmTip: |
| | | if (OnSysTipEvent != null) |
| | |
| | | SysChatWin = 6, //聊天位置的提示 |
| | | SysEvenKill = 7,//上古战场连杀提示 |
| | | SysFixedTip1 = 11,//固定提示2 |
| | | SysBulletScreen = 19,//弹幕 |
| | | ChatChannelWorld = 20,//聊天-世界频道 |
| | | ChatChannelGuild = 21,//聊天-公会频道 |
| | | SysFairyQuestionTip = 31,//仙盟频道问答提示 |