- Mesaj
- 210
- Çözümler
- 5
- Beğeni
- 121
- Puan
- 724
- Ticaret Puanı
- 0
Hello guys
I was trying to install the skills color system and everything is fine but there is an incomprehensible error while compiling the client source if anyone can help I will be grateful
The function referred to in the error I believe is in the file
ActorInstance.h
I was trying to install the skills color system and everything is fine but there is an incomprehensible error while compiling the client source if anyone can help I will be grateful
The function referred to in the error I believe is in the file
ActorInstance.h
C++:
#ifdef ENABLE_SKILL_COLOR_SYSTEM
DWORD AttachEffectByID(DWORD dwParentPartIndex, const char* c_pszBoneName, DWORD dwEffectID, const D3DXVECTOR3* c_pv3Position = NULL, float fParticleScale = 1.0f, const D3DXVECTOR3* c_pv3MeshScale = NULL, DWORD* dwSkillColor = NULL);
#else
DWORD AttachEffectByID(DWORD dwParentPartIndex, const char* c_pszBoneName, DWORD dwEffectID, const D3DXVECTOR3* c_pv3Position = NULL, float fParticleScale = 1.0f, const D3DXVECTOR3* c_pv3MeshScale = NULL);
#endif