|
Amue
|
I have been a long time user of CTmod and have never had a problem until now. I keep my buff window on the far right side of my screen.... The problem is that this is also where the Arena Unit frames are for the regular wow window. I have looked in CT unit frames to see if I can move the arena frames, much like you can do with the target frames and other frames. There does not see to be a way to move the arena frames that I can find and was just wondering if maybe I am looking in the wrong place.
-Thanks for any info you can give me on this situation!
|
|
dargen
|
There is no option in CTMod that will adjust or allow you to change the position of the arena unit frames. In fact, CTMod does not adjust or allow you to change the position of any of the frames that the game shows on the right side of the screen (such as the vehicle seating frame, the durability frame, the objective tracking frame, etc).
I will keep your question in mind when working on future updates, however there is unlikely to be anything for this in the near term. You could try looking for an addon that allows you to reposition frames on the screen. It may allow the arena frames to be repositioned.
Most of the frames on the right side of the screen are positioned relative to the MinimapCluster frame, and their position at any given time depends on various things such as whether or not the game's bottom action bars are shown, whether or not 0/1/2 of the game's side action bars are shown, etc.
I can give you a /run command that you could put into a macro which will reposition the arena frames when you click it. However, you would have to be out of combat for it to work. It is also possible that the game could later decide to adjust the position of its frames, and the arena frames would end up back where they were originally.
You can use the following command (it should be one line) to reposition the arena frames. Change the zero's on the line (x=0; y=0) to different values to change the frame's position relative to the minimap. Larger x values will move it farther to the left, and larger y values will move it farther towards the bottom of the screen. Repositioning the arena frames like this may also effect the way the objective tracking frame is positioned.
/run Arena_LoadUI(); local x, y; x=0; y=0; ArenaEnemyFrames:ClearAllPoints(); ArenaEnemyFrames:SetPoint("TOPRIGHT", MinimapCluster, "BOTTOMRIGHT", -x, -y);Last updated by dargen
|
|
Amue
|
Thank you very much for your help =]
-Amue
|