Jump to content

GUI Teleport System


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
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
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
Share on other sites

  • 9 months later...

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.