Jump to content

Arturogarcelan

Inactive Member
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Arturogarcelan

  1. En 17/4/2019 a las 16:53, alicization dijo:

    networkModule.py(line:208) SetSelectCharacterPhase
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    introSelect.py(line:30) <module>
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    interfaceModule.py(line:12) <module>
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    uiInventory.py(line:12) <module>
    system.py(line:130) __pack_import

    networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:expected an indented block (uiRefine.py, line 97)

    0417 16:40:05870 :: ============================================================================================================
    0417 16:40:05870 :: Abort!!!!

    My uiRefine

    
    def Destroy(self):
    	self.ClearDictionary()
    		self.board = 0
    		self.successPercentage = 0
    		self.titleBar = 0
    		self.toolTip = 0
    		self.dlgQuestion = 0
    	if app.ENABLE_REFINE_RENEWAL:
    		def __InitializeOpen(self):
    			self.children = []
    			self.vnum = 0
    			self.targetItemPos = 0
    			self.dialogHeight = 0
    			self.cost = 0
    			self.percentage = 0
    			self.type = 0
    			self.xRefineStart = 0
    			self.yRefineStart = 0	

    your code that i should put:

    
    ## 0.2 Search :
    
    	def Destroy(self):
    			..
    			
    ## 0.2 Add after:
    
    	if app.ENABLE_REFINE_RENEWAL:
    		def __InitializeOpen(self):
    			self.children = []
    			self.vnum = 0
    			self.targetItemPos = 0
    			self.dialogHeight = 0
    			self.cost = 0
    			self.percentage = 0
    			self.type = 0
    			self.xRefineStart = 0
    			self.yRefineStart = 0	

     

    bu in uiRefine.py there is 2x def Destroy(self):.. 

     

    So where should i put??
     

    uirefine.py

    same error, can someone help us?

    • Love 5
×
×
  • 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.