Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.
#ifdef RENEWALunsigned short status_base_matk(const struct status_data *st, int level){ return st->int_+(st->int_/2)+(st->dex/5)+(st->luk/3)+(level/4); }#endif
I think you need to adjust this.
return st->int_+(st->int_/7)*(st->int_/7)
Try to change 7 to 10.
return st->int_+(st->int_/5)*(st->int_/5);
and 5 to 7.