In my server, the Tarot Card Of Fate skill, of the Clown/Gypsy, when cast the Coma card, doesn't apply the status, so the HP and SP don't go to 0 (also if the user has not the Golden Theif Bug Card) ; how I can fix it?
I've it in my skill.c :
case 8: // curse coma and poison
status_change_start(src, bl, SC_COMA, 100, skill_lv, 0, src->id, 0, 0, SCSTART_NONE);
sc_start(src,bl,SC_CURSE,100,skill_lv,skill_get_time2(skill_id,skill_lv));
sc_start2(src,bl,SC_POISON,100,skill_lv,src->id,skill_get_time2(skill_id,skill_lv));
break;
Question
ProtoMan
Hello rAthena!
In my server, the Tarot Card Of Fate skill, of the Clown/Gypsy, when cast the Coma card, doesn't apply the status, so the HP and SP don't go to 0 (also if the user has not the Golden Theif Bug Card) ;
how I can fix it?
I've it in my skill.c :
Thanks in advice! .
Edited by ProtoMan7 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.