- 打卡等级:本地老炮
- 打卡总天数:527
- 打卡月天数:16
- 打卡总奖励:525
- 最近打卡:2026-06-18 02:14:29
|
- --**********************************
- --Monster Timer
- --**********************************
- function x501999_OnCharacterTimer( sceneId, objId, dataId, uTime )
- --全球公告
-
- AddGlobalCountNews( sceneId, "sceneId"..sceneId )
- AddGlobalCountNews( sceneId, "objId"..objId )
- AddGlobalCountNews( sceneId, "dataId"..dataId )
- AddGlobalCountNews( sceneId, "uTime"..uTime )
- --取消时钟
- -- SetCharacterTimer( sceneId, objId, 0 )
- end
复制代码 计时器需要在NPC文件中加入代码:
scripttimer=60000 60秒执行一次
|
|