View Single Post
04-11-11, 04:36 AM   #9
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 540
Having some trouble with moving the DurabilityFrame... I'm sure I am just doing it wrong.. ><

Code:
["DurabilityFrame"] = {parent = nil, point = "TOPRIGHT", rpoint = "BOTTOMRIGHT", x = -300, y = 0, scale = 1},
It's -300 atm because I am trying to test it :P

Code:
Interface\AddOns\LP_FrameMover\Core.lua:45: attempt to call field 'MoveFrames' (a nil value)
Count: 1

Call Stack:
[C]: in function `MoveFrames'
Interface\AddOns\LP_FrameMover\Core.lua:45: in function <Interface\AddOns\LP_FrameMover\Core.lua:44>
Error
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah

Last edited by Lily.Petal : 04-11-11 at 04:39 AM.
  Reply With Quote