Easycore Posted November 5, 2014 Posted November 5, 2014 Hi everyone, I would like a system wherein for level up for lv 250 to lv 260 either necessary complete a quest. leveling to lv 1 to 250 with killing monster (EXP). Sorry for my bad english. Regards. Quote
Vanquiser Posted November 6, 2014 Posted November 6, 2014 maybe you can You Can Create Through Script... Quote
Easycore Posted November 6, 2014 Author Posted November 6, 2014 maybe you can You Can Create Through Script... Maybe... but the problem is how to stopping the level at 250 :/ Quote
Kichi Posted November 13, 2014 Posted November 13, 2014 maybe you can You Can Create Through Script... Maybe... but the problem is how to stopping the level at 250 :/ stoping exp from dead mob? if (map[m].flag.nobaseexp || !md->db->base_exp) base_exp = 0; with if (map[m].flag.nobaseexp || !md->db->base_exp || sd->status.base_level >= 250) base_exp = 0; Quote
Question
Easycore
Hi everyone,
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.