Jump to content

Pick Up With Filter & Instant


Recommended Posts

  • 2 weeks later...
  • Active Member

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]

Link to comment
Share on other sites

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 :: 
 

 

 

Link to comment
Share on other sites

  • 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
Link to comment
Share on other sites

  • 2 months later...
  • 4 months later...
  • Premium

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 𝐏𝐲𝐭𝐡𝐨𝐧

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

Link to comment
Share on other sites

  • Premium

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

Greetings.

Edited by 𝐏𝐲𝐭𝐡𝐨𝐧
  • Scream 2

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

Link to comment
Share on other sites

  • 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

 

Link to comment
Share on other sites

  • Premium
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

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

Link to comment
Share on other sites

  • 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 :: 

Link to comment
Share on other sites

  • 3 months later...
  • 7 months later...
  • 1 month later...

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

  • 1 month 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.