Jump to content

Long Long Book Read Fix


Kidro

Recommended Posts

If you change yang limit to long long you will have this problem when u try to read a book

https://metin2.download/picture/CKKjB6W1hirfdw0E3TI3JpjG9JbAeKd2/.gif

 

char_skill.cpp
search:
PointChange(POINT_EXP, -need_exp);
replace:
PointChange(POINT_EXP, -static_cast<long long>(need_exp));

 

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 1
  • Think 1
  • Love 2
Link to comment
Share on other sites

Announcements



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