Jump to content

Recommended Posts

Posted (edited)

Good afternoon everyone, I wanted to know where I can adjust this "Item Store" button that is in yellow so that when the person clicks on it, the cash store opens, my cash store is opened through the little ball in the lower left corner.
spacer.png

Edited by Metin2 Dev International
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/33830-helpadjust-menu/
Share on other sites

  • Solution
Posted (edited)

This window is the systemdialog.py (Mostly within the UIScript folder). So mostly the Logic is in uisystem.py (but can differ at your serverfiles).
So you could implement the Logic of opening the ItemShop on that button.
Depening on the Name in the systemdialog.py, you can want to use something like:

self.GetChild("ButtonName").SetEvent(self.__OpenItemshop())

Edited by Realshadow
  • Love 1
Link to comment
https://metin2.dev/topic/33830-helpadjust-menu/#findComment-171354
Share on other sites

On 7/4/2025 at 5:10 PM, Realshadow said:

This window is the systemdialog.py (Mostly within the UIScript folder). So mostly the Logic is in uisystem.py (but can differ at your serverfiles).
So you could implement the Logic of opening the ItemShop on that button.
Depening on the Name in the systemdialog.py, you can want to use something like:

self.GetChild("ButtonName").SetEvent(self.__OpenItemshop())

Thank you very much, it helped me a lot.

  • Love 1
Link to comment
https://metin2.dev/topic/33830-helpadjust-menu/#findComment-171370
Share on other sites

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