Level 11 Kyrie and higher is possible with a certain build on my server. However, I wait to make it so that if a player casts Assumptio on a player that has Kyrie that is less than level 11, it will dispel it. I have the opposite working where if Kyrie level is less than level 11 it will cancel Assumptio. Getting the status level and canceling it is is my problem however.
I tried this in status.c
case SC_ASSUMPTIO:
if (sc->data[sC_KYRIE] && sc->data[sC_KYRIE]->val1 < 11)
Level 11 Kyrie and higher is possible with a certain build on my server. However, I wait to make it so that if a player casts Assumptio on a player that has Kyrie that is less than level 11, it will dispel it. I have the opposite working where if Kyrie level is less than level 11 it will cancel Assumptio. Getting the status level and canceling it is is my problem however.
I tried this in status.c
.
Also tried this in skill.c:
Code for canceling Assumptio for reference:
Share this post
Link to post
Share on other sites