Thread Tools Display Modes
08-11-08, 12:21 PM   #1
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 27
Question 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
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » ccComboPoints align


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off