HealBot_Options_ActionLocked_OnLoad(this)
HealBot_Options_ActionLocked_OnClick(this)
HealBot_Options_GrowUpwards_OnLoad(this,HEALBOT_OPTIONS_GROWUPWARDS)
HealBot_Options_GrowUpwards_OnClick(this)
HealBot_Options_ActionMouseover_OnLoad(this,"Hovercasting")
HealBot_Options_ActionMouseover_OnClick(this)
HealBot_Options_AutoShow_OnLoad(this)
HealBot_Options_AutoShow_OnClick(this)
HealBot_Options_PanelSounds_OnLoad(this)
HealBot_Options_PanelSounds_OnClick(this)
getglobal(this:GetName().."Text"):SetText("Hide when Solo");
if (this:GetChecked()) then
HealBot_Config.HideSolo = 1;
else
HealBot_Config.HideSolo = 0;
end
HealBot_Action_ShowFrame();
this:SetBackdropBorderColor(0.4, 0.4, 0.4);
this:SetBackdropColor(0, 0, 0, 0);
getglobal(this:GetName().."Text"):SetText("Show Mana Bars");
if (this:GetChecked()) then
HealBot_Config.ShowManaBars = 1;
else
HealBot_Config.ShowManaBars = 0;
end
HealBot_Action_Refresh();
getglobal(this:GetName().."Text"):SetText("For Healers Only");
if (this:GetChecked()) then
HealBot_Config.ManaBarsHealersOnly = 1;
else
HealBot_Config.ManaBarsHealersOnly = 0;
end
HealBot_Action_Refresh();
getglobal(this:GetName().."Text"):SetText("Track Non-Mana Resources");
if (this:GetChecked()) then
HealBot_Config.ShowNonManaBars = 1;
else
HealBot_Config.ShowNonManaBars = 0;
end
HealBot_Action_Refresh();
HealBot_Options_HideOptions_OnLoad(this,HEALBOT_OPTIONS_HIDEOPTIONS)
HealBot_Options_HideOptions_OnClick(this)
HealBot_Options_HideAbort_OnLoad(this,HEALBOT_OPTIONS_HIDEABORT)
HealBot_Options_HideAbort_OnClick(this)
HealBot_Options_QualityRange_OnLoad(this,HEALBOT_OPTIONS_QUALITYRANGE)
HealBot_Options_QualityRange_OnClick(this)
HealBot_Options_ProtectPvP_OnLoad(this,HEALBOT_OPTIONS_PROTECTPVP)
HealBot_Options_ProtectPvP_OnClick(this)
HealBot_Options_HideParty_OnLoad(this,HEALBOT_OPTIONS_HIDEPARTY)
HealBot_Options_HideParty_OnClick(this)