Download
(418 b)
Download
Updated: 08-31-09 05:32 PM
Pictures
File Info
Updated:08-31-09 05:32 PM
Created:08-31-09 05:32 PM
Downloads:1,878
Favorites:2
MD5:

Framesizer 1.0 :)

Version: 1.0
by: ShamazingAmbossar [More]

Framesizer1.0

Resizes your Player- and Targetframes.

Installation:


Extract the .zip into your \WoW\Interface\AddOns Folder and start WoW.



FrameScale changable by editing the core.lua.
PEANUT BUttER JELLY TIME

Optional Files (0)


Post A Reply Comment Options
Unread 10-20-09, 09:38 AM  
Doompiggy
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Originally posted by Xark
a hahaha

family guy > all!!
Peanut butter jelly time was around before Family Guy used it...
Report comment to moderator  
Reply With Quote
Unread 08-31-09, 08:03 PM  
Xark
A Deviate Faerie Dragon

Forum posts: 14
File comments: 61
Uploads: 0
a hahaha

family guy > all!!
Report comment to moderator  
Reply With Quote
Unread 08-31-09, 05:51 PM  
ShamazingAmbossar
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 1
Uploads: 1
Guide to MOVE the frames:

Playerframe:
/run local f=PlayerFrame; f:SetUserPlaced(true) f:SetMovable(true) f:EnableMouse(true) f:RegisterForDrag("LeftButton") f:SetScript("OnDragStart",f.StartMoving) f:SetScript("OnDragStop",f.StopMovingOrSizing)

Targetframe:
/run local f=TargetFrame; f:SetUserPlaced(true) f:SetMovable(true) f:EnableMouse(true) f:RegisterForDrag("LeftButton") f:SetScript("OnDragStart",f.StartMoving) f:SetScript("OnDragStop",f.StopMovingOrSizing)

-> move
-> /console Reloadui
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: