how can i make the npc look like a CHARACTER ?
(CUSTOM NPC)
and how to encrypt resource ??
Thanks elitEPVPers !!
More Power !!
(CUSTOM NPC)
and how to encrypt resource ??
Thanks elitEPVPers !!
More Power !!
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 );
i have also problem in Transfer awake i hope you will help me to :DQuote:
For NPC:
character.inc
bsp:
The Function SetEquip set the Cloth an SetFigure the Model (MI_MALE/MI_FEMALE)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 );
SetFigure(m_dwMoverIdx, m_dwHairMesh, m_dwHairColor, m_dwHeadMesh);