Jump to content

Metin2 Python Slot


Recommended Posts

Hey i try add new slot for Costume Weapon i add function in game and bin but idk how i add the slot in python

 

i make 

    {"index":COSTUME_START_INDEX + 0, "x":61, "y":45, "width":32, "height":64},
    {"index":COSTUME_START_INDEX + 1, "x":61, "y": 8, "width":32, "height":32},
  #{"index":COSTUME_START_INDEX + 2, "x":5, "y":145, "width":32, "height":32},
 
to 
 {"index":COSTUME_START_INDEX + 0, "x":61, "y":45, "width":32, "height":64},
 {"index":COSTUME_START_INDEX + 1, "x":61, "y": 8, "width":32, "height":32},
 {"index":COSTUME_START_INDEX + 2, "x":5, "y":145, "width":32, "height":32},
 but ingame i have only slot for amore and hair.
 
Link to comment
Share on other sites

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.