Jump to content

kenoZ

Inactive Member
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by kenoZ

  1. 6 minutes ago, TMP4 said:

    @ kenoZ

    N-vtelen.png

    If you still don't understand:

      Reveal hidden contents
    		### Use ###
    		elif item.ITEM_TYPE_USE == itemType:
    			self.__AppendLimitInformation()
    		elif  item.ITEM_TYPE_QUEST == itemType:
    			if itemVnum >= 53001 and itemVnum <= 53026:
    				self.AppendSpace(5)
    				for g in xrange(item.ITEM_APPLY_MAX_NUM):
    					(affectType, affectValue) = item.GetAffect(g)
    					affectString = self.__GetAffectString(affectType, affectValue)
    					if affectString:
    						affectColor = self.GetChangeTextLineColor(affectValue)
    						self.AppendTextLine(affectString, affectColor)

     

    Thank you for this nice description, this helped me alot 🙂

  2. 		### Use ###
    		elif item.ITEM_TYPE_USE == itemType:
    			self.__AppendLimitInformation()
                elif  item.ITEM_TYPE_QUEST == itemType:
                            if itemVnum >= 53001 and itemVnum <= 53026:
                    self.AppendSpace(5)
                    for g in xrange(item.ITEM_APPLY_MAX_NUM):
                        (affectType, affectValue) = item.GetAffect(g)
                        affectString = self.__GetAffectString(affectType, affectValue)
                        if affectString:
                            affectColor = self.GetChangeTextLineColor(affectValue)
                            self.AppendTextLine(affectString, affectColor)

    i add like this on uitooltip.py

    my client syserr says :

    0306 12:47:06853 :: 
    networkModule.py(line:208) SetSelectCharacterPhase
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    introSelect.py(line:23) ?
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    uiAffectShower.py(line:8) ?
    system.py(line:130) __pack_import
    
    networkModule.SetSelectCharacterPhase - exceptions.IndentationError:unindent does not match any outer indentation level (line 1059)
    
    0306 12:47:06853 :: ============================================================================================================
    0306 12:47:06853 :: Abort!!!!

    can someone help ?

  3. 0306 07:25:00721 :: Traceback (most recent call last):
    
    0306 07:25:00721 ::   File "introLogo.py", line 60, in OnUpdate
    
    0306 07:25:00721 ::   File "networkModule.py", line 177, in SetLoginPhase
    
    0306 07:25:00721 ::   File "system.py", line 130, in __pack_import
    
    0306 07:25:00721 ::   File "
    0306 07:25:00721 :: <string>
    0306 07:25:00721 :: ", line 
    0306 07:25:00721 :: 530
    0306 07:25:00722 :: 
    
    0306 07:25:00722 ::     
    0306 07:25:00722 :: self.saveLoginButton        = GetObject("SaveLoginButton")
    
    0306 07:25:00722 ::     
    0306 07:25:00722 ::  
    0306 07:25:00722 ::  
    0306 07:25:00722 ::  
    0306 07:25:00722 ::  
    0306 07:25:00722 ::  
    0306 07:25:00722 ::  
    0306 07:25:00722 ::  
    0306 07:25:00722 ::  
    0306 07:25:00722 ::  
    0306 07:25:00722 ::  
    0306 07:25:00722 ::  
    0306 07:25:00722 ::  
    0306 07:25:00722 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00723 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00724 ::  
    0306 07:25:00725 ::  
    0306 07:25:00725 ::  
    0306 07:25:00725 ::  
    0306 07:25:00725 ::  
    0306 07:25:00725 ::  
    0306 07:25:00725 ::  
    0306 07:25:00725 :: ^
    
    0306 07:25:00725 :: IndentationError
    0306 07:25:00725 :: : 
    0306 07:25:00725 :: unindent does not match any outer indentation level
    0306 07:25:00725 :: 

    I have blackscreen and this says my client syserr.txt

     

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