Jump to content

Edward

Inactive Member
  • Posts

    53
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Edward

  1. Hello! I have some problems with DB and I need help, I hope u can help me.

     

    First error:

    [Warning] IP address 'xxx' has been resolved to the host name 'xxx', which resembles IPv4-address itself.

    Second error:

    [Warning] IP address 'xxx' could not be resolved: hostname nor servname provided, or not known

     

     

    Thank you for help.

  2. 0216 16:38:22706 :: Traceback (most recent call last):
    
    0216 16:38:22706 ::   File "uiTarget.py", line 464, in OnUpdate
    
    0216 16:38:22706 :: NameError
    0216 16:38:22706 :: : 
    0216 16:38:22706 :: global name 'event' is not defined
    0216 16:38:22706 :: 
    
    
    	def OnUpdate(self):
    		if player.IsPVPInstance(self.vid):
    			constInfo.VID = self.vid
    			event.QuestButtonClick(constInfo.STHX)
    			if not self.healthBoard.IsShow() and self.vid != 0:
    				self.healthBoard.Show()
    		else:
    			self.healthBoard.Hide()
    		
    		if self.isShowButton:
    			
    			exchangeButton = self.buttonDict[localeInfo.TARGET_BUTTON_EXCHANGE]
    			distance = player.GetCharacterDistance(self.vid)
    
    			if distance < 0:
    				return
    
    			if exchangeButton.IsShow():
    				if distance > self.EXCHANGE_LIMIT_RANGE:
    					self.RefreshButton()
    
    			else:
    				if distance < self.EXCHANGE_LIMIT_RANGE:
    					self.RefreshButton()
    
    

    Can you help me pls?

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