Geralt Posted September 3, 2019 Posted September 3, 2019 Hello good night I would like to make formula for skill idun of minestrel server 255/70 Quote
0 Geralt Posted September 4, 2019 Author Posted September 4, 2019 3 hours ago, Haruka Mayumi said: any specific? Like i played on a server before closing it when i used the idun apple clow skill or any other character would go up hp type would duplicate hp the server was pre re 255/70 this is the formula but does not change the hp remains the same case BA_APPLEIDUN: #ifdef RENEWAL hp = 5 + 2* skill_lv + 10 * (status_get_vit(src) / 10); // HP recovery #else hp = 100 + 5 * skill_lv + 10 * (status_get_vit(src) / 10); // HP recovery Quote
0 Jhedzkie Posted September 10, 2019 Posted September 10, 2019 On 9/4/2019 at 10:21 PM, Scofield said: Like i played on a server before closing it when i used the idun apple clow skill or any other character would go up hp type would duplicate hp the server was pre re 255/70 this is the formula but does not change the hp remains the same Did you recompile after changing the src? Quote
Question
Geralt
Hello good night I would like to make formula for skill idun of minestrel server 255/70
3 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.