Jump to content
  • 0
Sign in to follow this  
gidzdlcrz

About MAX LEVEL since the update

Question

Hello. I cannot seem to find define max level in map.h

 

#define MAX_NPC_PER_MAP 512#define AREA_SIZE (battle_config.area_size)#define DAMAGELOG_SIZE 30#define LOOTITEM_SIZE 10#define MAX_MOBSKILL 50#define MAX_MOB_LIST_PER_MAP 100#define MAX_EVENTQUEUE 2#define MAX_EVENTTIMER 32#define NATURAL_HEAL_INTERVAL 500#define MIN_FLOORITEM 2#define MAX_FLOORITEM START_ACCOUNT_NUM#define MAX_IGNORE_LIST 20 // official is 14#define MAX_VENDING 12#define MAX_MAP_SIZE (512*512) // Wasn't there something like this already? Can't find it.. [Shinryo]#define BLOCK_SIZE 8#define block_free_max 1048576#define BL_LIST_MAX 1048576

 

 

Is there a changes defining max level? If so what is the new method?

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Or should i add it manually?


The "#define MAX_LEVEL 175"?

 

 

 

i add it manually and its crashing. The wiki is still the same btw. It hasn't change since the updates.

Edited by gidzdlcrz

Share this post


Link to post
Share on other sites
  • 0

Update your revision, it should be there.

#define MAX_NPC_PER_MAP 512#define AREA_SIZE (battle_config.area_size)#define DAMAGELOG_SIZE 30#define LOOTITEM_SIZE 10#define MAX_MOBSKILL 50#define MAX_MOB_LIST_PER_MAP 100#define MAX_EVENTQUEUE 2#define MAX_EVENTTIMER 32#define NATURAL_HEAL_INTERVAL 500#define MIN_FLOORITEM 2#define MAX_FLOORITEM START_ACCOUNT_NUM#define MAX_LEVEL 175#define MAX_IGNORE_LIST 20 // official is 14#define MAX_VENDING 12#define MAX_MAP_SIZE (512*512) // Wasn't there something like this already? Can't find it.. [Shinryo]#define BLOCK_SIZE 8#define block_free_max 1048576#define BL_LIST_MAX 1048576

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.