Jump to content
  • 0

Change Wanderer's Skill to use without Duet


candyRH

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   1
  • Joined:  11/23/19
  • Last Seen:  

Hi,
I would like to know how I remove duet from a skill

Example:

 case WM_MELODYOFSINK:
    case WM_BEYOND_OF_WARCRY:
        if( flag&1 ) {
            sc_start2(src,bl,type,100,skill_lv,chorusbonus,skill_get_time(skill_id,skill_lv));
        } else {    // These affect to all targets arround the caster.
            if( rnd()%100 < 15 + 5 * skill_lv * 5 * chorusbonus ) {
                map_foreachinrange(skill_area_sub, src, skill_get_splash(skill_id,skill_lv),BL_PC, src, skill_id, skill_lv, tick, flag|BCT_ENEMY|1, skill_castend_nodamage_id);
                clif_skill_nodamage(src,bl,skill_id,skill_lv,1);
            }
        }
        break;
	


I wish this skill didn't need Ministrel, if anyone can help me I will be grateful ?

Edited by candyRH
  • Upvote 1
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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...