RESOURCES HUB
Premium
Shows the success rate of items at the blacksmith/bless/magic stone.
This appears as a percentage
above the upgrade cost.
*Pictures / Videos:
![[Py] Show upgrade success chance - Message 1 - Image 1 [Py] Show upgrade success chance - Message 1 - Image 1](https://metin2.forum/download/file.php?id=1937&t=1)
*Download link / Code:
Go to root -> uirefine.py and search for:
Code:
We replace with:
Note! There are 2 places where you need to modify!
If the success rate somehow overlaps with other elements in the refine window:
Go to uiscript -> refinedialog.py and adjust the height of the upgrade window.
This appears as a percentage
*Pictures / Videos:
*Download link / Code:
Go to root -> uirefine.py and search for:
Code:
Code:
self.successPercentage.Hide()
Code:
self.successPercentage.Show()
Note! There are 2 places where you need to modify!
If the success rate somehow overlaps with other elements in the refine window:
Go to uiscript -> refinedialog.py and adjust the height of the upgrade window.