Cardinale Posted May 27, 2020 Share Posted May 27, 2020 (edited) Good night, this custom skill aims to heal player, mob, and mercenary. player and mob are ok. but the mercenary does not heal. what should i do to work? case KAFRA_RESTORE: int sp = 0; int64 hp = 1000; clif->skill_nodamage(src,bl,AL_HEAL,(int)hp,1); status->heal(bl, (int)hp, sp, STATUS_HEAL_DEFAULT); break; Edited May 27, 2020 by Cardinale Quote Link to comment Share on other sites More sharing options...
Good night, this custom skill aims to heal player, mob, and mercenary. player and mob are ok. but the mercenary does not heal. what should i do to work?Link to comment
Share on other sites