Jump to content

Yang don't show in inventory


Recommended Posts

Hello, I  have an issue with yang, as i said in title tha yang does not show in inventory,

But before you must know that i made som changes before it was show,

So first i used pandora svf and it was haved  gaya system :

RZ5U3DI.png

And as u can see i have yang limit solved  so max is 9,9kkkkk

And now i removed the system from client from locale/invtorywindow.py and root/uiinvetory.py   the yang tab.

And i put the slot back, where it was normal before... but it show me 0 yang...

UV497yi.jpg

Some ppl says that problem is from uiinventory.py , this is my uiinventory if u wanna check it but it seems all good

This is the hidden content, please

And one think to say it show me in the dtop yang box the yang

KIs1cVN.png

 But not in the normal slot.... and i dont know why and where to look to make it show

I need help if you know any sugestions pls thx.

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

  • 1 month later...
  • 4 years later...

I know this theard is old af, but maybe someone else will look for answer.
If you reversed xSag's changes for Yang on taskbar and still have issues with yang refresh, then:

root/interfacemodule.py

search for function

	def RefreshStatus(self):

under 

		self.wndCharacter.RefreshStatus()

add

		self.wndInventory.RefreshStatus()



In your case with metin2pandora client it should look like (the whole function)

	def RefreshStatus(self):
		self.wndTaskBar.RefreshStatus()
		self.wndCharacter.RefreshStatus()
		self.wndInventory.RefreshStatus()
		if self.wndEnergyBar:
			self.wndEnergyBar.RefreshStatus()
		if app.ENABLE_DRAGON_SOUL_SYSTEM:
			self.wndDragonSoul.RefreshStatus()

 

xSag made that change for MDs in inventory (which is bullshit imo) and removed self.wndInventory.RefreshStatus() completly because the MDs uses another refresh function.

Good luck.

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.