Jump to content

kenetits

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by kenetits

  1. Guys i really dont understand how to put single strip by pass fcp to my server. Can you guys check my skill.c? Help me please. Im a newbie. This is my clean skill.c 

     

    //Special message when trying to use strip on FCP [Jobbie]
    if( sd && skill_id == ST_FULLSTRIP && tsc && tsc->data[sC_CP_WEAPON] && tsc->data[sC_CP_HELM] && tsc->data[sC_CP_ARMOR] && tsc->data[sC_CP_SHIELD])
    {
    clif_gospel_info(sd, 0x28);
    break;
    }
     
    //Attempts to strip at rate i and duration d
    if( (i = skill_strip_equip(src,bl, location, i, skill_lv, d)) || (skill_id != ST_FULLSTRIP && skill_id != GC_WEAPONCRUSH ) )
    clif_skill_nodamage(src,bl,skill_id,skill_lv,i);
     
    //Nothing stripped.
    if( sd && !i )
    clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0);
    break;
    }
×
×
  • Create New...