|
修改服务端路径:
/home/snake/service/world/task/ghost/ghostbase.lua
修改这个文件的313行和314行
默认是:
- mArgs.iBaseExp = math.floor(iValue * (5 + iSize) / taskdefines.GHOST_INFO.ROUND_RINGS * iBase)
- return iValue * (1000 + iDouble + iLeader ) * (5 + iSize) / taskdefines.GHOST_INFO.ROUND_RINGS * math.floor(iBase)
复制代码 下面是默认10倍的:
- mArgs.iBaseExp = math.floor(iValue * (50 + iSize) / taskdefines.GHOST_INFO.ROUND_RINGS * iBase)
- return iValue * (1000 + iDouble + iLeader ) * (50 + iSize) / taskdefines.GHOST_INFO.ROUND_RINGS * math.floor(iBase)
复制代码
|
上一篇:白娘子传奇 添加宝宝教程下一篇:九州天下 上线登入送VIP修改教程
|