Hello
I tried to move theses 2 frames : QuestFrame and GossipFrame
With a macro i use :
/run QuestFrame:SetPoint(“TOPLEFT”,“MinimapCluster”,“BOTTOMLEFT”,-1300,0)
/run GossipFrame:SetPoint(“TOPLEFT”,“MinimapCluster”,“BOTTOMLEFT”,-1300,0)
It is working great but i need to run the macro each time i want to take a quest (simply it reset position)
I would like to keep ALWAYS these 2 frames in position and do not move anymore.
So i try in a LUA file :
QuestFrame:SetPoint(“TOPLEFT”,“MinimapCluster”,“BOTTOMLEFT”,-1300,0)
GossipFrame:SetPoint(“TOPLEFT”,“MinimapCluster”,“BOTTOMLEFT”,-1300,0)
It does not work.
Have you any advice in order to keep position of theses 2 frames as defined?
Thanks in advance