- 打卡等级:本地老炮
- 打卡总天数:552
- 打卡月天数:13
- 打卡总奖励:549
- 最近打卡:2026-07-13 01:37:25
|
- --**********************************
- --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秒执行一次
|
|