Jump to content

Where i can change the maxim yang in inventory?


Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Former Staff

go to length.h in server/common

 

and search for this

    //LIMIT_GOLD
    GOLD_MAX = 2000000000,

    MAX_PASSPOD = 8 ,


    //END_LIMIT_GOLD

then open uicommon in root in client

 

and change this

	def SetMaxLength(self, length):
		length = min(9, length)
		self.inputValue.SetMax(length)

and change this

		if text and text.isdigit():
			try:
				money = int(text)
			except ValueError:
				money = 199999999
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.