WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   ccComboPoints align (https://www.wowinterface.com/forums/showthread.php?t=17666)

Imithat 08-11-08 12:21 PM

ccComboPoints align
 
Hey guys,

I need a little bit help with the addon ccComboPoints ( Found here!)

The mod display the combopoints in a very cool look in center of the screen!
But how i can change this? I would it a little bit higher of my action bar.

i changed the cords in the ccComboPoints.lua on the follow line (but it doesn't work):
Code:

local CPLayouts = {
        [0] = {
                [1] = {["x"] = -58, ["y"] = -148+32 },
                [2] = {["x"] = -30, ["y"] = -160+32 },
                [3] = {["x"] =  0, ["y"] = -166+32 },
                [4] = {["x"] =  30, ["y"] = -160+32 },
                [5] = {["x"] =  58, ["y"] = -148+32 }
        },
        [1] = {
                [1] = {["x"] = -58, ["y"] = 148-150 },
                [2] = {["x"] = -30, ["y"] = 160-150 },
                [3] = {["x"] =  0, ["y"] = 166-150 },
                [4] = {["x"] =  30, ["y"] = 160-150 },
                [5] = {["x"] =  58, ["y"] = 148-150 }
        }
};

pls help :D


All times are GMT -6. The time now is 08:39 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI