- 打卡等级:热心大叔
- 打卡总天数:94
- 打卡月天数:17
- 打卡总奖励:94
- 最近打卡:2025-01-18 01:28:20
|
- --雪舞QQ784055837
- x900196_g_scriptId = 900196
- function x900196_OnCharacterTimer(sceneId, objId, dataId, uTime)
- local nHour = GetHour()
- local nMinute = GetMinute()
- if sceneId == 538 then
- if nHour*100+nMinute >= 2100 and nHour*100+nMinute<=2259 then
-
- else
- local XiaoXiang_nHumanCount = LuaFnGetCopyScene_HumanCount(sceneId)
- for i=0,XiaoXiang_nHumanCount-1 do
- local XiaoXiang_nHumanId = LuaFnGetCopyScene_HumanObjId(sceneId,i)
- NewWorld( sceneId, XiaoXiang_nHumanId, 0, 94, 183 )
- end
- end
- end
- end
- function x900196_CreateMonster(sceneId)
-
-
- end
- function x900196_XiaoXiang_DelBoss(sceneId)
-
- end
- function x900196_XiaoXiang_GetMosterNum(sceneId, XiaoXiang_MosDataID)
-
- end
- function x900196_SysMsg(sceneId, groupId)
-
- end
- function x900196_MsgBox(sceneId, selfId, msg)
- BeginEvent(sceneId)
- AddText(sceneId, msg)
- EndEvent(sceneId)
- DispatchEventList(sceneId, selfId, -1)
- end
- function x900196_NotifyTip(sceneId, selfId, Msg)
- BeginEvent(sceneId)
- AddText(sceneId, Msg)
- EndEvent(sceneId)
- DispatchMissionTips(sceneId, selfId)
- end
- function x900196_CloseMe(sceneId, selfId)
- BeginUICommand(sceneId)
- EndUICommand(sceneId)
- DispatchUICommand(sceneId, selfId, 1000)
- end
复制代码
|
|