Commit c2de8df1 authored by Ivaria's avatar Ivaria
Browse files

Added auto-activate of profile due to a group size of '3'

parent 6a0477a2
......@@ -1959,7 +1959,7 @@ end
--
local tAutoProfileIndices = { "1", "5", "10", "15", "20", "25", "30", "40" };
local tAutoProfileIndices = { "1", "3", "5", "10", "15", "20", "25", "30", "40" };
local tKey;
local function VUHDO_getBestProfileForSpecAndSize(aSpec, aSize)
for _, tIndex in ipairs(tAutoProfileIndices) do
......
......@@ -628,6 +628,7 @@ VUHDO_I18N_TT.K569 = "Enable Holy Priest 'Trail of Light' talent tracking. Ther
VUHDO_I18N_TT.K570 = "The duration that the spell trace icon should be shown.";
VUHDO_I18N_TT.K571 = "Trigger the spell trace when the spell is cast by yourself.";
VUHDO_I18N_TT.K572 = "Trigger the spell trace when the spell is cast by others.";
VUHDO_I18N_TT.K573 = "If you check this button the currently selected arrangement will automatically enabled if you are in a group of up to 3 players.";
VUHDO_I18N_DEFAULT_PROFILE = "Default Profile";
VUHDO_I18N_DEFAULT_LAYOUT = "Default Layout";
......
......@@ -627,6 +627,7 @@ VUHDO_I18N_TT.K569 = "Enable Holy Priest 'Trail of Light' talent tracking. Ther
VUHDO_I18N_TT.K570 = "The duration that the spell trace icon should be shown.";
VUHDO_I18N_TT.K571 = "Trigger the spell trace when the spell is cast by yourself.";
VUHDO_I18N_TT.K572 = "Trigger the spell trace when the spell is cast by others.";
VUHDO_I18N_TT.K573 = "If you check this button the currently selected arrangement will automatically enabled if you are in a group of up to 3 players.";
VUHDO_I18N_DEFAULT_PROFILE = "Default Profile";
VUHDO_I18N_DEFAULT_LAYOUT = "Default Layout";
......
......@@ -635,6 +635,7 @@ VUHDO_I18N_TT.K569 = "Enable Holy Priest 'Trail of Light' talent tracking. Ther
VUHDO_I18N_TT.K570 = "The duration that the spell trace icon should be shown.";
VUHDO_I18N_TT.K571 = "Trigger the spell trace when the spell is cast by yourself.";
VUHDO_I18N_TT.K572 = "Trigger the spell trace when the spell is cast by others.";
VUHDO_I18N_TT.K573 = "If you check this button the currently selected arrangement will automatically enabled if you are in a group of up to 3 players.";
VUHDO_I18N_DEFAULT_PROFILE = "Default Profile";
VUHDO_I18N_DEFAULT_LAYOUT = "Default Layout";
......
......@@ -637,6 +637,7 @@ VUHDO_I18N_TT.K569 = "Enable Holy Priest 'Trail of Light' talent tracking. Ther
VUHDO_I18N_TT.K570 = "The duration that the spell trace icon should be shown.";
VUHDO_I18N_TT.K571 = "Trigger the spell trace when the spell is cast by yourself.";
VUHDO_I18N_TT.K572 = "Trigger the spell trace when the spell is cast by others.";
VUHDO_I18N_TT.K573 = "If you check this button the currently selected arrangement will automatically enabled if you are in a group of up to 3 players.";
VUHDO_I18N_DEFAULT_PROFILE = "Default Profile";
VUHDO_I18N_DEFAULT_LAYOUT = "Default Layout";
......
......@@ -735,6 +735,7 @@ VUHDO_I18N_TT.K569 = "Enable Holy Priest 'Trail of Light' talent tracking. Ther
VUHDO_I18N_TT.K570 = "The duration that the spell trace icon should be shown.";
VUHDO_I18N_TT.K571 = "Trigger the spell trace when the spell is cast by yourself.";
VUHDO_I18N_TT.K572 = "Trigger the spell trace when the spell is cast by others.";
VUHDO_I18N_TT.K573 = "If you check this button the currently selected arrangement will automatically enabled if you are in a group of up to 3 players.";
VUHDO_I18N_DEFAULT_PROFILE = "Default Profile";
VUHDO_I18N_DEFAULT_LAYOUT = "Default Layout";
......
......@@ -629,6 +629,7 @@ VUHDO_I18N_TT.K569 = "Enable Holy Priest 'Trail of Light' talent tracking. Ther
VUHDO_I18N_TT.K570 = "The duration that the spell trace icon should be shown.";
VUHDO_I18N_TT.K571 = "Trigger the spell trace when the spell is cast by yourself.";
VUHDO_I18N_TT.K572 = "Trigger the spell trace when the spell is cast by others.";
VUHDO_I18N_TT.K573 = "If you check this button the currently selected arrangement will automatically enabled if you are in a group of up to 3 players.";
VUHDO_I18N_DEFAULT_PROFILE = "Default Profile";
VUHDO_I18N_DEFAULT_LAYOUT = "Default Layout";
......
......@@ -629,6 +629,7 @@ VUHDO_I18N_TT.K569 = "Enable Holy Priest 'Trail of Light' talent tracking. Ther
VUHDO_I18N_TT.K570 = "The duration that the spell trace icon should be shown.";
VUHDO_I18N_TT.K571 = "Trigger the spell trace when the spell is cast by yourself.";
VUHDO_I18N_TT.K572 = "Trigger the spell trace when the spell is cast by others.";
VUHDO_I18N_TT.K573 = "If you check this button the currently selected arrangement will automatically enabled if you are in a group of up to 3 players.";
VUHDO_I18N_DEFAULT_PROFILE = "Default Profile";
VUHDO_I18N_DEFAULT_LAYOUT = "Default Layout";
......
......@@ -292,6 +292,33 @@
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="$parent3CheckButton" text="VUHDO_I18N_3" inherits="VuhDoCheckButtonTemplate">
<Size>
<AbsDimension x="65" y="32" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="80" y="-40" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K573);
</OnLoad>
<OnShow>
VUHDO_lnfPatchFont(self, "Label"); VUHDO_lnfRadioButtonOnShow(self);
VUHDO_lnfCheckButtonInitFromModel(self);
VUHDO_skinsInitAutoCheckButton(self, "3");
</OnShow>
<OnClick>
VUHDO_lnfCheckButtonClicked(self);
VUHDO_skinsAutoCheckButtonClicked(self, "3");
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="$parent5CheckButton" text="VUHDO_I18N_5" inherits="VuhDoCheckButtonTemplate">
<Size>
......@@ -300,7 +327,7 @@
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="80" y="-40" />
<AbsDimension x="150" y="-40" />
</Offset>
</Anchor>
</Anchors>
......@@ -327,7 +354,7 @@
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="150" y="-40" />
<AbsDimension x="10" y="-75" />
</Offset>
</Anchor>
</Anchors>
......@@ -354,7 +381,7 @@
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="10" y="-75" />
<AbsDimension x="80" y="-75" />
</Offset>
</Anchor>
</Anchors>
......@@ -381,7 +408,7 @@
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="80" y="-75" />
<AbsDimension x="150" y="-75" />
</Offset>
</Anchor>
</Anchors>
......@@ -408,7 +435,7 @@
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="150" y="-75" />
<AbsDimension x="10" y="-110" />
</Offset>
</Anchor>
</Anchors>
......@@ -435,7 +462,7 @@
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="10" y="-110" />
<AbsDimension x="80" y="-110" />
</Offset>
</Anchor>
</Anchors>
......@@ -462,7 +489,7 @@
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="80" y="-110" />
<AbsDimension x="150" y="-110" />
</Offset>
</Anchor>
</Anchors>
......
......@@ -22,6 +22,7 @@ Improvements:
-- See 'VuhDo Options > Debuffs > Custom > Store / Delete > Others'
-- Both checkboxes are selected by default
-- These defaults are inherited by existing custom debuffs
-- Added auto-activate of profile due to a group size of '3'
--------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment