Jump to content

(Source) Event Quest Error


Recommended Posts

Hello People.

The Questbuttons (Quest letter on left) is not comming.

I Look Source and i have no idea why is not works!

 

interfacemodule.py

 

def __ShowWindows(self, wnds):
		import sys
		map(lambda x:x.Show(), wnds)
		# global IsQBHide
		# if not IsQBHide:
			# self.ShowAllQuestButton()
		# else:
			
			# self.HideAllQuestButton()
		self.ShowAllQuestButton()
		self.ShowAllWhisperButton()


	#####################################################################################
	### Quest ###	
	def BINARY_ClearQuest(self, index):
		btn = self.__FindQuestButton(index)
		if 0 != btn:
			self.__DestroyQuestButton(btn)		
	
	def RecvQuest(self, index, name):
		chat.AppendChat(1,"RecvQuest ANSWER!")
		# QUEST_LETTER_IMAGE
		self.BINARY_RecvQuest(index, name, "file", localeInfo.GetLetterImageName())
		# END_OF_QUEST_LETTER_IMAGE
		# Q버튼 호출

	def BINARY_RecvQuest(self, index, name, iconType, iconName):
		chat.AppendChat(1,"BINARY_RecvQuest ANSWER!")
......

game.py

	def __PressQKey(self):
		pass
		# if app.IsPressed(app.DIK_LCONTROL) or app.IsPressed(app.DIK_RCONTROL):
			# if 0==interfaceModule.IsQBHide:
				# interfaceModule.IsQBHide = 1
				# self.interface.HideAllQuestButton()
			# else:
				# interfaceModule.IsQBHide = 0
				# self.interface.ShowAllQuestButton()
		# else:
			# app.RotateCamera(app.CAMERA_TO_NEGATIVE)

 

 

The PyCallClassMemberFunc give me return to failed.. why?

I Hope you unterstand me.. 

bug.jpg

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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.