Cardinale Posted May 27, 2020 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 10 Reputation: 1 Joined: 05/22/14 Last Seen: Wednesday at 08:43 PM 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...
Question
Cardinale
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
0 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.