Jump to content

Sárkánykő Alkímia


Recommended Posts

Sziasztok.

Lenne egy olyan problémám hogy inventoryból nem tudom meg nyitni a sárkánykő alkimiát (O-val, npcből nyílik).
Az ikon meg van, viszont nem csinál semmit.

syserr se szerver, se kliens oldalon nincs.

[inventorywindow.py]

                ## Dragon Soul Button
                {
                    "name" : "DSSButton",
                    "type" : "button",

                    "x" : 124,
                    "y" : 178,

                    "tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL,

                    "default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga",
                    "over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga",
                    "down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga",
                },

[expandedtaskbar.py]

                {
                     "name" : "DragonSoulButton",
                     "type" : "button",

                     "x" : 0,
                     "y" : 0,

                     "width" : 37,
                     "height" : 37,

                     "tooltip_text" : uiScriptLocale.TASKBAR_DISABLE,
                                            
                    "default_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_01.tga",
                    "over_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_02.tga",
                    "down_image" : "d:/ymir work/ui/dragonsoul/DragonSoul_Button_03.tga",
                },

[uiinventory.py]

    def ClickDSSButton(self):
        print "click_dss_button"
        self.interface.ToggleDragonSoulWindow()

 

Válaszotokat előre is köszönöm!

 

 

Link to post
Share on other sites
Guest
This topic is now closed to further replies.
×
×
  • Create New...