Hello.
How do you change the max level cap in v15/16?
Please Reply. Thanks ;3
Hello.
How do you change the max level cap in v15/16?
Please Reply. Thanks ;3
You can do it.... With the power of the god mighty search button!!!
You're not helping kolelolx.
Now I'll help you for the sake of this thread.
open definejob.h
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ È÷¾î·Î ·¹º§È®Àå
#define MAX_LEGEND_LEVEL 129
#define MAX_MONSTER_LEVEL 160
#else // 15Â÷ È÷¾î·Î ·¹º§È®Àå
#define MAX_LEGEND_LEVEL 121
#endif // 15Â÷ È÷¾î·Î ·¹º§È®Àå
Here you go
I am helping. Unless you would prefer everyone post every single one of their problems here. Also, if he doesn't even know how to use the search button, how do you expect him to know what to do inside that file?
Last edited by kolelolx; 22-03-11 at 05:31 AM.
If you come in this thread and "not helping" just gtfo, really, just "don't comment". Oh my god!
Alright, Thanks gaise :3
Forgot,
Edit only the first "MAX_LEGEND_LEVEL"
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ È÷¾î·Î ·¹º§È®Àå
#define MAX_LEGEND_LEVEL 129
#define MAX_MONSTER_LEVEL 160
#else // 15Â÷ È÷¾î·Î ·¹º§È®Àå
#define MAX_LEGEND_LEVEL 121
#endif // 15Â÷ È÷¾î·Î ·¹º§È®Àå
As you can see it is under "#if __VER >= 15 // __HERO129_VER15 // 15Â÷ È÷¾î·Î ·¹º§È®Àå"
Which means if your version is version 15 or more, your MAX_LEGEND_LEVEL will be 129 (or w/e you want to)
#else (if it isn't version 15 or more)
MAX_LEGEND_LEVEL will be 121