- 威望
- 0
- 金钱
- 19807
- 贡献
- 0
- 最后登录
- 2024-6-11
- 注册时间
- 2022-10-11
- 主题
- 9710
- 精华
- 0
- 帖子
- 9711
|
打开文件DataBattleLuabattleLua.lua
找到
--玩家获得经验
expGain = math.floor(npcExp * (4 * npcLevel + 10) / (4 * mapLevel + 14) * killCount * teamCountModify * lvDiffModify * DoubleModify * BattleModify);
LuaI.SetTempResult(expGain);
修改 (4 * npcLevel + 10) 的4 改成80就是20倍 |
|