Jump to content

Problem with constans.cpp


Recommended Posts

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
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
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.