Jump to content
  • 0

Recovery skill add cures status


awayne910

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   1
  • Joined:  07/07/16
  • Last Seen:  

This is Recovery skill Source code

case PR_STRECOVERY:
                if(status_isimmune(bl)) {
                        clif_skill_nodamage(src,bl,skill_id,skill_lv,0);
                        break;
                }
                if (tsc && tsc->opt1) {     
                        status_change_end(bl, SC_FREEZE, INVALID_TIMER);
                        status_change_end(bl, SC_STONE, INVALID_TIMER);
                        status_change_end(bl, SC_SLEEP, INVALID_TIMER);
                        status_change_end(bl, SC_STUN, INVALID_TIMER);
                        status_change_end(bl, SC_WHITEIMPRISON, INVALID_TIMER);
                        status_change_end(bl, SC_NETHERWORLD, INVALID_TIMER);
                }

but Poem of the Netherworld skill can't cures 

Poem of the Netherworld skill

status.c 

set_sc_with_vfx( WM_POEMOFNETHERWORLD        , SC_NETHERWORLD                , SI_NETHERWORLD                , SCB_NONE );

but I Can't cures this DefBuff SC_NETHERWORLD   

How i can fix that

 

My English is not good please forgive me

Edited by awayne910
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...