Jump to content

[BUG]OfflineShop Items Description


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
Share on other sites

  • 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
Link to comment
Share on other sites

  • 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 ???

Link to comment
Share on other sites

  • 2 weeks later...

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.