Jump to content

Problem with dungeoninfosystem


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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 13

      Metin2 Closed Beta Content (2003-2004)

    2. 0

      PRESENTATION PAGE [OLDGODSMT2 RELEASE]

    3. 25

      [SRC] Metin2 on LINUX - The Old Metin2 Project

    4. 2

      United/Club/Midgard serverfiles?

    5. 13

      Metin2 Closed Beta Content (2003-2004)

    6. 13

      Metin2 Closed Beta Content (2003-2004)

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.