Jump to content
  • 0
Pancake

How do I make the client show Max Levels up to 400?

Question

6 answers to this question

Recommended Posts

You want to set the max level to 400? All clients (I believe) allow up to 1000 max level.

If you want to change the max level, go to emulator/conf/battle/exp.conf and you can change the max level there.

Link to comment
Share on other sites

By default :

rAthena

src/map/map.h

#define MAX_LEVEL 150

eAthena

src/map/map.h

#define MAX_LEVEL 99

you have to edit the value and then recompile in order to make your server to have MaxLevel of 400...

Link to comment
Share on other sites

Ah i didnt allow for auras over 99/150 or whatever need to rediff

Even after enabling the diff to allow over level 150 auras. Im still not being shown it in my client.

After a character goes past 150, it goes back down to showing 99.

Link to comment
Share on other sites

conf/battle/client.conf

// Maximum allowed 'level' value that can be sent in unit packets. // Use together with the aura_lv setting to tell when exactly to show the aura. // NOTE: You also need to adjust the client if you want this to work. // NOTE: Default is 99. Values above 127 will probably behave incorrectly. // NOTE: If you don't know what this does, don't change it!!! max_lv: 99
Link to comment
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.   Paste as plain text instead

  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.



×
×
  • Create New...

Important Information

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