使用說明:
無窮死亡次數補丁:用winrar或者7zip存儲模式替換掉
\game\modules\te-3.9.40.team
下 \mod\dialogs\DeathDialog.lua
具體
修改出來的文件是這樣的,注釋掉下面這一行:
-- remove this line self.actor:attr("easy_mode_lifes", -1)
自由調技能點的補丁:用winrar或者7zip存儲模式替換掉
\game\modules\te-3.9.40.team
下 \mod\dialogs\LevelupDialog.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