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

gamemoduleste-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