Jump to content

Sash and Mount costume


Recommended Posts

After i implement sahs sistem by lent

Sash is move to Mount slot.

Mount not work and have absortion.


gametype.h client

#ifdef ENABLE_COSTUME_SYSTEM
   const DWORD c_Costume_Slot_Start   = c_Equipment_Start + 19;   // [ÁÖÀÇ] ¼ýÀÚ(19) ÇϵåÄÚµù ÁÖÀÇ. ÇöÀç ¼­¹ö¿¡¼­ ÄÚ½ºÃõ ½½·ÔÀº 19ºÎÅÍÀÓ. ¼­¹ö common/length.h ÆÄÀÏÀÇ EWearPositions ¿­°ÅÇü Âü°í.
    const DWORD   c_Costume_Slot_Body      = c_Costume_Slot_Start + 0;
   const DWORD   c_Costume_Slot_Hair      = c_Costume_Slot_Start + 1;
    const DWORD   c_Costume_Slot_Mount = c_Costume_Slot_Start + 2;
   const DWORD   c_Costume_Slot_Sash    = c_Costume_Slot_Start + 3;
    const DWORD c_Costume_Slot_Count    = 4;
   const DWORD c_Costume_Slot_End      = c_Costume_Slot_Start + c_Costume_Slot_Count;
 #endif

 

Spoiler

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.