Jump to content

Enlarge Inventory board problem


Recommended Posts

Hi! I've got a problem and can't enlarge inventory board.

This is my inventory.py 

https://pastebin.com/u3P7NH2f[/spoiler]


and this is how is shown in game

fbWnW0J.jpg

 

Why? only title bar takes effect (i'm using nevisor client 2k10) please help me to understand

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

Solved! Was in uiinventory.py, expanded_money strings
 

            # EXPANDED_MONEY_TASKBAR [Nevisor]
            self.wndMoney.Hide()
            self.wndMoneySlot.Hide()
            self.wndMoneyIcon.Hide()
            self.board = self.GetChild("board")
            self.SetSize(176, 542)
            self.board.SetSize(176, 542)

 

  • Love 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



×
×
  • 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.