Dissidia Posted June 15, 2019 Posted June 15, 2019 Hello, how to change the server max matk to 10k? thank you. Quote
0 Start_ Posted October 26, 2019 Posted October 26, 2019 Try to cap_value in src i'm not sure where it is maybe search wording 'Calculation, Cal' in src folders. Quote
0 Deku Posted October 30, 2019 Posted October 30, 2019 On 10/26/2019 at 12:43 AM, Start_ said: Try to cap_value in src i'm not sure where it is maybe search wording 'Calculation, Cal' in src folders. could you be more specific please i'm behind this for months Quote
0 Start_ Posted October 30, 2019 Posted October 30, 2019 (edited) src\map\battle.cpp line 1588 try to add if (damage > 100) { if ((flag&BF_WEAPON) || (flag&BF_MAGIC) || (flag&BF_MISC) ) damage = 100; } and compile then test. Not sure it's working but you can try. Edited October 30, 2019 by Start_ Quote
Question
Dissidia
Hello, how to change the server max matk to 10k? thank you.
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.