Jump to content

Recommended Posts

  • Active Member
17 minutes ago, rcdcompany said:

I fix, but now

 

0903 01:29:01231 ::   File "interfaceModule.py", line 278, in teleport_button

0903 01:29:01231 :: AttributeError
0903 01:29:01231 :: : 
0903 01:29:01232 :: 'Interface' object has no attribute 'teleport'

 

It works perfectly, it shows me the map and transports me but it shows me this in the sysser

Show us the whole line 278

Link to comment
https://metin2.dev/topic/6049-gui-teleport-system/page/4/#findComment-142670
Share on other sites

1 minute ago, V0lvox said:

Show us the whole line 278

    def teleport_button(self):
        import constInfo
        qid = constInfo.LOAD_QUEST_TELEPORT_BUTTON
        event.QuestButtonClick(qid)
        self.teleport.Open()

 line line 278 is self.teleport.Open()

Link to comment
https://metin2.dev/topic/6049-gui-teleport-system/page/4/#findComment-142671
Share on other sites

  • Active Member
14 minutes ago, rcdcompany said:

    def teleport_button(self):
        import constInfo
        qid = constInfo.LOAD_QUEST_TELEPORT_BUTTON
        event.QuestButtonClick(qid)
        self.teleport.Open()

 line line 278 is self.teleport.Open()

call

		self.teleport = uiteleport.TeleportWindow() 
		self.teleport.Hide()

in def __init__

Link to comment
https://metin2.dev/topic/6049-gui-teleport-system/page/4/#findComment-142672
Share on other sites

  • 9 months later...
  • 2 years later...
  • 1 year later...

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



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.