AkadenTK / enemybar2

Evolution of the simpler Windower addon that displays a target health bar prominently onscreen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enemybar

This is an addon for Windower4 for FFXI. It creates a big health bar for the target to make it easy to see.

alt text

Commands:

target_frame = target/subtarget/focustarget/aggro/all. Specifies which target frame to update the settings for, or all of them.

Command Action
//eb setup/debug/demo/test Activate setup mode. Enables draging target frames and displays everything with your current settings. Ctrl-drag to snap to grid.
//eb focustarget/ft [target name] Specifies a focus target. The focus target frame will display this target's hp and status.
//eb set pos target_frame x y Moves a target frame to a specified position
//eb set color target_frame red green blue Specifies the hp bar color for the given target frame
//eb set count target_frame i Specifies the number of aggro'd monsters to display in the aggro frame
//eb set stack_dir target_frame up/down Specifies the stack direction of the aggro frame. Up stacks upwards, down stacks downwards
//eb set stack_padding target_frame i Specifies the distance between the target bars in the aggro frame
//eb set font target_frame font_name Specifies the font name for the given target frame.
//eb set font_size target_frame i Specifies the font size for the given target frame.
//eb set width target_frame i Specifies the width of the hp bar for the given target frame.
//eb set show target_frame true/false/on/off/yes/no Display the given target frame.
//eb set show_target_icon target_frame true/false/on/off/yes/no Display whether the enemy is targeted or not in the given target frame.
//eb set show_target target_frame true/false/on/off/yes/no Display the target of the target in the given target frame.
//eb set show_debuff target_frame true/false/on/off/yes/no Display the debuffs on the target in the given target frame.
//eb set show_action target_frame true/false/on/off/yes/no Display the current action of the target in the given target frame.
//eb set show_dist target_frame true/false/on/off/yes/no Display the distance from the target in the given target frame.
//eb help Shows help text for this addon

UPDATE: 1.1 Updates;

  • unified healbar creation and management logic Added several things:
  • focus target function to track a specified target's status
  • mob action (spell/ws) and attention tracking (not quite enmity, but close)
  • aggro'd mobs can now be displayed as a stack of health bars + their action and attention
  • display for target/subtarget/focustarget/aggro'd mobs' distance.
  • indicator on aggro'd mobs' health bars for which is targeted.
  • indicator on target/subtarget/focustarget/aggro'd mobs for crowd control status effects

About

Evolution of the simpler Windower addon that displays a target health bar prominently onscreen


Languages

Language:Lua 100.0%