Jump to content

Problem with EXP Table


Recommended Posts

  • Management

Hello,

I'm developing my own game, but i'm with a little complicantion when I try to add lines on the exp table in order to increase the max level.

The original table has just 121 (120 levels) lines of levels, the one I'm trying to add has 256 lines (255 levels).

I get a error when I try to add the new exp table (http://pastebin.com/2sUjrg20):

compile constants.cpp
constants.cpp:447: error: too many initializers for 'DWORD [121]'
Makefile:120: recipe for target 'OBJDIR/constants.o' failed

How can I solve this problem?

Thanks

Kind regards,

charparodar

raw

raw

Link to comment
Share on other sites

  • Management

But I'm trying to increase the level max to 255, on another source I already did that, but is full of bugs made by me that I can't resolve, so I decided to start from scratch, I already compared both tables and I can't find anything diferent...

The lvl 0 counts to with 0 experience, then are 121 levels, 120 normal levels and the 0 level...

 

raw

raw

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.