AsmoMOD_OptionsSliderOnValueChanged();
AsmoMOD_trinkettoggle();
AsmoMODExplainText:AddMessage("\n Enables or Dsiables automatic use of WoTF and the PvP Trinket when you are feared/polyed/charmed/slept \n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");
AsmoMOD_RezToggle();
AsmoMODExplainText:AddMessage("\n Enables or Disables automatic acceptance of ressurects \n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");
AsmoMOD_SummonToggle();
AsmoMODExplainText:AddMessage("\n Enables or Disables automatic acceptance of summons \n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");
AsmoMOD_bgreltoggle();
AsmoMODExplainText:AddMessage("\n Enables or Disables automatically releasing in BGs \n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");
AsmoMOD_bgjointoggle();
AsmoMODExplainText:AddMessage("\n Enables or Disables automatically joining BGs \n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");
AsmoMOD_repairtoggle();
AsmoMODExplainText:AddMessage("\n Enables or Disables automatic repair of all items when you talk to merchants \n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");
AsmoMOD_grouptoggle();
AsmoMODExplainText:AddMessage("\n Enables or Dsiables automatic acceptance of group invites \n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");
AsmoMOD_herbminetoggle();
AsmoMODExplainText:AddMessage("\n Enables or Disables automatic casting of find herbs/minerals\n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");
AsmoMOD_overpowertoggle();
AsmoMODExplainText:AddMessage("\n Enables or Dsiables automatic use of overpower Note: Do NOT enable unless you have overpower on one of your hotbars \n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");
AsmoMOD_ripostetoggle();
AsmoMODExplainText:AddMessage("\n Enables or Dsiables automatic use of riposte Note: Do NOT enable unless you have riposte on one of your hotbars \n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");
AsmoMOD_executetoggle();
AsmoMODExplainText:AddMessage("\n Enables or Dsiables automatic use of execute Note: Enable ONLY if you are a warrior \n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");
AsmoMOD_nshealtoggle();
AsmoMODExplainText:AddMessage("\n Enables or Dsiables automatic use of NSHeal if you go below a certain health percentage: Enable ONLY if you are a druid or shaman with NS \n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");
AsmoMOD_conservetoggle();
AsmoMODExplainText:AddMessage("\n Enables or Dsiables automatic cancelling of heals if your target is above a specified percentage of life\n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");
this:SetMinMaxValues(0, 100);
this:SetValueStep(10);
getglobal(this:GetName().."High"):SetText("100");
getglobal(this:GetName().."Low"):SetText("0");
AsmoMOD_PercentageChanged();
AsmoMODExplainText:AddMessage("\n Sets the percentage of health at which nsheal with automatically cast: Enable ONLY if you are a shaman or druid \n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");
this:SetMinMaxValues(0, 100);
this:SetValueStep(10);
getglobal(this:GetName().."High"):SetText("100");
getglobal(this:GetName().."Low"):SetText("0");
AsmoMOD_ConserveChanged();
AsmoMODExplainText:AddMessage("\n Spells will cancel if your target has more than this set percentage: Enable ONLY if you are a healer \n", 156/256, 212/256, 1.0 );
AsmoMODExplainText:AddMessage("\n\n\n\n\n");