Jump to content

Recommended Posts

Hey guys, if i log in my cheque is 0 (But i have 3 Cheque)

if i receive 1 Cheque for example, it's refreshed and 4 again. Can someone help me?

 

 

After receiving Cheque

: JaJAsfJ.jpg

 

After relog:

 6dRqwN2.jpg

 

 

 

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/20647-question-about-refresh-of-cheque-system/
Share on other sites

  • Bot

Maybe your problem is in uiinventory.py

def RefreshStatus(self):

I have this:

	def RefreshStatus(self):
		money = player.GetElk()
		self.wndMoney.SetText(localeInfo.NumberToGoldNotText(money))

		if app.ENABLE_CHEQUE_SYSTEM:
			cheque = player.GetCheque()
			self.wndCheque.SetText(localeInfo.NumberToGoldNotText(cheque))

		if app.ENABLE_GEM_SYSTEM:
			if self.wndGem:
				gem = player.GetGem()
				self.wndGem.SetText(localeInfo.NumberToGoldNotText(gem))

 

english_banner.gif

vor 1 Minute schrieb WLsj24:

Maybe your problem is in uiinventory.py

def RefreshStatus(self):

I have this:


	def RefreshStatus(self):
		money = player.GetElk()
		self.wndMoney.SetText(localeInfo.NumberToGoldNotText(money))

		if app.ENABLE_CHEQUE_SYSTEM:
			cheque = player.GetCheque()
			self.wndCheque.SetText(localeInfo.NumberToGoldNotText(cheque))

		if app.ENABLE_GEM_SYSTEM:
			if self.wndGem:
				gem = player.GetGem()
				self.wndGem.SetText(localeInfo.NumberToGoldNotText(gem))

I fixed my problem, it was a mistake made by me in game source, file: char.cpp

 

  • Love 1
  • 11 months later...

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.