View Single Post
10-18-14, 04:44 PM   #5
BabyRay
An Aku'mai Servant
Join Date: Sep 2009
Posts: 39
hello,

after my break I am again placed at the interface and tried my luck with the macros.
Works well so far.

Here is the macro I use.



Code:
/run ChatFrame1:ClearAllPoints()
/run ChatFrame1:SetPoint("BOTTOMLEFT", UIParent, 52, 88)
/run ChatFrame1:SetUserPlaced(true)
/run ChatFrame1:SetSize(520, 135)
Code:
/run ChatFrame2:ClearAllPoints()
/run ChatFrame2:SetPoint("BOTTOMLEFT", UIParent, 52, 88)
/run ChatFrame2:SetUserPlaced(true)
/run ChatFrame2:SetSize(520, 135)
Code:
/run ChatFrame3:ClearAllPoints()
/run ChatFrame3:SetPoint("BOTTOMLEFT", UIParent, 52, 88)
/run ChatFrame3:SetUserPlaced(true)
/run ChatFrame3:SetSize(520, 135)
Code:
/run SkadaBarWindowRecount:ClearAllPoints()
/run SkadaBarWindowRecount:SetPoint("BOTTOMLEFT", UIParent, 15, 274)
/run SkadaBarWindowRecount:SetUserPlaced(true)
/run SkadaBarWindowRecount:SetSize(340, 180)
Code:
/run SkadaBarWindowOmen:ClearAllPoints()
/run SkadaBarWindowOmen:SetPoint("BOTTOMLEFT", UIParent, 1565, 275) <--- 1 px different to loot like the other Windows :D
/run SkadaBarWindowOmen:SetUserPlaced(true)
/run SkadaBarWindowOmen:SetSize(340, 180)

He seems not always to save. After login, I have to use the macros first. and sometimes after a loading screen.

Did I maybe a mistake somewhere in there?

/set synchronizesettings 1

in the config.ini
  Reply With Quote