Hi,
I am using default UI with just a few macros and I would like to go a bit further.
Currently, i am using macros for Player/Target/Focus frames :
/run FocusFrame:ClearAllPoints()
FocusFrame:SetPoint(“CENTER”,UIParent,500,150)
FocusFrame:SetUserPlaced(true)
Essentially I would like to do the same for the party/raid frames (I Use raid frames for party), and if possible, to add the way of controlling height and width of frames.
The idea behind this is to have the same UI for every alt since default raid profiles aren’t account bound, and doing so by clicking on my macros when making a new alt.
From what I have tested, using the same macro with CompactPartyFrame and CompactRaidFrame doesn’t work :
- For party, it initially works, but after some time the frames teleport back to the “frame border” (the grey border you can use to move and resize the frames)
- For raid, it simply doesn’t and the frames stay inside the border as they do naturally
- When switching from party to raid and back, it resets and the frames go back to the border
I guess the solution would be to control the border and keep the frames inside, but it is out of my abilities.
tl dr : i am looking for some simple macros that would allow me to put the party/raid frames where I want them, and have the height/width I want.
Thx guys