This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!
Home
Forum
Modcraft - The community dedicated to quality WoW modding!
Forum
Content creation
Texturing and 2D Art
[QUESTION] How to find an NPC texture
Menu
Discord
Tutorials
Links
WowDev wiki
Print
Pages: [
1
]
Author
Topic: [QUESTION] How to find an NPC texture (Read 1886 times)
Aentium
Registred Member
BLP Convertor
Posts: 9
[QUESTION] How to find an NPC texture
«
on:
July 13, 2016, 09:27:06 pm »
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?
«
Last Edit: January 01, 1970, 01:00:00 am by Admin
»
Logged
Amaroth
Contributors
Creator of Worlds
Posts: 1219
Re: [QUESTION] How to find an NPC texture
«
Reply #1 on:
July 14, 2016, 10:26:35 am »
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
«
Last Edit: January 01, 1970, 01:00:00 am by Admin
»
Logged
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng
Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz
Print
Pages: [
1
]
Modcraft - The community dedicated to quality WoW modding!
Forum
Content creation
Texturing and 2D Art
[QUESTION] How to find an NPC texture