Thread Tools Display Modes
Prev Previous Post   Next Post Next
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.
 
 

WoWInterface » Site Forums » Archived Beta Forums » WoD Beta archived threads » You can no longer scan the cache for NPCs


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off