Apr
15
15
3
In Metin2, there is a level limit for characters' hair dyeing. By default, this is every 3 levels. I will show you how to change this limit in this topic.
Open Game SRC > char_item.cpp
Search. The number in the +3 section will be displayed as the level. You can specify the level range by editing here.
Open Game SRC > char_item.cpp
Code:
last_dye_level+3 <= GetLevel() ||
Search. The number in the +3 section will be displayed as the level. You can specify the level range by editing here.

