A player hp/mp/tp bar addon originally FFXIV styled, modified to expand on the theme possibilities.
Ashita port by Tirem [https://github.com/tirem/XIVBar]
Original Windower4 addon by Edeon [https://github.com/Windower/Lua/tree/live/addons/xivbar]
This addon displays vital bars for easy tracking
Comes with 13 themes and hopes to make it easy to make new themes.
The size can be modified with the scale slider in the config.
- Extract the folder and drop the addons folder within into the install location of Ashita v4
- Load using "/addon load themebars" in the chat window
- To load the addon automatically when the game starts, edit scripts/default.txt and add "/addon load themebars" at the end
- You can directly edit most settings in the in game config (/themebars, or /tb)
- To edit these settings and more manually:
- Login to your character in FFXI
- Edit the addon's settings file: [GameInstallLocation]\config\addons\themebars\THEME_NAME\theme_settings.lua
- Save the file
- Type
/addon reload themebarsto reload the addon
- Create a folder inside the theme directory of the addon: [GameInstallLocation]\addons\themebars\themes\THEME_NAME
- Create the necessary images.
A theme is composed of up to 8 images (you can take a look at the default themes.):
- a background for the bars (bar_bg.png)
- one image for each bar (hp_fg.png, mp_fg.png and tp1_fg.png, tp2_fg.png, tp3_fg.png)
- optional foreground (bar_fg.png) and shade (hp_shade.png) images.
- Edit the settings for the theme in theme_settings.
- Load the theme from the config menu.
