I've followed this topic and used the concept on making some of skills in my server toggled and non-toggled. My problem is the latest revision does not have the last block of code anymore.
switch( skill_id ) { // Turn off check.
case BS_MAXIMIZE: case NV_TRICKDEAD: case TF_HIDING: case AS_CLOAKING: //case CR_AUTOGUARD:
case ML_AUTOGUARD: case CR_DEFENDER: case ML_DEFENDER: case ST_CHASEWALK: case PA_GOSPEL:
case CR_SHRINK: case TK_RUN: case GS_GATLINGFEVER: case TK_READYCOUNTER: case TK_READYDOWN:
case TK_READYSTORM: case TK_READYTURN: case SG_FUSION: case RA_WUGDASH: case KO_YAMIKUMO:
case ST_PRESERVE:
if( sc && sc->data[status_skill2sc(skill_id)] )
return 1;
}
How can i make my skills toggle and non toggle again? Thankyou rathena. my main purpose is for the ST_PRESERVE skill. Thankyou rathena
bump
bump
bump please
turns out i did not have to do the last part and it would still work. thanks for replying guys! solved
Question
Zeiyan
http://rathena.org/board/topic/57240-turn-preserve-offon/
I've followed this topic and used the concept on making some of skills in my server toggled and non-toggled. My problem is the latest revision does not have the last block of code anymore.
How can i make my skills toggle and non toggle again? Thankyou rathena. my main purpose is for the ST_PRESERVE skill. Thankyou rathena
bump
bump
bump please
turns out i did not have to do the last part and it would still work. thanks for replying guys!
solved
Link to comment
Share on other sites
0 answers 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.