Bringer Posted November 11, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: 18 hours ago Share Posted November 11, 2016 map.h #define MAX_LEVEL 265 job_exp.txt //Base - Normal and Baby Jobs 265 //Base - Trans Jobs 265 // Turn this on to allow a player to level up more than once from a kill. (Note 1) multi_level_up: no Script OnNPCKillEvent: if( BaseLevel >= 255 ){ set BaseExp,0; } end; and i start to kill monster and still leveling? Quote Link to comment Share on other sites More sharing options...
1 Aureon Posted November 11, 2016 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 281 Reputation: 14 Joined: 10/14/13 Last Seen: October 9, 2017 Share Posted November 11, 2016 Or follow this post:https://rathena.org/board/topic/75134-no-experience-gained-when-level-99/ Quote Link to comment Share on other sites More sharing options...
0 Azeroth Posted November 11, 2016 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 383 Reputation: 121 Joined: 03/31/12 Last Seen: January 29, 2023 Share Posted November 11, 2016 I saw one topic which is from hercules AnnieRURUhttp://herc.ws/board/topic/11587-maxlvexpgain/ Well if someone would willing to convert it to rAthena that would great! Quote Link to comment Share on other sites More sharing options...
0 Akkarin Posted November 11, 2016 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1632 Joined: 03/26/12 Last Seen: April 15 Share Posted November 11, 2016 I'm pretty sure max level is set somewhere else too. You're also not supposed to be directly setting the BaseExp var. Quote While these behave as variables, do not always expect to just set them Quote Link to comment Share on other sites More sharing options...
0 Bringer Posted November 11, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: 18 hours ago Author Share Posted November 11, 2016 9 hours ago, Aureon said: Or follow this post:https://rathena.org/board/topic/75134-no-experience-gained-when-level-99/ Ok i will check that topic 10 hours ago, Azeroth said: I saw one topic which is from hercules AnnieRURUhttp://herc.ws/board/topic/11587-maxlvexpgain/ Well if someone would willing to convert it to rAthena that would great! Yea i hope too 9 hours ago, Akkarin said: I'm pretty sure max level is set somewhere else too. You're also not supposed to be directly setting the BaseExp var. Maybe your right Quote Link to comment Share on other sites More sharing options...
Question
Bringer
map.h #define MAX_LEVEL 265
job_exp.txt //Base - Normal and Baby Jobs 265 //Base - Trans Jobs 265
// Turn this on to allow a player to level up more than once from a kill. (Note 1) multi_level_up: no
Script
OnNPCKillEvent: if( BaseLevel >= 255 ){ set BaseExp,0; } end;
and i start to kill monster and still leveling?
Link to comment
Share on other sites
4 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.