Jump to content
  • 0

Refresh Runes


Myth

Question


  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  225
  • Reputation:   5
  • Joined:  05/30/12
  • Last Seen:  

how can i edit refresh runes(Nosiege Rune) that cannot white imprison

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

status.c

find and  insert  SC_WHITEIMPRISON into the loop

    if( sc->data[SC_REFRESH] ) {
        if( type >= SC_COMMON_MIN && type <= SC_COMMON_MAX) // Confirmed.
            return 0; // Immune to status ailements
        switch( type ) {
        case SC_DEEPSLEEP:
        case SC_BURNING:
        case SC_STUN:
        case SC_SLEEP:
        case SC_CURSE:
        case SC_STONE:
        case SC_POISON:
        case SC_BLIND:
        case SC_SILENCE:
        case SC_BLEEDING:
        case SC_FREEZE:
        case SC_FREEZING:
        case SC_CRYSTALIZE:
        case SC_TOXIN:
        case SC_PARALYSE:
        case SC_VENOMBLEED:
        case SC_MAGICMUSHROOM:
        case SC_DEATHHURT:
        case SC_PYREXIA:
        case SC_OBLIVIONCURSE:
        case SC_MARSHOFABYSS:
        case SC_MANDRAGORA:
            return 0;
        }
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...