Jump to content

Recommended Posts

  • Honorable Member

Find in uitooltip.py:

			return self.AFFECT_DICT[affectType](affectValue)

Change:

			return self.AFFECT_DICT[affectType]("{:0,.0f}".format(affectValue).replace(',', '.'))

Code generated from this post

Also you need to change bonus names from locale_game.txt. Because value has been converted to string...

example:

TOOLTIP_MAX_HP	Max. HP +%d	SA

to:

TOOLTIP_MAX_HP	Max. HP +%s	SA

1f99cbbb27.png

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

 

Link to comment
https://metin2.dev/topic/22315-separating-dots-in-bonuses/#findComment-121374
Share on other sites

1 godzinę temu, Mali61 napisał:

Find in uitooltip.py:


			return self.AFFECT_DICT[affectType](affectValue)

Change:


			return self.AFFECT_DICT[affectType]("{:0,.0f}".format(affectValue).replace(',', '.'))

Code generated from this post

Also you need to change bonus names from locale_game.txt. Because value has been converted to string...

example:


TOOLTIP_MAX_HP	Max. HP +%d	SA

to:


TOOLTIP_MAX_HP	Max. HP +%s	SA

1f99cbbb27.png

Ok, but....

1203_145325.thumb.jpg.094fb2e1968a2344630ddf8dde9da155.jpg1203_145331.thumb.jpg.635f867e79b83b7134714985feb914aa.jpg

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/22315-separating-dots-in-bonuses/#findComment-121378
Share on other sites

So e.g. instead of this:

TOOLTIP_APPLY_ATTBONUS_ANIMAL    Silny przeciwko Zwierzętom: +%d%%    SA

To do so:

TOOLTIP_APPLY_ATTBONUS_ANIMAL    Silny przeciwko Zwierzętom: +%s%    SA

And so each one individually?

 

Link to comment
https://metin2.dev/topic/22315-separating-dots-in-bonuses/#findComment-121381
Share on other sites

Okay, works very well. However, I have one more question about this. Anyone know how to separate thousands in yang that we get from caskets, whose drop set in special_item_group.txt? I managed to separate thousands in yangs gained during quests etc.

Link to comment
https://metin2.dev/topic/22315-separating-dots-in-bonuses/#findComment-121388
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 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.