Jump to content

Basic modding client


Recommended Posts

Hi, I am creating an oldstyle server and am modifying the hair system, having removed the costume system. I had to make some changes but I'm almost done, I just have to move the position of the prieview image, I checked the files and from the item_list its position is given by

ETC  \ ymir work \ ui \ items \ quest \ 73001.sub

I just can't find it, can someone more experienced than me help me?
Here is a screen to let you understand the problem:

Spoiler

spacer.png

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

7 hours ago, Mitachi said:

I think you need check in uiTooltip.py 

spacer.png

Check def __AppendHairIcon

Thank you so much, I solved it! It was enough to change:
 

Spoiler

        itemImage.SetPosition(itemImage.GetWidth()/2, self.toolTipHeight)
        self.toolTipHeight += itemImage.GetHeight()
        #self.toolTipWidth += itemImage.GetWidth()/2
        self.childrenList.append(itemImage)
        self.ResizeToolTip()

in:
 

Spoiler

        itemImage.SetPosition(itemImage.GetWidth()/14, self.toolTipHeight)
        self.toolTipHeight += itemImage.GetHeight()
        #self.toolTipWidth += itemImage.GetWidth()/2
        self.childrenList.append(itemImage)
        self.ResizeToolTip()

 

@ Mitachi spacer.png

Edited by Metin2 Dev
Core X - External 2 Internal
  • Good 1
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



  • Similar Content

  • Activity

    1. 0

      Exp bonus

    2. 7

      GR2/DDS encryption

    3. 0

      Anticheat system

    4. 0

      Hallo Mt2DEV PLS HELP

    5. 4

      Map

    6. 11

      Increase max Yang full

    7. 2

      LUA Questions

    8. 1

      Client stops working after C++20

    9. 14

      Metin2 Closed Beta Content (2003-2004)

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.