- 精华
- 阅读权限
- 20
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2023-5-6
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2023-5-12 15:50:37
|
显示全部楼层
我找到了一个方法,在gameserver/script/mission/xoyogame下面有个xoyagame_base.lua
打开后,BaseGame:OnJoin(nGroupId)函数的下面这段代码中,把红色-----后面的那一句添加进去。
if nLastFrameTime > 0 then
Dialog:SetBattleTimer(me, "<color=green>离逍遥谷开启还剩余:%s<color>", nLastFrameTime);
--------self:StartNewGame();
Dialog:SendBattleMsg(me, "");
Dialog:ShowBattleMsg(me, 1, 0);
end
|
|