鬼魅殺戮 发表于 2021-5-27 15:23

静态修改-关于加快武器熟练度修改

本来想改熟练度上限,但是失败了。所以先将就着。1个怪=5点熟练度,具体修改如下
搜索local weaponCategory = getWeaponCategory
    local weaponCategory = getWeaponCategory(e.targetData.weapon)
    if not weaponCategory then
      return
    end

    local source = e.source

    local count = (killsTracker or 0) + 5   -----------原本是1,改成5即可,也可改其他数,但风险未知。
    killsTracker = count


jinjidejuren 发表于 2021-5-27 21:25

我1.05修改武器熟练度上限成功了,现在最后阶段只需一共10个头就可以了!

jinjidejuren 发表于 2021-5-27 21:34

_id = 105009
function processOnWorldSetupComplete(world)
    local newKillRequirements =
    {
       = 0,
       = 02,
       = 04,
       = 06,
       = 008,
       = 010,
    }

    local oldKillRequirements =
    {
       = 0,
       = 10,
       = 25,
       = 50,
       = 75,
       = 100,

maxkang82928 发表于 2021-6-29 09:12

jinjidejuren 发表于 2021-5-27 21:34
_id = 105009
function processOnWorldSetupComplete(world)
    local newKillRequirements =


请问一下 这个是在哪修改 什么文件哪个文件家里 能分享一下吗
页: [1]
查看完整版本: 静态修改-关于加快武器熟练度修改