Jump to content

Recommended Posts

Have you considered that compiler could have something important to tell?

Spoiler

constants.cpp:442: error: too many initializers for 'const DWORD [121]'

Check the length of your array and count your added elements 121 != 251. Correct PLAYER_EXP_TABLE_MAX etc.

Link to comment
https://metin2.dev/topic/9916-problem-with-constanscpp/#findComment-58995
Share on other sites

16 minutes ago, TEH said:

Have you considered that compiler could have something important to tell?

  Hide contents

constants.cpp:442: error: too many initializers for 'const DWORD [121]'

Check the length of your array and count your added elements 121 != 251. Correct PLAYER_EXP_TABLE_MAX etc.

How much elements do they need?

Link to comment
https://metin2.dev/topic/9916-problem-with-constanscpp/#findComment-58996
Share on other sites

It's your call, when you extend levels to ex. 5000 you will need placeholder for that exptable. You can't assign 250 elements to an array of size 120. Chcek length.h file, there are all important enumerations defined so just compare and add/edit exact values.

  • Love 1
Link to comment
https://metin2.dev/topic/9916-problem-with-constanscpp/#findComment-58997
Share on other sites

  • Premium

Hi, Aurora. TEH wants to tell you that PLAYER_EXP_TABLE_MAX is equal to 120, which means your experience table can have only 120 values. If you want 250 then you have to find where it's defined (probably in length.h) and change the value to 250.

Link to comment
https://metin2.dev/topic/9916-problem-with-constanscpp/#findComment-59017
Share on other sites

13 minutes ago, Cataclismo said:

Hi, Aurora. TEH wants to tell you that PLAYER_EXP_TABLE_MAX is equal to 120, which means your experience table can have only 120 values. If you want 250 then you have to find where it's defined (probably in length.h) and change the value to 250.

Yeah i fixed it can be closed.

Link to comment
https://metin2.dev/topic/9916-problem-with-constanscpp/#findComment-59021
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.