AutoBuff_OnLoad();
AutoBuff_OnEvent(event);
AutoBuffFrame_OnEnter();
AutoBuffFrame_OnValueChanged();
getglobal(this:GetName().."Text"):SetText();
getglobal(this:GetName().."High"):SetText();
getglobal(this:GetName().."Low"):SetText();
this:SetMinMaxValues(1, 99);
this:SetValueStep(1);
AutoBuffFrame_OnEnter();
GameTooltip:Hide();
AutoBuffFrame_OnClick();
AutoBuffFrame_OnShow();
AutoBuffFrame_OnHide();
AutoBuffFrame_OnMouseDown(arg1);
AutoBuffFrame_OnMouseUp(arg1);
getglobal(this:GetName().."Text"):SetText();
getglobal(this:GetName().."High"):SetText();
getglobal(this:GetName().."Low"):SetText();
this:SetMinMaxValues(0, 299);
this:SetValueStep(5);
getglobal(this:GetName().."Text"):SetText();
getglobal(this:GetName().."High"):SetText();
getglobal(this:GetName().."Low"):SetText();
this:SetMinMaxValues(1, 2);
this:SetValueStep(1);
GameTooltip_OnLoad();
this:SetOwner(WorldFrame, "ANCHOR_NONE");