Quantcast
Channel: WoWInterface - Latest Updated list
Viewing all articles
Browse latest Browse all 58830

Leatrix Frames (4.1.45)

$
0
0
Change Log:
--------------------
4.1.45
* Added the durability frame and the vehicle seat indicator frame.
* Added the party frames.

4.1.40
* Rewrote the addon (again). The GUI has returned allowing you to move frames by dragging them. You can still modify the code manually if you prefer to do it that way.

4.1.34
* Added the achievement alert frame.

4.1.33
* Added the special power bar (which is used by a few quests such as the Plants vs Zombies chain). This is not moved from its normal position by default.

4.1.32
* Slimmed down the code (even more).
* Removed some frames, mostly the ones that required background processing (see the main page for a list of frames now supported).
* Frame locations are now stored in your individual character's layout file, not in the addon. The layout file will need to be deleted if you want to reset the frame positions. Again, see the main page.

4.1.31
* Put player and target frame movement back so that they can be set using exact coordinates instead of the UI (better, I think, and can be positioned off-screen this way too).

4.1.30
* Updated for Wow patch 4.1.
* Removed player frame and target frame movement.

4.26
* Updated the addon so that it works correctly with Wow 4.06.
* Frames will now be refreshed on PLAYER_ENTERING_WORLD instead of ADDON_LOADED.
* Added support for moving the first mirror timer bar. This bar can be used by the UI for things like water breathing and fatigue. If there is more than one mirror timer bar showing, subsequent bars will all be stacked under the first.

4.25
* You can now disable any of the configuration lines in Leatrix_Frames.lua by prefixing them with --. Doing so will instruct Wow to use the default location for that frame.

4.23
* Added support for moving the ghost frame (return to graveyard).

4.22
* Added support for moving the party frames. Pet frames will be moved automatically with the party frames. Party frame movement is disabled by default, you can enable it in the ....

Description:
--------------------
An Addon for World of Warcraft by Leatrix
8708536What does it do?

Leatrix Frames is a very simple addon designed to make it easy for you to move key frames within your UI.

At the present time, these frames can be moved using Leatrix Frames:
Player frame
Target frame
Pet frame
Casting bar frame
World status frame (eg. Wintergrasp scores)
Ghost frame (return to graveyard)
Durability frame
Vehicle seat indicator frame
Mirror timer bar (eg. water breathing, fatigue, etc)
Special power bar (eg. Plants vs Zombies quests)
Achievement alert frame
GUI Configuration

To unlock frames, simply type /lf to bring up the options panel, then click the Unlock button. Drag your frames to your desired locations then click Done. That's it!

While unlocked, you will see the frames listed with some checkboxes. These checkboxes simply toggle the individual drag frames, so that you can access frames which may be stacked on top of each other.

Frame locations are not stored in the addon itself, they are stored in your individual character's layout file.

If you want to reset your frames back to the Wow defaults, click the Reset Frames button. This will wipe the frame location information from your character's layout file and reload your UI to force Wow to use the default frame locations.

Manual Configuration

Some people like to enter their frame locations directly in code inside the addon. If you're one of them, open Leatrix_Frames.lua with a text editor and modify the locations shown in the block of code near the top. Then hit the Set Manual button inside the addon. That will load your settings in that block of code.

Example:

LeaFramesShow(PlayerFrame, "TOPLEFT", "TOPLEFT", "-35", "-14")

This will set the player frame to the top left corner of the...

Viewing all articles
Browse latest Browse all 58830

Trending Articles