Pancake Posted February 9, 2012 Posted February 9, 2012 Do all clients allow this by default? Or do I need to diff it a certain way? Quote
Keim Posted February 9, 2012 Posted February 9, 2012 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. Quote
Mystery Posted February 9, 2012 Posted February 9, 2012 don't forget to change your max level in the source as well and in the exp.txts :3 Quote
Feistz Posted February 9, 2012 Posted February 9, 2012 I think you need to diff the client first to enable aura over 99 or 150. Quote
Emistry Posted February 10, 2012 Posted February 10, 2012 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... Quote
Pancake Posted February 10, 2012 Author Posted February 10, 2012 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. Quote
Emistry Posted February 10, 2012 Posted February 10, 2012 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 Quote
Question
Pancake
Do all clients allow this by default? Or do I need to diff it a certain way?
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.