Jump to content
  • 0

Recovery skill add cures status


Question

Posted (edited)

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...