Jump to content
  • 0

Gospel remove debuffs


maxine02

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   4
  • Joined:  04/15/16
  • Last Seen:  

I'm trying to remove the debuff from gospel skill.
As all you know, when you use gospel skill of paladin, your buffs will be remove. How can I retain specific buff, example full chemical protection..

Anyone already did this?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  06/08/15
  • Last Seen:  

go to scr/map/status.c

find these line:         case SC_GOSPEL:
            if(val4 == BCT_SELF) {    // Self effect
                val2 = tick/10000;
                tick_time = 10000; // [GodLesZ] tick time
                status_change_clear_buffs(bl, SCCB_BUFFS|SCCB_DEBUFFS|SCCB_CHEM_PROTECT); // Remove buffs/debuffs
            }
            break;

 

and remove SCCB_CHEM_PROTECT.

recompile.

always backup your files first before editing SRC files

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