WoW LibNPCInfo addon Dragonflight/Wrath of the Lich King Classic 2026
logo
wow addon LibNPCInfo

LibNPCInfo

Game Version: 10.0.5
Total Downloads: 324
Updated: Jan 26, 2023
Created: Apr 28, 2022
download LibNPCInfoDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v1.004 release 15.40 KB Jan 26, 2023 10.0.5 43 download LibNPCInfo v1.004 releaseDownload
v1.003 release 15.38 KB Nov 15, 2022 10.0.2 69 download LibNPCInfo v1.003 releaseDownload
v1.002 release 15.40 KB Nov 15, 2022 9.2.5 7 download LibNPCInfo v1.002 releaseDownload
v1.001 release 15.25 KB May 31, 2022 9.2.0 51 download LibNPCInfo v1.001 releaseDownload
v1 release 16.18 KB Apr 28, 2022 9.2.0 154 download LibNPCInfo v1 releaseDownload

Description

Share this:

⚜️ Introduction

Cause Blizzard do not provide an API for retrieving information about NPCs, this library is created to help you retrieve information about any NPC with its ID.

The algorithm behind this library is simple:
1. Create a new tooltip for scanning.
2. Attempt to set the unit of the tooltip to the NPC with the ID you want to retrieve information about.
3. Scrape the NPC’s information from this tooltip.

It seems Blizzard limits the rate of tooltip unit setting, or the network quality also affects. Sometimes you need to wait a bit before you can retrieve information about a NPC. Since this library already added a double check for tooltips, usually you can safely use it.

???? Usage

See Examples in GitHub

Comments

Add a comment