Results: 3Comments by: Lopen
File: oUF_coree01-14-09
Re: Re: Re: Re: Question on changing Raid Grid position
Posted By: Lopen
Originally posted by coree hmm plz post your oUF_coreeR.lua at pastey.net. i think you changed something else unintended. I am going to reset to the default oUF_coreeR.lua file tonight and start over, if I am having the same problem I will post a pastey link. I was able to get the layout the way I wanted by fudging the SetPoin...
File: oUF_coree01-13-09
Re: Re: Question on changing Raid Grid position
Posted By: Lopen
Originally posted by coree try changing: RaidGroup:SetAttribute("yOffset", -5) RaidGroup:SetAttribute("point", "TOP") to: RaidGroup:SetAttribute("yOffset", 5) RaidGroup:SetAttribute("point", "BOTTOM") hope this helps. can't test it atm, cause i'm not at home. I made this change and the same thing is occurring. Belo...
File: oUF_coree01-13-09
Question on changing Raid Grid position
Posted By: Lopen
First let me say that I really enjoy the layout you've done, very nice job. I prefer the raid frames to be positions below the player and target frames, so I attempted to move them. I was able to modify the position to center below player and target frames just fine with the following code: if i == 1 then RaidGroup:SetPoint(...