Forum > Texturing and 2D Art

[QUESTION] How to find an NPC texture

(1/1)

Aentium:
Is there any way to find an NPC's texture inside the BakedNPCTextures folder without having to look for it among the thousands of other NPC's textures? For example, i want to look for the Spirit healer's texture. Any help?

Amaroth:
You need to get NPC's displayID (from creature_template table from world database, or from .npc info command in game). Open CreatureDisplayInfo.dbc. Go to your NPC's displayID's row, and take a look at field #4. Open CreatureDisplayInfoExtra.dbc, go to your displayID's extra row. Texture's name is in the last field.

If you are a beginner, those links might help you.
viewtopic.php?f=78&t=3381
https://wowdev.wiki/DB/CreatureDisplayInfo
https://wowdev.wiki/DB/CreatureDisplayInfoExtra

Navigation

[0] Message Index

Go to full version