Jump to content

Recommended Posts

  • 2 weeks later...

This appear in General Options or System Options? because i can't see button "pick up" obviously i edit x and y :v

btw thx for the system.

 

edit#: Solved.

 

1.Go to gameoptiondialog.py on uiscript-> remove this:

Spoiler

import app

if app.__BL_PICK_FILTER__:

window["height"] += 25

window["children"][0]["height"] += 25

window["children"][0]["children"] += (

{

"name" : "PickUpText",

"type" : "text",

"x" : LINE_LABEL_X,

"y" : 240 + 25,

"text" : uiScriptLocale.PICK_UP,

},

{

"name" : "pick_up_show_button",

"type" : "button",

"x" : LINE_DATA_X,

"y" : 240 + 25,

"text" : uiScriptLocale.OPTION_SETTING,

"default_image" : ROOT_PATH + "middle_button_01.sub",

"over_image" : ROOT_PATH + "middle_button_02.sub",

"down_image" : ROOT_PATH + "middle_button_03.sub",

},

)

1.1 and add in the end:

Spoiler

                {
                    "name" : "pick_up_show_button",
                    "type" : "button",

                    "x" : LINE_DATA_X,
                    "y" : 300,

                    "text" : uiScriptLocale.OPTION_SETTING,

                    "default_image" : ROOT_PATH + "middle_button_01.sub",
                    "over_image" : ROOT_PATH + "middle_button_02.sub",
                    "down_image" : ROOT_PATH + "middle_button_03.sub",
                },                
            ),
        },
    ),
}

2.Now on locale_interface add ->OPTION_SETTING    Pick Up

 

3.

spacer.png

Edited by Metin2 Dev
Core X - External 2 Internal
  • Confused 1

KH.jpg

Nicks: Nazox™ Krone™ Nagato™ Yahiko™ Yakiro™
Proyecto: Trabajando en el.
Compañeros & firma: DreamHQ  - 2009-2015 [Nostalgia]

1207 17:27:40976 ::   File "ui.py", line 1064, in CallEvent

1207 17:27:40976 ::   File "ui.py", line 88, in __call__

1207 17:27:40976 ::   File "ui.py", line 70, in __call__

1207 17:27:40976 ::   File "uiGameOption.py", line 222, in OpenPickUpWindow

1207 17:27:40976 :: AttributeError
1207 17:27:40976 :: : 
1207 17:27:40976 :: 'module' object has no attribute 'OpenPickUpWindow'
1207 17:27:40976 :: 
 

 

 

  • 1 month later...
  • 2 months later...
On 12/7/2021 at 5:28 PM, Artix96it said:

networkModule.py(line:208) SetSelectCharacterPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introSelect.py(line:30) <module>
system.py(line:130) __pack_import
system.py(line:110) _process_result
interfaceModule.py(line:15) <module>
system.py(line:130) __pack_import
system.py(line:110) _process_result
uiMessenger.py(line:10) <module>
system.py(line:130) __pack_import
system.py(line:110) _process_result
uiGameOption.py(line:23) <module>
uiGameOption.py(line:207) OptionDialog

networkModule.SetSelectCharacterPhase - <type 'exceptions.AttributeError'>:'module' object has no attribute '__BL_PICK_FILTER__'

 

 

I have this problem how i can fix? Please help thank you

Edited by supra
  • 2 months later...
  • 4 months later...

Greetings, @Mail.

I would like to know how much would you charge for making the official Look Filter?

Sorry to ask but you have a similar base.

I am attentive to anything to Discord:

)っ ??????#3243

Edited by ??????

░▒▓█►─═ Ⓕⓘⓖⓗⓣ ⓕⓞⓡ ⓨⓞⓤⓡ ⓓⓡⓔⓐⓜⓢ    ,⃝ ⓝⓔⓥⓔⓡ ⓢⓣⓞⓟ    .⃝ ═─◄█▓▒░

Ok, I have already written you so we can see the system and we can make a deal.

Greetings.

Edited by ??????
  • Scream 2

░▒▓█►─═ Ⓕⓘⓖⓗⓣ ⓕⓞⓡ ⓨⓞⓤⓡ ⓓⓡⓔⓐⓜⓢ    ,⃝ ⓝⓔⓥⓔⓡ ⓢⓣⓞⓟ    .⃝ ═─◄█▓▒░

  • Honorable Member
3 minutes ago, ?????? said:

Ok, I have already written to you so that we can see the system and we can make a deal.

Greetings.

It was a bad joke?

I am not selling anything.

System will be shared for free in june-july next year.

Have a good day?

  • Love 1

 

3 minutes ago, Mali said:

fue una mala broma?

No estoy vendiendo nada.

El sistema se compartirá de forma gratuita en junio-julio del próximo año.

Que tengas un buen día?

Oh how so write me to the discord I want to give you something

░▒▓█►─═ Ⓕⓘⓖⓗⓣ ⓕⓞⓡ ⓨⓞⓤⓡ ⓓⓡⓔⓐⓜⓢ    ,⃝ ⓝⓔⓥⓔⓡ ⓢⓣⓞⓟ    .⃝ ═─◄█▓▒░

  • 1 month later...

0116 23:02:16482 ::   File "game.py", line 646, in RefreshStatus

0116 23:02:16482 ::   File "game.py", line 640, in CheckGameButton

0116 23:02:16482 ::   File "interfaceModule.py", line 1076, in CheckGameButton

0116 23:02:16482 :: AttributeError
0116 23:02:16482 :: : 
0116 23:02:16482 :: 'Interface' object has no attribute 'wndPickUpFilter'
0116 23:02:16482 :: 

  • 3 months later...

Hello, I installed this system, the panel is displayed correctly IG on the other hand I can no longer pick up the items in game and I do not have a sysser. Even in debug mode I can't find the solution it only indicates RECV HEADER: 3, phase game. Does anyone have the solution?

  • 7 months later...
  • 1 month later...
  • Active+ Member

Hello! I'm sorry, I have the following bug and I don't know where exactly should I look for it in regards of resolving it: 

Metin2 Image

1n4TO9.jpg 

 

The problem is that the button is not workin'. Clickin on it is not doing anything. (it has the clickable animation)

I've verified the tutorial and the files multiple times, spending already some hours. 

Maybe this detail will help: 

First, after doing everything, I had an error in syser regarding the  uiScriptLocale.OPTION_SETTING. This line is in GameOptiondialog.py. What I saw is that in the locale_interface there was no "OPTION_SETTING" there, so, at the end of the file, I've added myself, a line with it

(Please see: mVd0t4.jpg)

Doing that, it solved the issue that I had ( when accessing the ESC options > Game settings, the game crashed) 

However, right now, I can't access the system. 

Other infos: I'm using the ServerFile from TMP4 that was posted in this forum. 

I don't exactly know what is causing the issue. I'm still searching, but I'm posting here, maybe someone else had the same ? 

 

 

Edited by Metin2 Dev International
Core X - External 2 Internal
  • 1 month 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.