[Quest] About Resource ?

05/11/2013 13:07 HayeLu#1
how can i make the npc look like a CHARACTER ?
(CUSTOM NPC)

and how to encrypt resource ??

Thanks elitEPVPers !!
More Power !!
05/11/2013 13:13 İross#2
For NPC:

character.inc
bsp:
Code:
		SetEquip( II_RID_RID_WIN_DRAGON01, II_ARM_S_CLO_MAS_SUNGLASS03, II_ARM_F_CHR_DEVIL01HAT, II_ARM_F_CHR_DEVIL01SUIT, II_ARM_F_CHR_DEVIL01GLOVES, II_ARM_F_CHR_DEVIL01SHOES );
		SetFigure( MI_FEMALE, 1, 0x000000, 2 );
The Function SetEquip set the Cloth an SetFigure the Model (MI_MALE/MI_FEMALE)
05/11/2013 13:21 HayeLu#3
Quote:
Originally Posted by İross View Post
For NPC:

character.inc
bsp:
Code:
		SetEquip( II_RID_RID_WIN_DRAGON01, II_ARM_S_CLO_MAS_SUNGLASS03, II_ARM_F_CHR_DEVIL01HAT, II_ARM_F_CHR_DEVIL01SUIT, II_ARM_F_CHR_DEVIL01GLOVES, II_ARM_F_CHR_DEVIL01SHOES );
		SetFigure( MI_FEMALE, 1, 0x000000, 2 );
The Function SetEquip set the Cloth an SetFigure the Model (MI_MALE/MI_FEMALE)
i have also problem in Transfer awake i hope you will help me to :D
here is the picture
[Only registered and activated users can see links. Click Here To Register...]

And what is the meaning of
0x000000, 2
In Set Figure
05/11/2013 14:21 Rhyder`#4
O.o missing box
05/11/2013 15:30 İross#5
The SetFigure-Structural:

Code:
SetFigure(m_dwMoverIdx, m_dwHairMesh, m_dwHairColor, m_dwHeadMesh);
So its the HairColor and HeadMesh