Jump to content
  • 0

Serverside-Pickupfilter Python error


 ‚Point‘

Question

  • 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

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Popular Days

Top Posters For This Question

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

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.