Jump to content

Recommended Posts

  • Premium

Good evening guys,i add offline shop but i have one bug.When i put the arrow on an item i can' t see the bonus(description).I don t know where is the problem.

In syserr client i receive this error:

 

0829 22:46:37108 :: TypeError
0829 22:46:37108 :: :
0829 22:46:37108 :: OnOverInItem() takes exactly 2 arguments (4 given)
0829 22:46:37108 ::

 

In game&db syserr i don't have any error.

 

Please help me guys.

 

Kind Regads,

Edited by mogulul
Link to comment
https://metin2.dev/topic/16749-bugofflineshop-items-description/
Share on other sites

  • Premium
10 hours ago, Dobrescu Sebastian said:

In root search for uishop or uinewshop or uioffline shop or something like that and search OnOverInItem and change it.

what you mean to change it?you can give me an example please?

  • Premium
6 hours ago, mogulul said:

what you mean to change it?you can give me an example please?

 OnOverInItem() takes exactly 2 arguments (4 given)

Search something like

def OnOverIniTEM()

And edit like

 

	def OnOverInItem(self, slotIndex):
		self.ItemSlot.SetUsableItem(FALSE)
		self.__ShowToolTip(slotIndex)

You may have something like def OnOverInItem( self, slotIndex, BlaBla, BlaBla):

  • Love 1
  • 1 month later...
On 4/9/2017 at 3:39 PM, Dobrescu Sebastian said:

 OnOverInItem() takes exactly 2 arguments (4 given)

Search something like

def OnOverIniTEM()

And edit like

 


	def OnOverInItem(self, slotIndex):
		self.ItemSlot.SetUsableItem(FALSE)
		self.__ShowToolTip(slotIndex)

You may have something like def OnOverInItem( self, slotIndex, BlaBla, BlaBla):

 

It does not work, how can i do ???

  • 2 weeks 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.