Jump to content

Recommended Posts

On 4/13/2024 at 9:11 PM, Deadly2000 said:
0413 20:07:29789 ::   File "uiInventory.py", line 1465, in RefreshQuickSell

0413 20:07:29789 :: SystemError
0413 20:07:29789 :: : 
0413 20:07:29789 :: ..\Objects\longobject.c:981: bad argument to internal function
0413 20:07:29789 :: 

 

This write to the RefreshQuickSell def

 

 

	def RefreshQuickSell(self):
		for e in range(player.INVENTORY_PAGE_SIZE * 5):
			slotNumber = self.__InventoryLocalSlotPosToGlobalSlotPos(e)
			if slotNumber in constInfo.QUICK_SELL_ITEMS:
				self.wndItem.SetSlotCoverImage(e, "icon/inventory/selected_icon.tga")
			else:
				self.EnableSlotCoverImage(e, False)

		self.wndItem.RefreshSlot()

Any solutions ?

I have this one too

Link to comment
https://metin2.dev/topic/32274-quick-sell-system/page/3/#findComment-175629
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.