Thread Tools Display Modes
03-20-12, 05:05 AM   #1
Zanalia
A Kobold Labourer
Join Date: Mar 2012
Posts: 1
!beautyLoot How do i move...

How do i permanently move the frame to the right side of my screen or dead middle i dont want it on the upper left side of my screen id like i in the middle but i dont know how to move it there and lock it can you plz help me
  Reply With Quote
03-20-12, 01:02 PM   #2
Waky
A Cobalt Mageweaver
 
Waky's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 200
I found this comment made by the addon creator in the addon's comment section:

Originally Posted by Game92
Originally Posted by def9
I was wondering what I need to edit in the lua to make the loot box appear elswhere on the screen than in the default Blizzard spot. I know I can drag the window around I'm just not a fan of that upper left of the screen window.

Is it the lines below I need to change?

Code:
LootBG:SetPoint('TOPLEFT', 1, -1)
LootBG:SetPoint('RIGHT', -1, 1)
Hello. No that's not what you need to edit.


LUA Code:
  1. _G["LootFrame"]:SetPoint('TOPLEFT', 1, -1)
  2. _G["LootFrame"]:SetPoint('RIGHT', -1, 1)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » !beautyLoot How do i move...

Thread Tools
Display Modes

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