View Single Post
04-12-10, 06:14 PM   #3
drago87
A Defias Bandit
Join Date: Apr 2010
Posts: 3
Thumbs down

Ty for the fast anser got it to wurk... sort of

Moved it to the right of the player buff and lost the name and time (sitll got the icon) of the spells.

Changed
Code:
[2] =
			{
				anchor =
				{
					anchor_pt        = "BOTTOMRIGHT",
					relative_to      = "nUI_Dashboard",
					relative_pt      = "TOPRIGHT",
					xOfs             = 400,
					yOfs             = -40,
				},		
				options =
				{
					enabled          = true,
					width            = 350,
					size             = 28.5,
					strata           = nil,
					level            = 1,
					
					aura_type        = "help",
					origin           = "TOPRIGT",
To
Code:
[2] =
			{
				anchor =
				{
					anchor_pt        = "BOTTOMLEFT",
					relative_to      = "nUI_Dashboard",
					relative_pt      = "TOPLEFT",
					xOfs             = 400,
					yOfs             = -80,
				},		
				options =
				{
					enabled          = true,
					width            = 350,
					size             = 28.5,
					strata           = nil,
					level            = 1,
					
					aura_type        = "help",
					origin           = "TOPLEFT",