你好:
我是用宏命令等待桂花刷新的。把下边的宏命令做好宏,按一下就知道下次刷新时间了
/script nLeftFrame = 345600 - GetLogicFrameCount()%345600---记录剩余帧数
/script nHours,nMinutes,nSeconds = GetTimeToHourMinuteSecond(nLeftFrame, true)---转化为时间
/script OutputMessage("MSG_SYS","距离下次桂花和藕刷新还有"..nHours.."时"..nMinutes.."分"..nSeconds.."秒\n")---只能自己看到的以系统黄字提示
/script GetClientPlayer().Talk(PLAYER_TALK_CHANNEL.TONG, "", {{type = "text", text = "距离下次桂花和藕刷新还有"..nHours.."时"..nMinutes.."分"..nSeconds.."秒\n"}})---在帮会中提示
/script GetClientPlayer().Talk(PLAYER_TALK_CHANNEL.RAID, "", {{type = "text", text = "距离下次桂花和藕刷新还有"..nHours.."时"..nMinutes.."分"..nSeconds.."秒\n"}})---在团队中提示
若帮助到你,还望采纳n(*≧▽≦*)n
若帮助到你,还望采纳