Jump to content

Recommended Posts

I edited the files: 

  • inventorywindow.py from uiscript
  • inventorywindow.py from locale/**/ui
  • beltinventorywindow.py from uiscript
  • uiinventory.py from root

All of them edited as in the tutorial. (http://metin2dev.org/board/topic/791-metin2-4-inventory-page/)
 
In syserr I have: 

0808 02:50:08604 :: invalid idx 0

 
Here is my uiinventory.py: http://pastebin.com/NsEjiFAY

And here is a photo to see how's the client now. I don't see the items in inventar: https://metin2.download/picture/4K1zvLjaAK4O4ncI6r3AgXS5S875KqbC/.jpg
 

Can someone, please, tell me what's the problem?

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/2569-4-inventory-page-problem/
Share on other sites

Change:

        def SetInventoryPage(self, page):
                self.inventoryPageIndex = page
                self.inventoryTab[1-page].SetUp()
                self.RefreshBagSlotWindow()

To:

	def SetEquipmentPage(self, page):
		self.equipmentPageIndex = page
		self.equipmentTab[1-page].SetUp()
		self.RefreshEquipSlotWindow()

Remember about tab's

Link to comment
https://metin2.dev/topic/2569-4-inventory-page-problem/#findComment-17344
Share on other sites

I did exactly what you said and now I have in syserr:

0808 02:50:08604 :: invalid idx 0

 
Here is my uiinventory.py: http://pastebin.com/NsEjiFAY

And here is a photo to see how's the client now. I don't see the items in inventar: https://metin2.download/picture/4K1zvLjaAK4O4ncI6r3AgXS5S875KqbC/.jpg

Edited by Metin2 Dev
Core X - External 2 Internal
  • Good 1
Link to comment
https://metin2.dev/topic/2569-4-inventory-page-problem/#findComment-17348
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.