Jump to content

Recommended Posts

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

6 hours ago, Haruka said:

Man check all steps and check in /UserInterface/GameType.h

I have this on 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;
    const DWORD c_Costume_Slot_Count = 4;
    const DWORD c_Costume_Slot_End = c_Costume_Slot_Start + c_Costume_Slot_Count;
#endif

 

 

and

 

#ifdef ENABLE_NEW_EQUIPMENT_SYSTEM
    const DWORD c_New_Equipment_Start = c_Equipment_Start + 22;
    const DWORD c_New_Equipment_Count = 3;
    const DWORD c_Equipment_Ring1 = c_New_Equipment_Start + 0;
    const DWORD c_Equipment_Ring2 = c_New_Equipment_Start + 1;
    const DWORD c_Equipment_Belt  = c_New_Equipment_Start + 2;;
#endif

Link to comment
https://metin2.dev/topic/11182-problem-costume-mount/#findComment-65426
Share on other sites

my problem is that I do not see the seal on the costume or inventory xD ...

screen:

https://metin2.download/picture/sf8crJQR78rn78RNUx6U2XraBJOZDmh8/.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/11182-problem-costume-mount/#findComment-65430
Share on other sites

Go to uitool.py ( client)  and :

Spoiler

#1) Search: isCostumeBody = 0
#2) Under it add:
isCostumeMount = 0

#1) Search: isCostumeBody = item.COSTUME_TYPE_BODY == itemSubType
#2) Under it add:
isCostumeMount = item.COSTUME_TYPE_MOUNT == itemSubType

 

Link to comment
https://metin2.dev/topic/11182-problem-costume-mount/#findComment-65442
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.