Skip to content

Instantly share code, notes, and snippets.

@deather
Last active January 21, 2019 14:30
Show Gist options
  • Save deather/5b9bf5a2c43646b0a51419fe80a5b23c to your computer and use it in GitHub Desktop.
Save deather/5b9bf5a2c43646b0a51419fe80a5b23c to your computer and use it in GitHub Desktop.
Elvui vertical health frames.

This is the step to activate the vertical healthbar for the player unit frames.

Requirements

Elvui: version 10.84

Steps

  1. First of all you need to locate the wow addon folder.
  2. Open the folder ElvUI_Config. This folder contains all windows you can see and use in WoW.
  3. We are interesting by the file unitframes.lua. It contains all windows for unit frames. In this file there many lines and functions.
  4. You need to locate a line like this E.Options.args.unitframe.args.player. Between line E.Options.args.unitframe.args you can read the description of each UI.
  5. If you want edit other limit like width or height you can edit this lines.
  6. If you want to edit orientation of healthbar you can find a function call on health property on previous block. In version 10.84 the function name is GetOptionsTable_Name.
  7. Normally there is 4 arguments (text between parenthesis separated by comma). The first parameter is a boolean (true/false).
  8. Set this property to true if you want to have the possibility to change the orientation.

Profile export

You can find profile export here

Screenshots

You can find screenshots on this post

Warnings

If you update to a new version you probably need to iterate these steps or an equivalents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment