IsabelaFernandez Posted July 20, 2018 Posted July 20, 2018 Hello friends of the community, I would like to know how to activate the Magnus Exorcismus skill in players, currently it only works with monsters. Thanks for listening, much love guys Quote
1 fictionx Posted July 22, 2018 Posted July 22, 2018 try this: In skill.cpp case UNT_MAGNUS: //if (!battle_check_undead(tstatus->race,tstatus->def_ele) && tstatus->race!=RC_DEMON) // break; skill_attack(BF_MAGIC,ss,&unit->bl,bl,sg->skill_id,sg->skill_lv,tick,0); break; 1 1 Quote
0 IsabelaFernandez Posted July 23, 2018 Author Posted July 23, 2018 6 hours ago, fictionx said: try this: In skill.cpp case UNT_MAGNUS: //if (!battle_check_undead(tstatus->race,tstatus->def_ele) && tstatus->race!=RC_DEMON) // break; skill_attack(BF_MAGIC,ss,&unit->bl,bl,sg->skill_id,sg->skill_lv,tick,0); break; Work perfectly, I love you Thank u so much Quote
Question
IsabelaFernandez
Hello friends of the community, I would like to know how to activate the Magnus Exorcismus skill in players, currently it only works with monsters. Thanks for listening, much love guys
3 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.