Jump to content

A problem with the Target system


Recommended Posts

hello,

I ran into a problem with the Target system and couldn't fix it

Please help me with that as the problem is explained below.

0507 13:10:44746 :: Traceback (most recent call last):

0507 13:10:44746 ::   File "networkModule.py", line 244, in SetGamePhase

0507 13:10:44747 ::   File "game.py", line 125, in __init__

0507 13:10:44747 ::   File "uiTarget.py", line 577, in __init__

0507 13:10:44747 :: UnboundLocalError
0507 13:10:44747 :: : 
0507 13:10:44747 :: local variable 'infoButton' referenced before assignment
0507 13:10:44747 :: 

 

You can download the files by mistake from the following link:

This is the hidden content, please

 

 

Edited by L0ord
  • Metin2 Dev 4
  • Love 2
Link to comment
Share on other sites

  • 2 weeks later...
  • Active Member
		## Sys Ver drops de todos los mobs mejorada
		if app.ENABLE_SEND_TARGET_INFO:
			infoButton = ui.Button()
			infoButton.SetParent(self)
			infoButton.SetUpVisual("d:/ymir work/ui/pattern/q_mark_01.tga")
			infoButton.SetOverVisual("d:/ymir work/ui/pattern/q_mark_02.tga")
			infoButton.SetDownVisual("d:/ymir work/ui/pattern/q_mark_01.tga")
			infoButton.SetEvent(ui.__mem_func__(self.OnPressedInfoButton))
			infoButton.Hide()

			infoBoard = self.InfoBoard()
			infoBoard.Hide()
			infoButton.showWnd = infoBoard

(removed one TAB)

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.