Various minor improvements

Added more skills
Added support for ZO and ES regen
This commit is contained in:
Openarl
2016-05-23 00:46:34 +10:00
parent 3c7c7f28a2
commit 4201c6bfdf
11 changed files with 232 additions and 81 deletions

View File

@@ -165,7 +165,7 @@ function main:SaveSettings()
end
t_insert(setXML, mode)
t_insert(setXML, { elem = "BuildPath", attrib = { path = self.buildPath } })
t_insert(setXML, { elem = "DevMode", attrib = { enable = launch.devMode and "true" or "false" } })
t_insert(setXML, { elem = "DevMode", attrib = { enable = tostring(launch.devMode) } })
local res, errMsg = common.xml.SaveXMLFile(setXML, "Settings.xml")
if not res then
launch:ShowErrMsg("Error saving 'Settings.xml': %s", errMsg)