Jump to content

Recommended Posts

hello guys, i'm having a slight problem, when using one of the slots in costume window for the mount slot.

after applying all the things, the sash doesnt want to go to its own slot but tries to use mount slot instead...

vid: https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

 

edit, almost forgot my GameType.h

#ifdef ENABLE_COSTUME_SYSTEM
const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19;
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_Acce = c_Costume_Slot_Start + 2;
const DWORD    c_Costume_Slot_Mount = c_Costume_Slot_Start + 3;
#ifdef ENABLE_COSTUME_WEAPON
const DWORD    c_Costume_Slot_Weapon = c_Costume_Slot_Start + 1;
const DWORD c_Costume_Slot_Count = 5;
#else
const DWORD c_Costume_Slot_Count = 4;
#endif
const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count;
#endif

 

 

Edited by Metin2 Dev
Core X - External 2 Internal
  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.