Stickman Posted May 10, 2020 Posted May 10, 2020 help please how can I make that for every 50 luk points 1 flight point goes up and in which folder I have to edit it Quote
0 Naruto Posted May 10, 2020 Posted May 10, 2020 (edited) no idea what your talking about but probably status.c or pc.c or possibly battle.c Edited May 10, 2020 by Naruto Quote
0 Stickman Posted May 10, 2020 Author Posted May 10, 2020 How can I do growing up 50 points of luck of status i can get 1 point of perfect dodge Quote
0 Bringer Posted May 11, 2020 Posted May 11, 2020 2 hours ago, Stickman said: How can I do growing up 50 points of luck of status i can get 1 point of perfect dodge Find This on your Status.c here mine if (bl->type&battle_config.enable_perfect_flee) { stat = status->flee2; stat += 10 + (status->luk * 10/20); // (every 20 luk = +1 perfect flee) status->flee2 = cap_value(stat, 0, SHRT_MAX); Quote
Question
Stickman
help please how can I make that for every 50 luk points 1 flight point goes up and in which folder I have to edit it
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.