View Single Post
08-30-12, 12:56 PM   #1
Basso
A Fallenroot Satyr
 
Basso's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 22
How can i move DurabilityFrame and others things?

All the things wich are usually attached to the minimap cluster, im trying to move them and im really fustrated now....

Lua Code:
  1. DurabilityFrame:Hide()
  2. DurabilityFrame:Alpha(0)
  3. DurabilityFrame:SetOwner(WorldFrame, "ANCHOR_NONE")
  4. DurabilityFrame:SetPoint("CENTER", 0, 0)
  5. VehicleSeatIndicator:SetPoint("TOP", UIParent, "TOP", 0, 350)

tried everthing but nothing works, the only thing i was able to to move them up and down nothing more.

what do i need to do to move them like all the other frames, i looked in some other addons to get an idea but i didnt found a clue why i cant move them, i mean i cant even hide it....

i simply want to set the position of these things in a lua file, can anybody help me ?
  Reply With Quote