View Single Post
08-11-14, 06:43 AM   #1
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
You can no longer scan the cache for NPCs

Using tooltip:SetHyperlink('unit:Creature:0:0:0:0:' .. npcID) or model:SetCreature(npcID) will now return valid data for units that the client has never seen before.

Calling either function will query the server and the client will cache the information when it becomes available.

This means you can display models or scrape tooltip text for NPCs you haven't seen, but it also means addons like NPCScan will no longer function.