Jump to content
  • 0

Help about SL rouge to bypass FCP


renton69

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  12/20/12
  • Last Seen:  

Kindly check this modification of skill.c : it worked on my test server (Stalker with SL status can fullstrip a player with FCP) but in my online private server it doesn't work (Skill failed only displays in chat box)

 

  //Special message when trying to use strip on FCP [Jobbie]

  if( sd && skill_id == ST_FULLSTRIP && !(sd->sc.data[sC_SPIRIT] && sd->sc.data[sC_SPIRIT]->val2 == SL_ROGUE) &&
  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(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;
}

 

My test server revision is 17187 while my online server revision is 17079.

Reference: http://rathena.org/board/topic/66343-bypass-the-fcp-when-soul-linked/

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  12/20/12
  • Last Seen:  

any help? XD

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  12/20/12
  • Last Seen:  

bump~ :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...