Jump to content

Rings in Costume Window Bug


Recommended Posts

Hello,

I want add my Rings in Costume Window and have a Problem with the tooltip.

https://metin2.download/picture/bBipB4iQfNzXt4I34u9XMo5zor60b5hS/.gif

 

Wen i go with the mouse over the item they dont show anything, but in normal invnetory it show all.

Also i can not use right click on the ring or belt.

 

i add under uiinventory.py -> def RefreshCostumeSlot(self):

for i in xrange(player.NEW_EQUIPMENT_SLOT_COUNT):
            slotNumber = player.NEW_EQUIPMENT_SLOT_START + i
            self.wndEquip.SetItemSlot(slotNumber, getItemVNum(slotNumber), 0)

 

But it only help to show the icon.

 

I hope someone cvan help me, many thanks!

 

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

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

  • 3 weeks later...
Am 14.12.2019 um 23:47 schrieb displayjokes:

Check in the script of the window, python if you are not making two slot in the same position, i've had this issue and that was the fix, not sure if it the case, if not, post uitooltip.py on pastebin

uitooltip: https://pastebin.com/epv4D7ug

uiinventory: https://pastebin.com/Ze2Khcyq

 

Thanks for any help!

Link to comment
Share on other sites

  • 3 months later...

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.