Jump to content

Serverside-Pickupfilter Python error


Recommended Posts

  • Premium

Added the released pickfilter serverside and got the following error:

https://metin2.download/picture/Tv1aw9h3DyyrRE3i5HXASDeWWhLYWNt8/.png

I already changed the systemdialog in uiscript and xx/locale/ui

They look as the following:

codeblock from locale:

Spoiler
    "children" :
    (
        {
            "name" : "board",
            "type" : "thinboard",
            "x" : 0,
            "y" : 0,
            "width" : 200,
            "height" : 318 - 30 + VERSION_ADD_Y,
            "children" :
            (
                {
                    "name" : "pickup_filter_button",
                    "type" : "button",
                    "x" : 10,
                    "y" : 17,
                    "text" : uiScriptLocale.PICKUP_FILTER_TITLE,
                    "default_image" : ROOT + "XLarge_Button_01.sub",
                    "over_image" : ROOT + "XLarge_Button_02.sub",
                    "down_image" : ROOT + "XLarge_Button_03.sub",
                },
                {
                    "name" : "version",
                    "type" : "text",
                    "x" : 0,
                    "y" : 47,
                    "text" : app.VERSION,
                    "horizontal_align" : "center",
                    "text_horizontal_align" : "center",
                },
                {

 

codeblock from uiscript:

Spoiler
            "children" :
            (
                {
                    "name" : "pickup_filter_button",
                    "type" : "button",
                    "x" : 10,
                    "y" : 17,
                    "text" : uiScriptLocale.PICKUP_FILTER_TITLE,
                    "default_image" : ROOT + "XLarge_Button_01.sub",
                    "over_image" : ROOT + "XLarge_Button_02.sub",
                    "down_image" : ROOT + "XLarge_Button_03.sub",
                },
                {
                    "name" : "system_option_button",
                    "type" : "button",
                    "x" : 10,
                    "y" : 57,
                    "text" : uiScriptLocale.SYSTEMOPTION_TITLE,
                    "default_image" : ROOT + "XLarge_Button_01.sub",
                    "over_image" : ROOT + "XLarge_Button_02.sub",
                    "down_image" : ROOT + "XLarge_Button_03.sub",
                },
                {

 

Would appreciate some help - can pay a fee for help too.

Best Regards

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.