Rodrigo152 5 Posted July 3 Share Posted July 3 (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. Edited July 3 by Metin2 Dev International Core X - External 2 Internal Link to comment https://metin2.dev/topic/33830-helpadjust-menu/ Share on other sites More sharing options...
Solution Realshadow 4 Posted July 4 Solution Share Posted July 4 (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 July 4 by Realshadow 1 Link to comment https://metin2.dev/topic/33830-helpadjust-menu/#findComment-171354 Share on other sites More sharing options...
Rodrigo152 5 Posted July 6 Author Share Posted July 6 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. 1 Link to comment https://metin2.dev/topic/33830-helpadjust-menu/#findComment-171370 Share on other sites More sharing options...
Realshadow 4 Posted July 6 Share Posted July 6 1 hour ago, Rodrigo152 said: Thank you very much, it helped me a lot. Glad I could help Link to comment https://metin2.dev/topic/33830-helpadjust-menu/#findComment-171372 Share on other sites More sharing options...
Recommended Posts
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