Hi everyone,
So I have this:
if(st->luk > 299) rate = 0;
which gives me status ailment immunity at a total of 300 Luk, it works. Is there a way to set it to do the same but with a BASE Luk of 100? Does this work?
if(bst->luk > 99) rate = 0;
Thanks for your time.