More fixes and development

This commit is contained in:
Tercio Jose
2021-01-16 15:57:59 -03:00
parent 09601d7e11
commit d93fa5248f
15 changed files with 444 additions and 146 deletions
+15 -12
View File
@@ -225,6 +225,8 @@ function _detalhes:ApplyProfile (profile_name, nosave, is_copy)
_detalhes:Msg ("Profile Not Found.")
return false
end
profile.ocd_tracker = nil --moved to local character saved
--> always save the previous profile, except if nosave flag is up
if (not nosave) then
@@ -834,18 +836,6 @@ local default_profile = {
0, -- [3]
},
},
--> ocd tracker test
ocd_tracker = {
enabled = false,
cooldowns = {},
pos = {},
show_conditions = {
only_in_group = true,
only_inside_instance = true,
},
show_options = false,
},
--> minimap
minimap = {hide = false, radius = 160, minimapPos = 220, onclick_what_todo = 1, text_type = 1, text_format = 3},
@@ -1116,6 +1106,19 @@ local default_player_data = {
last_coach_name = false,
},
--> ocd tracker test
ocd_tracker = {
enabled = false,
cooldowns = {},
pos = {},
show_conditions = {
only_in_group = true,
only_inside_instance = true,
},
show_options = false,
current_cooldowns = {},
},
--> force all fonts to have this outline
force_font_outline = "",