luizragna
New member
Hello guys. I have maked a custom skill. This skill work with that all party members get other skill.
When use the skill, only he gain the skill Charge Attack (skillid: 1001).
skill.c
//When the player use skill:
pc->skill(sd, 1001, 1, 0); //The player get Charge Attack skill
I would like that when the player use, all party members get the skill Charge Attack.
Basically I wanted this command skill to execute for all members.
When use the skill, only he gain the skill Charge Attack (skillid: 1001).
skill.c
//When the player use skill:
pc->skill(sd, 1001, 1, 0); //The player get Charge Attack skill
I would like that when the player use, all party members get the skill Charge Attack.
Basically I wanted this command skill to execute for all members.