Thread: Xp bar help
View Single Post
01-03-21, 09:55 AM   #1
ChandlerJoseph
A Fallenroot Satyr
Join Date: Aug 2019
Posts: 20
Xp bar help

I cant seem to get the xp bar to cooperate and move to where I want it to, not sure why. This is the code ive tried. Ive also searched through code on townlong-yak but I cant find what im looking for.

StatusTrackingBarManager.ignoreFramePositionManager = true
StatusTrackingBarManager:SetMovable(true)
StatusTrackingBarManager:SetUserPlaced(true)
StatusTrackingBarManager:ClearAllPoints()
StatusTrackingBarManager:SetPoint("CENTER", UIParent, "CENTER", 0, 0)
  Reply With Quote