how to set npc face

03/12/2011 13:08 josh468#1
hello,
ive just created new monster and i made it also as a npc ,
and now when i talking with him then he doesnt have face

i tried npcface.ini but how client will know which of the code to choose for this new npc...
what to do ?
03/12/2011 13:17 SoulNecturn#2
When you creating NPC dialog in the end you adding something like this:
Code:
(00000, 00000, 0000, 0104, 0, '0 0 [COLOR="Red"]14[/COLOR]'),
this 14 is the number of NPC face that you search for... So if you dealed with ini and ani... provide in this place request to show this avatar ;)

regards