SweepyBoop's Arena Helper

SweepyBoop's Arena Helper

13.9k Downloads

Nameplate filter whitelist needs to use NPC Id for unit names without spaces

SweepyBoop opened this issue ยท 2 comments

commented

For instance a hunter can name his pet Psyfiend, then you'll see a secondary pet with that name showing up..

commented

To find the NPC ID of psyfiend, cast one, target it and type:

/run npcID = select(6, strsplit("-", UnitGUID("target"))); print(npcID);

The ID is 101398

commented

Confirmed using NPC ID works for psyfiend with latest #20