打开文件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倍
找到
--玩家获得经验
expGain = math.floor(npcExp * (4 * npcLevel + 10) / (4 * mapLevel + 14) * killCount * teamCountModify * lvDiffModify * DoubleModify * BattleModify);
LuaI.SetTempResult(expGain);
修改 (4 * npcLevel + 10) 的4 改成80就是20倍

