WoW LibClassicMobHealth-1.0 addon Dragonflight/Wrath of the Lich King Classic 2023
logo
wow addon LibClassicMobHealth-1.0

LibClassicMobHealth-1.0

Game Version: 1.13.2
Total Downloads: 22,318
Updated: Jun 4, 2019
Created: May 27, 2019
download LibClassicMobHealth-1.0Download Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
11302-1 release 6.18 KB Jun 4, 2019 1.13.2 18,690 download LibClassicMobHealth-1.0 11302-1 releaseDownload
daa2bd0-alpha alpha 6.18 KB Jun 1, 2019 1.13.2 3,602 download LibClassicMobHealth-1.0 daa2bd0-alpha alphaDownload
f97e899-alpha alpha 6.20 KB May 28, 2019 1.13.2 12 download LibClassicMobHealth-1.0 f97e899-alpha alphaDownload
98f7e2f-alpha alpha 6.26 KB May 27, 2019 1.13.2 7 download LibClassicMobHealth-1.0 98f7e2f-alpha alphaDownload
596aaeb-alpha alpha 6.23 KB May 27, 2019 1.13.2 7 download LibClassicMobHealth-1.0 596aaeb-alpha alphaDownload

Description

Share this:

This project is a continuation of the LGPL LibMobHealth-4.0 library, authored by ckknight.

 

WARNING: This is still in development in the WoW Classic Beta!

 

This item may be used embedded, but for best results it should be installed stand-alone so it saves it's database of mob health to a single savedvariable.

 

Basic usage is as follows:

 

 

local hp = LibStub("LibClasicMobHealth-1.0"):GetMaxHP("Young Wolf", 2)

local maxhp, found = LibStub("LibClasicMobHealth-1.0"):GetUnitMaxHP("target")

local curhp, found = LibStub("LibClasicMobHealth-1.0"):GetUnitCurrentHP("target")

local curhp, maxhp, found = LibStub("LibClasicMobHealth-1.0"):GetUnitHealth("target")

 

Comments

Add a comment