补丁详情

补丁简介

马基埃亚尔的传说B40无穷死亡次数和自由调技能点的补丁:

简介:

无穷死亡次数补丁:用winrar或者7zip存储模式替换掉

gamemodules e-3.9.40.team

下 moddialogsDeathDialog.lua

具体修改出来的文件是这样的,注释掉下面这一行:

-- remove this line self.actor:attr("easy_mode_lifes", -1)

自由调技能点的补丁:用winrar或者7zip存储模式替换掉

gamemodules e-3.9.40.team

下 moddialogsLevelupDialog.lua

具体修改出来的文件是这样的,注释掉下面这四行,两处。

if not self:isUnlearnable(t, true) and self.actor_dup:getTalentLevelRaw(t_id) >= self.actor:getTalentLevelRaw(t_id) then

self:simplePopup("Impossible", "You cannot unlearn talents!")

return

end

精彩推荐