Bringer Posted November 11, 2016 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
1 Aureon Posted November 11, 2016 Posted November 11, 2016 Or follow this post:https://rathena.org/board/topic/75134-no-experience-gained-when-level-99/ Quote
0 Azeroth Posted November 11, 2016 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
0 Akkarin Posted November 11, 2016 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
0 Bringer Posted November 11, 2016 Author 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
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?
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.