- 精华
- 阅读权限
- 90
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2012-3-2
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2022-5-15 22:23:13
|
显示全部楼层
找到路径服务端\tlbb\Public\Data\Script\event\fuben\ 将efuben_1_zhenlong_huodong.lua打开并修改 --创建怪物的节奏 x401002_g_createMonsterIntervalInfoList = { {topPressStep=40, intervalTickCount=9}, {topPressStep=80, intervalTickCount=8}, {topPressStep=120, intervalTickCount=7}, {topPressStep=160, intervalTickCount=6}, {topPressStep=200, intervalTickCount=5} }; 改为 --创建怪物的节奏 x401002_g_createMonsterIntervalInfoList = { {topPressStep=40, intervalTickCount=3}, {topPressStep=80, intervalTickCount=3}, {topPressStep=120, intervalTickCount=3}, {topPressStep=160, intervalTickCount=2}, {topPressStep=200, intervalTickCount=2} }; 总结:修改intervalTickCount的数值调整刷新的速度 |
|