Jump to content

Problem with dungeoninfosystem


Neverr

Recommended Posts

Hello i got a problem with the dungeoninfo system

 

Syserr:https://metin2.download/picture/AeRG82W5R6E68eO95e8PSKI6Oz0efnuC/.png

Interfacemodule.py:https://metin2.download/picture/QC1gWHqymB9AV9Nttp1758fpj3k4zKVN/.png

game.py:https://metin2.download/picture/9tz54LSNqKzr6wou31ZdR89AfaZOGqoT/.png

 

I cant find a fix for that mistake

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

 

This error occurs when there is no code inside interfaceModule and the function is called, in our case from game.py

 

You have to add code like this: (It's only an example)

# Find
	def __init__(self):
		...
		self.wndGuildBuilding = None
    
# Add
		self.wndDungeonInfo = None

# Find
	def __MakeWindows(self):
  		...
		self.wndChatLog = wndChatLog
# Add
		self.wndDungeonInfo = uiDungeonInfo.DungeonInfo()
		self.wndDungeonInfo.Load()

 

 

Contact the guy where you bought the system, he will surely give you a hand 

Edited by Await
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


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