Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 2.45 KB

README.md

File metadata and controls

39 lines (25 loc) · 2.45 KB

HitPoints

An Ashita v4 addon for displaying your target and any enemies you are currently engaged with.

Show Your Support

If you would like to show your support for my addon creation consider buying me a coffee!

ko-fi

Overview

This addon has two parts:

  1. Shows your targets HP alongside its HP%, distance, server ID, and any status effects. It will also show your target's target if one is available.
  2. Shows a list of enemies you are currently "engaged" with alongside their HP% and any status effects on them.

Hovering over any status icon will popup a help text explaining the buff or debuff if a description is available.

NOTE: Buffs, debuffs, and target of target are all approximations based on packets and available data. Accuracy may vary.

NOTE: If you are familiar with one of my other addons HXUI you will notice some strong similarities. I re-used a chunk of the code when putting this together at first, but HXUI is based on imgui which caused lots of issues. This addon will slowly be moving away from imgui and instead use a sprite based renderer in future updates, as well as be focused primarily on use in retail, not specifically the Horizon server.

Screenshot

Installation

  • Download the latest release of HitPoints from the panel on the right and extract it.
  • Open up the extracted folder and inside of it will be a directory called addons.
  • Copy the addons folder to your Ashita folder, merging it with your current Ashita/addons folder.
  • To load HitPoints, type /addon load HitPoints in your chatbox.
  • If you want to load this addon by default:
    • Open up the file default.txt in the Ashita/scripts folder.
    • Add the following line: /addon load HitPoints
  • NOTE: You must follow these steps to install the addon. Downloading the code directly will not work without source control software as this repository makes use of git submodules!

Config

To configure any settings simply type /hitpoints, /hpoints, or /hp into the chatbox and a config menu will pop up.

All elements can be dragged around or locked in place. This location is stored in the imgui config in the Ashita/config directory. If elements stop rendering correctly, close your game, delete your imgui config, and reopen the game. This will reset all positions.