Myth Posted August 24, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 225 Reputation: 5 Joined: 05/30/12 Last Seen: March 21 Share Posted August 24, 2013 how can i edit refresh runes(Nosiege Rune) that cannot white imprison Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted August 24, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted August 24, 2013 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; } Quote Link to comment Share on other sites More sharing options...
Question
Myth
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.