Jump to content

maxine02

Members
  • Posts

    58
  • Joined

  • Last visited

Community Answers

  1. maxine02's post in Full Chemical Protection skill not working (breakable) was marked as the answer   
    edit trunk/src/map/skill.c
    find line
    case 3: // THE HIGH PRIESTESS below that remove "| SCCB_CHEM_PROTECT"
    from
    status_change_clear_buffs(target, SCCB_BUFFS | SCCB_CHEM_PROTECT); it will look like this now.
    status_change_clear_buffs(target, SCCB_BUFFS);  
×
×
  • Create New...