Jump to content

Recommended Posts

  • Replies 29
  • Created
  • Last Reply

Top Posters In This Topic

4 minutes ago, mebe said:

char_skill.cpp

search:

PointChange(POINT_EXP, -need_exp);

changue for: 

PointChange(POINT_EXP, -static_cast<long long>(need_exp));

 

I found it in the post the .T4Ump

But why longlong, i have exp normal in int. Before i increased gold limit, i didin't have this bug. What may be wrong?

Link to comment
https://metin2.dev/topic/11584-exp-bug-help/#findComment-67423
Share on other sites

3 hours ago, ZW.pl said:

But why longlong, i have exp normal in int. Before i increased gold limit, i didin't have this bug. What may be wrong?

Look in char.cpp,in the function point_change() look in the variable val,if it is long long then do the casting as mebe wrote otherwise keep it as it is.

Link to comment
https://metin2.dev/topic/11584-exp-bug-help/#findComment-67427
Share on other sites

 which concerns exp? (lines of char.h)

long long        points[POINT_MAX_NUM];

void            SetPoint(BYTE idx, long long val);
long long                GetPoint(BYTE idx) const;

 void            PointChange(BYTE type, long long amount, bool bAmount = false, bool bBroadcast = false);

Link to comment
https://metin2.dev/topic/11584-exp-bug-help/#findComment-67452
Share on other sites

  • Premium
2 minutes ago, ZW.pl said:

 which concerns exp? (lines of char.h)

long long        points[POINT_MAX_NUM];

void            SetPoint(BYTE idx, long long val);
long long                GetPoint(BYTE idx) const;

 void            PointChange(BYTE type, long long amount, bool bAmount = false, bool bBroadcast = false);

Because PointChange working with exp/yangs.


 

Link to comment
https://metin2.dev/topic/11584-exp-bug-help/#findComment-67453
Share on other sites

  • Premium
38 minutes ago, ZW.pl said:

Heh, man you can't help cuz you are bigger idiot... You don't understand this bug.. You think is easy to repair, but you don't know how ;)...

Anyone can help?

lol, this increase  gold is by me. I fix all problems/bugs.


 

Link to comment
https://metin2.dev/topic/11584-exp-bug-help/#findComment-67586
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.