Pancake Posted February 9, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 49 Reputation: 17 Joined: 02/06/12 Last Seen: May 28, 2012 Share Posted February 9, 2012 Do all clients allow this by default? Or do I need to diff it a certain way? Quote Link to comment Share on other sites More sharing options...
Keim Posted February 9, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 221 Reputation: 12 Joined: 12/18/11 Last Seen: July 13, 2015 Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted February 9, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted February 9, 2012 don't forget to change your max level in the source as well and in the exp.txts :3 Quote Link to comment Share on other sites More sharing options...
Feistz Posted February 9, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 139 Reputation: 10 Joined: 11/10/11 Last Seen: April 12 Share Posted February 9, 2012 I think you need to diff the client first to enable aura over 99 or 150. Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 10, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 20 hours ago Share 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 Link to comment Share on other sites More sharing options...
Pancake Posted February 10, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 49 Reputation: 17 Joined: 02/06/12 Last Seen: May 28, 2012 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted February 10, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 20 hours ago Share 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 Link to comment Share on other sites More sharing options...
Question
Pancake
Do all clients allow this by default? Or do I need to diff it a certain way?
Link to comment
Share on other sites
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.