Jump to content

Recommended Posts

Who can tell me which index is where?
2befe94ec8.jpg

#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_Mount = c_Costume_Slot_Start + 2;

const DWORD c_Costume_Slot_Weapon = c_Costume_Slot_Start + 3;

const DWORD c_Costume_Slot_ACCE = c_Costume_Slot_Start + 4;

const DWORD c_Costume_Slot_Count = 5;

const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count;

#endif

is this right or forgot?

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/13601-costume-slot-inex/
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Honorable Member
31 minutes ago, thespeedy said:

const DWORD c_Costume_Slot_Start = c_Equipment_Start + 19;

everything except this looks good.

Shouldnt this be c_Equipment_End or something like that? Can someone else with more C++ / Metin2 Src experience confirm/deny this?

Link to comment
https://metin2.dev/topic/13601-costume-slot-inex/#findComment-77566
Share on other sites

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.