Jump to content

Syserr (Client) // 'int' object has no attribute 'IsIn'


Recommended Posts

Can anyone help me with this?
would be very grateful...

 

1208 08:54:41255 :: Traceback (most recent call last):

1208 08:54:41255 ::   File "uiTaskBar.py", line 1103, in OnUpdate

1208 08:54:41255 :: AttributeError
1208 08:54:41255 :: : 
1208 08:54:41255 :: 'int' object has no attribute 'IsIn'
1208 08:54:41255 :: 


 

The "uiTaskBar.py

 

This is the hidden content, please

  • Metin2 Dev 9
  • Not Good 1
  • Love 2
Link to comment
Share on other sites

  • Honorable Member

Maybe self.hpGaugeBoard is not initialized with the object so it's 0?

Try to make it like

		if 0 != self.hpGaugeBoard:
			if TRUE == self.hpGaugeBoard.IsIn():
				self.RefreshStatus()
				self.tooltipHP.Show()
			else:
				self.tooltipHP.Hide()

 

Edited by Distraught
  • Love 1

WRnRW3H.gif

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.