astrow123 1 Posted January 24, 2016 (edited) Anyone know how to toggle on/off the skill? logout/die/duration is quite annoying ok, done it, close pls Edited January 24, 2016 by astrow123 Quote Share this post Link to post Share on other sites
0 astrow123 1 Posted January 25, 2016 (edited) Anyone know how to toggle on/off the skill? logout/die/duration is quite annoying ok, done it, close pls Mind telling us how you did it? It would be good for others that may encounter your problem in the future. Thanks. In src/map/skill.c Find: "case ST_PRESERVE:'' and put a // before it. Now search for ''turn off check'' and add the "case ST_PRESERVE:" after the last case, normally is KO_YAMIKUMO.( ps: there is 2 turn off checks, so add the st_preserve in both of them ) ( ad case ST_PRESERVE: after case GS_GATLINGFEVER: too ) 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 KO_YAMIKUMO: case ST_PRESERVE: Edited January 26, 2016 by astrow123 1 Skyline reacted to this Quote Share this post Link to post Share on other sites
0 Skyline 23 Posted January 25, 2016 Anyone know how to toggle on/off the skill? logout/die/duration is quite annoying ok, done it, close pls Mind telling us how you did it? It would be good for others that may encounter your problem in the future. Thanks. Quote Share this post Link to post Share on other sites
0 dreinor 5 Posted January 25, 2016 (edited) http://herc.ws/board/topic/4113-preserve-skill/ Edited January 25, 2016 by dreinor Quote Share this post Link to post Share on other sites
Anyone know how to toggle on/off the skill? logout/die/duration is quite annoying
ok, done it, close pls
Edited by astrow123Share this post
Link to post
Share on other sites