Skip to content

Instantly share code, notes, and snippets.

@tylerjohnst
Last active January 9, 2016 02:59
Show Gist options
  • Save tylerjohnst/be774696ab9ffc3f3e92 to your computer and use it in GitHub Desktop.
Save tylerjohnst/be774696ab9ffc3f3e92 to your computer and use it in GitHub Desktop.
/script PlayerFrame:ClearAllPoints()
/script PlayerFrame:SetPoint("RIGHT", UIParent, "CENTER", -250, 250)
/run PlayerFrame:SetUserPlaced(true)
/script TargetFrame:ClearAllPoints()
/script TargetFrame:SetPoint("LEFT", PlayerFrame, "RIGHT", 20, 0)
/run TargetFrame:SetUserPlaced(true)
/script FocusFrame:ClearAllPoints()
/script FocusFrame:SetPoint("TOP", PlayerFrame, "BOTTOM", 50, 0)
/script FocusFrame:SetScale(0.8)
/run FocusFrame:SetUserPlaced(true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment