Thread Tools Display Modes
02-05-08, 06:18 AM   #1
Kjiara
A Fallenroot Satyr
Join Date: Sep 2007
Posts: 29
addon to move blizz frames

i am looking for an addon to move the frame from the pvp symbols ( warsong flags, alterac reinforcemends etc. )

mfg.
Kjichen
Attached Thumbnails
Click image for larger version

Name:	pvp.jpg
Views:	688
Size:	11.8 KB
ID:	1666  
__________________
Sorry for that bad english, in time i will be better ^^
>german user< ^.^
  Reply With Quote
02-19-08, 07:44 AM   #2
Kjiara
A Fallenroot Satyr
Join Date: Sep 2007
Posts: 29
i'm still looking for such a addon,

i tested moveanything but i get an error message when i get hit by something
__________________
Sorry for that bad english, in time i will be better ^^
>german user< ^.^
  Reply With Quote
02-19-08, 08:22 AM   #3
Layrajha
A Frostmaul Preserver
 
Layrajha's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 275
You can use the following macro to make it movable with a right click:

Code:
/run AlwaysUpFrame1:SetMovable(1) AlwaysUpFrame1:RegisterForDrag("RightButton") AlwaysUpFrame1:SetScript("OnDragStart",function()this:StartMoving()end) AlwaysUpFrame1:SetScript("OnDragStop",function()this:StopMovingOrSizing()end)

- It won't save the position through sessions I think
- If it doesn't, you'll have to use the macro each time you log before you can move the frame
- You have to click on the "AlwaysUpFrame1" frame, which is for instance the Horde tower icon, or probably the horde flag in WSG, etc... I mean, it's often the top left icon, but it might be something else sometimes. The other frames are anchored to it and should move accordingly.

Last edited by Layrajha : 02-19-08 at 08:25 AM.
  Reply With Quote
02-19-08, 10:29 AM   #4
robthedude
Don't Panic
 
robthedude's Avatar
Join Date: Oct 2006
Posts: 364
FluidFrames makes any frame moveable, just set a keybind in the keybind options (it's right at the bottom) and press it with your mouse over the frame you want to move!
__________________

  Reply With Quote
02-19-08, 10:36 AM   #5
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Some pvp addons will allow you to move that frame as well. Two are SSPVP2 and Capping.
__________________
"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-19-08, 12:24 PM   #6
robthedude
Don't Panic
 
robthedude's Avatar
Join Date: Oct 2006
Posts: 364
Originally Posted by Seerah View Post
Some pvp addons will allow you to move that frame as well. Two are SSPVP2 and Capping.
Oh! forgot about that! yeah, get Capping, it's wicked
__________________

  Reply With Quote
02-20-08, 03:20 AM   #7
Layrajha
A Frostmaul Preserver
 
Layrajha's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 275
Originally Posted by robthedude View Post
FluidFrames makes any frame moveable, just set a keybind in the keybind options (it's right at the bottom) and press it with your mouse over the frame you want to move!
Sounds like a very clever addon. What I mean is, it's ultra easy to code, simple, yet very useful. I'd get it for sure if I didn't use the lua way to move things
  Reply With Quote
02-20-08, 05:12 PM   #8
Kjiara
A Fallenroot Satyr
Join Date: Sep 2007
Posts: 29
thaaaaaanks to all ^^

error message with moveanything disapeart so, now i can use moveanything

is one of the other addons up there better?

will try all ^^


@layrajha niiiiiiiice avatar =)
__________________
Sorry for that bad english, in time i will be better ^^
>german user< ^.^
  Reply With Quote
02-21-08, 06:38 AM   #9
Layrajha
A Frostmaul Preserver
 
Layrajha's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 275
Originally Posted by Kjiara View Post
@layrajha niiiiiiiice avatar =)
Thank you. It's not from me at all, it's from a Fan Art on the official sites. Unfortunately, I forgot the name of the author (using this for quite some time now). It's only a little piece of the original art, but you should check it
  Reply With Quote
02-21-08, 02:40 PM   #10
Badious
A Cyclonian
 
Badious's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 45
I used to use MoveFrames but now use FluidFrames to move that stuff around very nice addon.
__________________
My UI A Constant WIP
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » addon to move blizz frames


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