Thread Tools Display Modes
02-12-08, 08:37 PM   #1
xWoWxThor
A Murloc Raider
Join Date: Dec 2007
Posts: 6
pUF help!

hello, I recently switched from pitbull to pUF(today), http://www.home.no/p3lim/gcode/puf.jpg well it says that the only way to move them is .lua script editing, how do I do that?

Sorry, I use addons a lot, but no idea how they work!
  Reply With Quote
02-13-08, 03:27 PM   #2
xWoWxThor
A Murloc Raider
Join Date: Dec 2007
Posts: 6
ANyone know? and bump!
  Reply With Quote
02-13-08, 05:44 PM   #3
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
I don't use pUF or oUF (what it's based from). But open up the code and find what would be the x,y coordinates for the frame and change them to your liking. You can do this while in-game, but you'll need to reload your UI to see changes made.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
02-13-08, 06:06 PM   #4
xWoWxThor
A Murloc Raider
Join Date: Dec 2007
Posts: 6
Originally Posted by Seerah View Post
I don't use pUF or oUF (what it's based from). But open up the code and find what would be the x,y coordinates for the frame and change them to your liking. You can do this while in-game, but you'll need to reload your UI to see changes made.
lol Sorry, but d since I am so stupid, I have yet to find where the x,y, coordinates are located in the code, Im stupid eh?
  Reply With Quote
02-13-08, 09:15 PM   #5
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
All configuration for that mod is through the code. lua editing is not for everyone. That's why there are different addons.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
02-26-08, 02:47 AM   #6
MoonWitch
A Firelord
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 455
In the layout.lua .. find code much like this (it will be far to the end of the file)

Code:
player:SetPoint("CENTER", -101, -290)
target:SetPoint("CENTER", 101, -290)
pet:SetPoint("CENTER", -310, -280)
targettarget:SetPoint("CENTER", 310, -280)
focus:SetPoint("LEFT")
party:SetPoint("TOPLEFT", 30, -30)
raid:SetPoint("TOPLEFT", 15, -15)
That changes the position of the frames.
player is your unitframe, target the target etc.
("CENTER", x value, y value)
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » pUF help!


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