Jump to content

guildstorage quest window


Recommended Posts

  • Premium

in game.py

 

search

def OpenQuestWindow(self, skin, idx):

and change it to:

	def OpenQuestWindow(self, skin, idx):
		if constInfo.INPUT_IGNORE == 1:
			return
			
		self.interface.OpenQuestWindow(skin, idx)

 

And read this guide http://metin2dev.org/board/topic/1698-howtooldquest-client-communicationfor-any-version/!!

..,-

Link to comment
Share on other sites

in game.py

 

search

def OpenQuestWindow(self, skin, idx):

and change it to:

	def OpenQuestWindow(self, skin, idx):
		if constInfo.INPUT_IGNORE == 1:
			return
			
		self.interface.OpenQuestWindow(skin, idx)

 

And read this guide http://metin2dev.org/board/topic/1698-howtooldquest-client-communicationfor-any-version/!!

now i get a loadscreen bug

eWuXb.png

Edited by Metin2 Dev
Core X - External 2 Internal
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.