i want to limit the extremityfist SP Damage to 6k sp
case MO_EXTREMITYFIST: #ifndef RENEWAL { //Overflow check. [Skotlex] unsigned int ratio = skillratio + 100*(8 + st->sp/10); //You'd need something like 6K SP to reach this max, so should be fine for most purposes. if (ratio > 60000) ratio = 60000; //We leave some room here in case skillratio gets further increased. skillratio = (unsigned short)ratio; }
Hello
i want to limit the extremityfist SP Damage to 6k sp
Share this post
Link to post
Share on other sites