当前位置 : 145z游戏站 | 热血传奇 | 技术教程 | 

传奇游戏定时全服喊话脚本设置方法

热度:
以下是在传奇游戏中设置定时全服喊话脚本的方法:

首先,在 Robot_def 文件夹下的机器人脚本中添加以下内容,用于每天中午12点进行喊话:

AutoRunRobot
#AutoRun NPC RUNONWEEK 1:12:00 @喊话
#AutoRun NPC RUNONWEEK 2:12:00 @喊话
#AutoRun NPC RUNONWEEK 3:12:00 @喊话
#AutoRun NPC RUNONWEEK 4:12:00 @喊话
#AutoRun NPC RUNONWEEK 5:12:00 @喊话
#AutoRun NPC RUNONWEEK 6:12:00 @喊话
#AutoRun NPC RUNONWEEK 7:12:00 @喊话
然后在 RobotManage 中添加以下脚本以实现喊话功能:

[@喊话]
#act
sendmsg 1 管理员在喊话了.......
通过以上设置,每天中午12点时管理员会进行全服喊话。
[顶部]