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. 5

      Effect weapons

    2. 3

      Crystal Metinstone

    3. 3

      Feeding game source to LLM

    4. 113

      Ulthar SF V2 (TMP4 Base)

    5. 3

      Feeding game source to LLM

    6. 0

      Target Information System

    7. 3

      Feeding game source to LLM

    8. 2

      anti exp explanation pls

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