Kavaline 0 Posted February 1, 2021 (edited) In status.c, status_calc_mob_, I'm trying read the master SC (I want that if I use Summon Flora with some buffs, the plants receive some status boost). I tried some codes, but dont work. Here is my last try: if (flag&16 && mbl) {... if (ud) {... if (ud->skill_id == AM_SPHEREMINE) {... } else if(ud->skill_id == KO_ZANZOU) {... } else { //AM_CANNIBALIZE ... //custom struct status_change* sc = status->get_sc(mbl); if (sc->data[SC_SHOUT]) { mstatus->aspd_rate = 1000;//for test mstatus->batk = 1000;//for test } //end custom How I can do it? Edited February 1, 2021 by Kavaline Quote Share this post Link to post Share on other sites
In status.c, status_calc_mob_, I'm trying read the master SC (I want that if I use Summon Flora with some buffs, the plants receive some status boost). I tried some codes, but dont work. Here is my last try:
How I can do it?
Edited by KavalineShare this post
Link to post
Share on other sites